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

452 Commits

Author SHA1 Message Date
Thomas Tanghus
c738174937 Refactor groups management. Fix #370
- Moved adding/removing groups to OCA\Contacts\VObject\VCard
- CATEGORIES property wasn't removed when empty
- When removing all groups from contact, it wasn't assigned to ungrouped.
- When adding contact(s) to group it wasn't removed from ungrouped until
  you changed to other group and back.
2014-01-25 17:08:01 +01:00
jbtbnl
d4f304bd8d Fixes contact thumbnails in "not grouped" 2014-01-24 15:04:51 +01:00
Thomas Tanghus
77d2bb1403 No name split confirmation if only one name part. Fixes #264 2014-01-23 18:55:01 +01:00
Thomas Tanghus
84b7583d16 Hide updated list element. Fix #297 2014-01-23 09:47:01 +01:00
Jan ten Bokkel
a00e0a030b Fixed merge and groups icon. Fixed add address book icon. CSS fixes for Firefox. 2013-12-31 12:06:12 +01:00
Jan
6f8888c9b1 Merge branch 'master' of https://github.com/owncloud/contacts.git 2013-12-21 16:50:06 +01:00
Thomas Tanghus
39a74188ea Don't select the toggle button and think it's a contact. Refs. #304 2013-12-19 23:48:14 +01:00
Thomas Tanghus
d717b1d59e Test if contact exists. Fix #304 2013-12-19 22:44:03 +01:00
Jan ten Bokkel
8afbe24087 Fix for avatar placeholder to use whole name. 2013-12-18 11:48:42 +01:00
Jan
0b2d5a788c Merge branch 'master' of https://github.com/owncloud/contacts.git 2013-12-18 11:45:43 +01:00
Thomas Tanghus
a0b0540767 Fix empty displayname. Close #305 2013-12-17 17:53:53 +01:00
Jan ten Bokkel
8f05a6beca Change avatar placeholder on sort order change, fixes owncloud#287. 2013-12-17 17:07:04 +01:00
Jan ten Bokkel
0386e1fcfc Implemented default ownCloud contact avatars. Fixes https://github.com/owncloud/contacts/issues/287 2013-12-14 15:22:42 +01:00
Jan ten Bokkel
de871581b2 Delete, download and close buttons moved to the right.
Increased the size of input fields.
Improved styling of parameter selection.
2013-12-13 18:34:46 +01:00
Jan ten Bokkel
695e2682ff Redesign of contact editing. 2013-12-12 16:45:48 +01:00
Jan ten Bokkel
bcd913ad0c Redesign of contact editing. 2013-12-11 01:22:41 +01:00
Jan ten Bokkel
677a901f56 Adjustments based on recommendations from @Kondou-ger. 2013-12-10 18:45:05 +01:00
Jan ten Bokkel
0382cee171 Some design changes 2013-12-09 21:44:57 +00:00
Thomas Tanghus
ac114ee53c Fix contact positioning 2013-10-29 21:08:35 +01:00
Thomas Tanghus
232af99e61 Fix deleting from open contact 2013-10-28 20:18:58 +01:00
Thomas Tanghus
1d29b943ae Finally works with core master 2013-10-17 02:10:50 +02:00
Thomas Tanghus
f8c46f1ad1 Various route and request adjustments
* All request bodies are now JSON.
* Contact property add/update/delete uses the same PATCH route.
2013-10-03 04:15:12 +02:00
Thomas Tanghus
0aa9559c52 Select contact/range of contacts by Ctrl/Shift-click. Close #200 2013-09-15 19:04:19 +02:00
Thomas Tanghus
2aaf58ca78 Animate contact close. 2013-09-14 18:35:44 +02:00
Thomas Tanghus
767d5add75 First step at opening contact inline in the list. #93 2013-09-11 05:50:00 +02:00
Thomas Tanghus
6435ec0393 Check for invalid BDAY in js. Port #194 to master 2013-09-10 21:30:48 +02:00
Thomas Tanghus
e8d0807fd2 Update contact list on adding/removing to/from groups. Fix #118 2013-09-06 20:33:31 +02:00
Thomas Tanghus
92f99e6925 Don't resolve empty Etags as valid. 2013-09-06 18:16:35 +02:00
Thomas Tanghus
8c3303c760 Cache address books in localStorage. 2013-09-06 06:15:23 +02:00
Thomas Tanghus
feb200bba6 Finally (re)implemented (de)activate address books. Closes #48 2013-09-05 22:08:34 +02:00
Thomas Tanghus
dcb9ad4356 Check for type before pushing to deletion queue. 2013-09-04 20:07:18 +02:00
Thomas Tanghus
83d3320339 First iteration of barch deletion #110 2013-09-03 14:09:13 +02:00
Thomas Tanghus
7b4d2fc762 Auto-fill FN from NICKNAME and ORG 2013-08-19 18:57:18 +02:00
Thomas Tanghus
972babf63d Format BDAY according to 'datepickerFormatDate' 2013-08-15 20:11:40 +02:00
Thomas Tanghus
0f625797ab Fix showing firstrun when no more contacts. 2013-08-15 20:11:40 +02:00
Thomas Tanghus
6c7fddb91e Give new fields focus. Closes #145 2013-08-01 16:18:03 +02:00
Thomas Tanghus
e86f9c1c72 Don't ignore type INTERNET 2013-08-01 12:13:16 +02:00
Thomas Tanghus
73b3c7346d Fix group/category deletion. 2013-06-27 15:53:31 +02:00
Thomas Tanghus
57e9e42fb3 Removed wrong option to address book multiselect. 2013-06-27 15:53:31 +02:00
Thomas Tanghus
40fb53d074 Remove obsolete TODO 2013-06-27 15:53:31 +02:00
Thomas Tanghus
fbeeb09266 Move all error message handling to one event handler. 2013-06-03 17:27:48 +02:00
Thomas Tanghus
6c6d2aca8e Don't sort rows twice :P 2013-06-01 18:04:50 +02:00
Thomas Tanghus
5c90ab6b1c Minor speedups in loading. 2013-06-01 01:26:55 +02:00
Thomas Tanghus
6b82d084d9 Minor speedup on show/hide. 2013-05-31 21:32:45 +02:00
Thomas Tanghus
15cabea73a Attempt to speedup show/hide contacts. Saved for reference. 2013-05-31 21:32:45 +02:00
Thomas Tanghus
d53181bc7a Some IE8 workarounds 2013-05-29 12:56:34 +02:00
Thomas Tanghus
54a978bd25 Move sorting into ContactList.setSortOrder() 2013-05-26 22:16:43 +02:00
Thomas Tanghus
4dd2fa28c7 Added TODOs 2013-05-26 22:16:43 +02:00
Thomas Tanghus
e5f54d900b Unbind event when closing contact 2013-05-26 22:16:43 +02:00
Thomas Tanghus
c97f498905 Ported export. Fixes #108 2013-05-24 20:35:23 +02:00