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

1780 Commits

Author SHA1 Message Date
Thomas Tanghus
9f61cc8d78 Contacts: Basic merge functionality 2013-04-03 16:43:18 +02:00
Thomas Tanghus
10c1a9ad8a Contacts: Updates to dialog handling. 2013-04-01 15:12:53 +02:00
Thomas Tanghus
724f12b230 Contacts: Add workaround for sharing 2013-04-01 04:29:55 +02:00
Thomas Tanghus
d474222698 Contacts: Load dialog js and css 2013-04-01 04:01:05 +02:00
Thomas Tanghus
35ff77f4ac Style sheet for jquery dialog plugin 2013-04-01 03:57:29 +02:00
Thomas Tanghus
954af6a951 Contacts: Get group sort order from js preferences 2013-04-01 03:55:04 +02:00
Thomas Tanghus
678948b1b5 Use readonly instead of disabling 2013-04-01 03:54:24 +02:00
Thomas Tanghus
eb7050df0b Contacts: Load preferences 2013-04-01 03:53:54 +02:00
Thomas Tanghus
c9b4946e88 Contacts: Load more preferences in js. 2013-04-01 03:51:57 +02:00
Thomas Tanghus
d059f9af09 Contacts: Add base for merging contacts. 2013-04-01 03:50:42 +02:00
Thomas Tanghus
52fb5fd9ab Contacts: Don't let drag items go below others. 2013-04-01 03:49:07 +02:00
Thomas Tanghus
c34db99e20 Contacts: Add route to trigger indexing 2013-04-01 03:47:59 +02:00
Thomas Tanghus
e5fbf0d888 Contacts: Add hooks for scanning categories and index properties. 2013-04-01 03:46:45 +02:00
Thomas Tanghus
0aa879dc45 Contacts: Load a server-side generated js script with preferences. 2013-04-01 03:44:46 +02:00
Thomas Tanghus
43c288bb9f Contacts: Add simple dialog jquery plugin. 2013-04-01 03:43:01 +02:00
Thomas Tanghus
bdfe960c44 Uninitialized var 2013-03-30 20:57:12 +01:00
Thomas Tanghus
cb7a039bca Contacts: Fix multi-favoriting. 2013-03-30 20:13:52 +01:00
Thomas Tanghus
42e848247a Contacts: Add Contact.getDisplayName() method. 2013-03-30 20:12:12 +01:00
Thomas Tanghus
eaab96801a Contacts: Pass list of contact objects instead of ids 2013-03-30 17:33:58 +01:00
Thomas Tanghus
f73146d948 Contacts: Cleaup template plugin 2013-03-30 07:31:46 +01:00
Thomas Tanghus
073f694bbb Contacts: Remove obsolete method. 2013-03-30 07:31:08 +01:00
Thomas Tanghus
0b1926841b Contacts: Set unsaved state when adding/updating properties. 2013-03-30 07:30:14 +01:00
Thomas Tanghus
cc69b94775 Contacts: BDAY VALUE=DATE wasn't saved 2013-03-30 07:29:39 +01:00
Thomas Tanghus
eda3257aa3 Wrong variable name used 2013-03-30 07:28:30 +01:00
Thomas Tanghus
6af6b0ab17 Wrong JSON property used 2013-03-30 07:27:51 +01:00
Thomas Tanghus
1f2c5d49ad Contacts: Not all properties need a checksum 2013-03-30 07:26:29 +01:00
Thomas Tanghus
830a4d060f Contacts: status.contacts.loaded was emitted for each address book 2013-03-30 07:25:02 +01:00
Thomas Tanghus
3960793209 Contacts: CardDAV fixes 2013-03-30 04:22:30 +01:00
Thomas Tanghus
21d77d7ba6 Properly parse JSON parameters 2013-03-30 04:06:54 +01:00
Thomas Tanghus
e4efd4e59f Contacts: Hooks for updating categories 2013-03-30 04:06:07 +01:00
Thomas Tanghus
ddcdc6eef3 Oops, duplicate methods 2013-03-30 04:05:13 +01:00
Thomas Tanghus
4e6a95b5a6 Contacts: Reformat BDAY when internal value is updated 2013-03-30 04:04:29 +01:00
Thomas Tanghus
fd2f1e6eb0 Contacts: Move default group names to Utils\Properties::getDefaultCategories() 2013-03-30 00:28:20 +01:00
Thomas Tanghus
64c9f25ad2 Contacts: Fix adding contacts to new group. 2013-03-29 23:23:47 +01:00
Thomas Tanghus
757d4b16a9 Contacts: Chromium doesn't respond to keypress event on document. 2013-03-29 22:40:59 +01:00
Thomas Tanghus
a5a45f90d7 Contacts: Moved escaping of strings to template plugin. 2013-03-29 20:09:48 +01:00
Thomas Tanghus
2dfab8d220 Contacts: Escape values client side to not double escape. 2013-03-29 18:06:10 +01:00
Thomas Tanghus
7a16b4f870 Contacts: Remove group from internal list on deletion. 2013-03-29 17:32:06 +01:00
Thomas Tanghus
00f04fea49 Contacts: Fix getting value for compound properties (ADR, N) 2013-03-29 17:15:20 +01:00
Thomas Tanghus
6c1484de9c copy/paste error 2013-03-29 16:45:16 +01:00
Thomas Tanghus
feeb686482 Contacts: Add new multiproperty if it doesn't exist. 2013-03-29 16:44:44 +01:00
Thomas Tanghus
09054d06e3 Contacts: Namespace Exception 2013-03-29 16:44:14 +01:00
Thomas Tanghus
808af5b381 Contacts: Only one PRODID 2013-03-29 16:42:33 +01:00
Thomas Tanghus
a902dca66d Contacts: Remove obsolete ajax files. 2013-03-29 07:43:21 +01:00
Thomas Tanghus
01e4a01cab Contacts: Ported addToGroup and removeFromGroup 2013-03-29 06:51:16 +01:00
Thomas Tanghus
aa87d0de73 Stop floating the log on import 2013-03-29 06:50:47 +01:00
Thomas Tanghus
7693785933 Contacts: Importing, indexing and group extraction in working state. 2013-03-29 05:00:03 +01:00
Thomas Tanghus
1d0a41d6fb Contacts: Document variables. 2013-03-28 17:33:30 +01:00
Thomas Tanghus
0bbb6afcba Contacts: Properly implement Countable in AddressBook And support in Database backend 2013-03-28 17:32:36 +01:00
Thomas Tanghus
c58940336c Contacts: Improve docs on AbstractBackend 2013-03-28 17:31:20 +01:00