1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
Commit Graph

506 Commits

Author SHA1 Message Date
Gerald Vogt
4e89e9e90e Show property as preferred if parameter PREF is set or parameter TYPE
contains PREF.
2015-07-15 18:15:12 +02:00
Gerald Vogt
e8773cd627 bug fix. splice call is supposed to remove "PREF" array element. 2015-07-15 18:14:33 +02:00
Thomas Müller
6f5dff84bf Merge pull request #949 from owncloud/fix-js-error-on-delete
handle undefined contact
2015-07-05 08:24:22 +02:00
Jan-Christoph Borchardt
80a0e5ebe4 Merge pull request #963 from owncloud/fix-missing-translation
Translate the noneSelectedText on the groups multiselect
2015-07-03 15:17:15 +02:00
Thomas Müller
1beb55a525 Merge pull request #947 from owncloud/fix-carddav-in-browser
Adding yearRange to datePicker
2015-07-03 13:30:33 +02:00
Thomas Müller
c31ba5215d Merge pull request #682 from seijikun/patch-1
Fix circular structure typeerror in chromium(38)
2015-07-03 13:29:41 +02:00
Thomas Müller
ad197e5c75 Translate the noneSelectedText on the groups multiselect 2015-07-02 18:04:47 +02:00
Thomas Müller
a1e07ada11 handle undefined contact - fixes #948 2015-07-01 13:30:11 +02:00
Thomas Müller
068267d17b Adding yearRange to datePicker - fixes #914 2015-07-01 13:12:14 +02:00
Thomas Müller
a62bed78bb Fixing js syntax error 2015-06-30 00:01:27 +02:00
Thomas Müller
1cb89b037d Simply load the thumbnail as small photo - fixes #936 2015-06-30 00:00:18 +02:00
Bjoern Schiessle
e0d0755998 allow user to add federated cloud ID to addressbook 2015-06-23 17:46:07 +02:00
Lukas Reschke
94dfff4eb5 Fix encoding in 3rdparty lib 2015-02-06 15:01:42 +01:00
Markus Ebner
c2b6b16fa6 Fix circular structure typeerror in chromium
The variable ```params``` contains the member ```obj``` which does not seem to be of interest by the server. In chromium, this obj - member leads to an ```Uncaught TypeError: Converting circular structure to JSON``` when calling ```JSON.stringify``` on this ```params``` object in the ```storage.patchContact(...)``` function.
2014-10-19 15:23:30 +02:00
Yourkov Mikhail
b5689d6c16 getPreferedValue returns value with PREF flag 2014-09-16 01:22:50 +04:00
Adam Williamson
128f8be707 correct selection of current type for multi-type parameters: #536
This check was exactly the wrong way around, so the code to select
the appropriate type wouldn't run when it was actually needed.
2014-07-26 11:20:38 -07:00
xhess
e5a2c205a3 birthday date picker date range
change birthday date range from the future to the past.
see: https://github.com/owncloud/contacts/issues/520
2014-06-30 15:11:37 +02:00
Thomas Tanghus
f9aa396d01 Small readability fix 2014-05-09 11:29:21 +02:00
Thomas Tanghus
a2af42fcab Call callback also on failure 2014-04-26 00:41:22 +02:00
Thomas Tanghus
42c31e9f1f Only should groups selector for local contacts 2014-04-16 18:07:07 +02:00
Thomas Tanghus
26bed15085 UI permission fixes noticed when merging #457 2014-04-15 14:06:44 +02:00
Thomas Tanghus
c47d008048 Add month/year dropdowns for us old farts ;) Fix #463 2014-04-10 20:29:34 +02:00
jbtbnl
6bb5ab8a9d Fixes #436 2014-04-01 20:12:46 +02:00
Thomas Tanghus
7f13c4e519 Removed geonames lookup. Close #360 2014-04-01 04:40:12 +02:00
Thomas Tanghus
9d672249da Add route for getting AddressBook metadata. Refs. #412 2014-04-01 02:11:29 +02:00
Thomas Tanghus
ee21fb30d7 Also return response on failure in js Storage 2014-03-21 15:19:32 +01:00
Thomas Tanghus
43e65fc817 More photo handling cleanups 2014-03-20 21:53:13 +01:00
Thomas Tanghus
b222447fa5 Use ajax instead of posting to iframe and the likes 2014-03-20 16:00:38 +01:00
Thomas Tanghus
202d23813b Misc. fixes after refactoring 2014-03-18 23:51:32 +01:00
Thomas Tanghus
4da09ff2e7 Prevent multi-bute chars (Emoji) from being added 2014-03-17 06:14:23 +01:00
Thomas Tanghus
f6bfea77e7 Scrutinizer cleanup 2014-03-08 16:22:51 +01:00
Thomas Tanghus
dfb12d10e1 Scrutinizer JS fixes 2014-03-08 09:06:05 +01:00
Thomas Tanghus
20e5d876fa Scrutinizer JS fixes 2014-03-08 06:30:29 +01:00
Thomas Tanghus
8cbfec3b0a Scrutinizer fixes 2014-03-08 04:32:18 +01:00
Thomas Tanghus
3481235e63 Use core icons 2014-03-05 13:07:01 +01:00
Thomas Tanghus
3e2f508975 Cleanup contact actions. Close #377 2014-03-04 21:56:46 +01:00
Thomas Tanghus
24be2e4107 Don't show group/addressbook selects if there's only one. 2014-03-04 05:03:21 +01:00
Thomas Tanghus
0db23b9bda Hardcode avatar height for Chrome flaw. Refs #287 2014-03-01 02:49:43 +01:00
Thomas Tanghus
394d15350e Remove use of %webroot%. Closes #406 2014-02-26 23:23:01 +01:00
Thomas Tanghus
f07df773ab Use avatar for open contact. Really closes #287 ;) 2014-02-26 20:00:10 +01:00
Thomas Tanghus
caee68c335 Also render address property for new contacts. Fix #238 2014-02-10 17:55:28 +01:00
Thomas Tanghus
db8e6ef820 Better default properties. Fixes #238 2014-02-10 16:55:51 +01:00
Thomas Tanghus
92db1d5dfc DOM elements were cached after remove()'d 2014-02-08 16:36:45 +01:00
Thomas Tanghus
68ef8353fa Remove avatar when setting thumbnail 2014-02-08 16:36:45 +01:00
Thomas Tanghus
898059b8ed Omit avatar character from sorting. Refs. #381 2014-02-07 20:49:24 +01:00
Thomas Tanghus
e9beda182f Show less detailed error msg. Refs. #395 2014-02-04 16:20:14 +01:00
Thomas Tanghus
b6439573b0 Some more photo checks. Refs #386 2014-02-03 15:16:17 +01:00
jbtbnl
ecf8dc35e0 Fixes #384. 2014-01-28 18:31:12 +01:00
Thomas Tanghus
04dc2c8a12 Add some checks. Refs #386 2014-01-28 17:21:54 +01:00
Thomas Tanghus
255be7335b Remove trailing commas. Fix #372 2014-01-28 01:51:10 +01:00