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

57 Commits

Author SHA1 Message Date
Thomas Tanghus
8e7ab166fe Rewrote getting/setting address book properties. Ref #76 2013-09-05 22:37:48 +02:00
Thomas Tanghus
a3f7199b0e Remove obsolete code 2013-09-05 22:12:49 +02:00
Thomas Tanghus
feb200bba6 Finally (re)implemented (de)activate address books. Closes #48 2013-09-05 22:08:34 +02:00
Thomas Tanghus
0d628fb766 Backends were instantiated before user was logged in and broke CardDAV
fix #186
2013-09-04 20:10:43 +02:00
Thomas Tanghus
e76606b419 Don't emit signals in batch operations. 2013-09-03 19:23:11 +02:00
Thomas Tanghus
d5d71cda4e Fix argument in backend 2013-09-03 14:09:13 +02:00
Thomas Tanghus
4a67ad28ca Improved unit tests and adjust backend method signatures. 2013-08-26 20:10:29 +02:00
Thomas Tanghus
26cfb42e3a Add missing indexes to address book array 2013-08-20 19:01:56 +02:00
Nicolas Mora
fc09c31def use new backend prefs 2013-08-03 22:40:52 -04:00
Thomas Tanghus
3d0e6c7933 Update thumbnail when card is updated via CardDAV. Refs #120 2013-06-03 17:27:48 +02:00
Nicolas Mora
ea828cb93d it's not over yet 2013-06-02 15:50:57 -04:00
Nicolas Mora
305fa564c4 Merge branch 'master' of https://github.com/owncloud/contacts 2013-06-02 15:01:40 -04:00
Nicolas Mora
7b75285d3b seperate find multiple cards and find one card 2013-06-02 15:00:40 -04:00
Thomas Tanghus
d20ff966fe Return false if no rows was retrieved in getContact() 2013-05-27 06:56:08 +02:00
Thomas Tanghus
667a362fb3 Move purging indexes to addressBookDeletion() hook 2013-05-27 06:56:08 +02:00
Thomas Tanghus
f7f1a34992 Throw 404 if address book wasn't found 2013-05-26 22:16:43 +02:00
Thomas Tanghus
ac2f08e7ee Fix index/purge hooks. 2013-05-25 01:35:42 +02:00
Thomas Tanghus
2b2e9cd79e Also touch address book on contact deletion. 2013-05-22 03:23:24 +02:00
Thomas Tanghus
9b6a2fde01 Database backend: Lookup parent in updateContact() if not known. 2013-05-21 23:38:02 +02:00
Thomas Tanghus
aab66afb03 Let backend add/remove CATEGORIES instead of firering N requests 2013-05-19 03:16:36 +02:00
Thomas Tanghus
77f931cfec Workaround for owncloud/core#2814 Fixes #78 2013-05-14 19:17:35 +02:00
Thomas Tanghus
02e8ad0c86 CardDAV: getContact didn't return a uri. 2013-05-09 15:32:22 +02:00
Thomas Tanghus
afed6933cb Updated LDAP Backend 2013-05-09 14:07:27 +02:00
Thomas Tanghus
d4f4c97b2d Fix method names 2013-05-07 19:18:23 +02:00
Thomas Tanghus
49f728a86a Contacts: Don't mix possible permissions with actual permissions. 2013-05-05 22:21:42 +02:00
Thomas Tanghus
7b8110e85a Contacts: Don't update REV for CardDAV requests if it exists already. 2013-05-05 16:27:10 +02:00
Thomas Tanghus
514672ba3d Contacts: Update docs for backends. 2013-05-03 05:00:50 +02:00
Thomas Tanghus
f3a7d23e87 Contacts: Shared backend didn't always return correct permissions. 2013-05-03 05:00:50 +02:00
Thomas Tanghus
d4b18987ae Contacts: Abstract js address book access and further simplify import. 2013-05-02 20:42:24 +02:00
Thomas Tanghus
370b8ba416 Contacts: Use own method instead of duplicating db query. 2013-04-27 03:09:24 +02:00
Thomas Tanghus
a4b22fd8bb Contacts: Use timestamp for ctag 2013-04-27 02:20:12 +02:00
Thomas Tanghus
a2ab3254ab Contacts: Return false on error in db backend 2013-04-27 01:46:25 +02:00
Thomas Tanghus
4610367d8d Contacts: Only purge contacts index if they exists 2013-04-26 16:53:33 +02:00
Thomas Tanghus
635a6e2825 Contacts: Added start on LDAP backend by @babelouest 2013-04-25 01:46:47 +02:00
Thomas Tanghus
8414c16955 Contacts: Adjust some class names 2013-04-25 01:03:05 +02:00
Thomas Tanghus
2fbbc01f91 Remove obsolete TODOs 2013-04-17 14:37:22 +02:00
Thomas Tanghus
a308a3ed21 Contacts: Use a backend name/id combo for CardDAV 2013-04-08 01:27:35 +02:00
Thomas Tanghus
ac0d12470b Contacts: Rename 'database' backend to 'local' 2013-04-07 22:33:40 +02:00
Thomas Tanghus
499c69f15e Contacts: Also return uri from db backend 2013-04-07 21:42:27 +02:00
Thomas Tanghus
3960793209 Contacts: CardDAV fixes 2013-03-30 04:22:30 +01:00
Thomas Tanghus
808af5b381 Contacts: Only one PRODID 2013-03-29 16:42:33 +01:00
Thomas Tanghus
7693785933 Contacts: Importing, indexing and group extraction in working state. 2013-03-29 05:00:03 +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
Thomas Tanghus
3eb5303c3e Contacts: More updates on backends 2013-03-25 17:10:21 +01:00
Thomas Tanghus
321cb7bf94 Contacts: Cleanup sql in Database backend. 2013-03-22 15:03:50 +01:00
Thomas Tanghus
5e67fc27d6 Contacts: Some updates to Datebase backend 2013-03-20 11:24:05 +01:00
Thomas Tanghus
f8b0387fdd Contacts: Document class assumptions 2013-03-17 21:31:46 +01:00
Thomas Tanghus
0f1800c2de Contacts: Various fixes found when adding unit tests. Unit tests FTW \o/ 2013-03-17 00:38:00 +01:00
Thomas Tanghus
5bfe561937 Contacts: Misc backend updates. 2013-03-16 15:59:23 +01:00