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

2122 Commits

Author SHA1 Message Date
Jenkins for ownCloud
c306195ee1 [tx-robot] updated from transifex 2013-05-28 00:56:27 +02:00
Thomas Tanghus
aea9e3f48a Let contactDeletion() hook take multiple ids. 2013-05-27 06:56:08 +02: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
1ae88f66c6 Add Properties::purgeIndexes() to cleanup after multiple contacts. 2013-05-27 06:56:08 +02:00
Jenkins for ownCloud
ce5f1690c7 [tx-robot] updated from transifex 2013-05-27 00:58:26 +02:00
Thomas Tanghus
f7f1a34992 Throw 404 if address book wasn't found 2013-05-26 22:16:43 +02:00
Thomas Tanghus
e6bfe1d660 Added TODO 2013-05-26 22:16:43 +02:00
Thomas Tanghus
4dee9ca451 Missing translation 2013-05-26 22:16:43 +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
Jenkins for ownCloud
d3850c68ca [tx-robot] updated from transifex 2013-05-26 00:57:27 +02:00
Thomas Tanghus
ac2f08e7ee Fix index/purge hooks. 2013-05-25 01:35:42 +02:00
Thomas Tanghus
62b25af612 Show import select on address book creation. 2013-05-25 01:35:42 +02:00
Thomas Tanghus
44c4a2fd49 Check if contact was retrieved 2013-05-25 01:35:42 +02:00
Jenkins for ownCloud
02da77af19 [tx-robot] updated from transifex 2013-05-25 01:02:48 +02:00
Thomas Tanghus
6d3d58b993 Removed old export.php 2013-05-24 20:37:01 +02:00
Thomas Tanghus
c97f498905 Ported export. Fixes #108 2013-05-24 20:35:23 +02:00
Thomas Tanghus
9cd71e2a5e Get Contact through AddressBook to check permissions. 2013-05-24 20:16:09 +02:00
Thomas Tanghus
7da79bd071 camelCase template id. 2013-05-24 17:43:01 +02:00
Thomas Tanghus
0d37aaa07d Reenabled URL and EMAIL event handlers. Fix owncloud/contacts#109 2013-05-24 15:30:59 +02:00
Thomas Tanghus
ab7d3f3b19 Also remember to hide First Run... 2013-05-24 03:34:07 +02:00
Thomas Tanghus
2cbbc12ebf Fix fail() handlers 2013-05-24 03:34:07 +02:00
Thomas Tanghus
879cf7c35b JSONResponse didn't set error 2013-05-24 03:34:07 +02:00
Thomas Tanghus
cf2c956e01 Remember First Run if no contacts. 2013-05-24 03:34:06 +02:00
Thomas Tanghus
7c6ee2e45b Fix fail handlers 2013-05-24 03:34:06 +02:00
Jenkins for ownCloud
53ddbaa9ac [tx-robot] updated from transifex 2013-05-24 00:54:03 +02:00
Thomas Tanghus
143a97f832 Make sure all address books are activated on upgrade.
Workaround for the regression that address books can't
be (de)activated.
2013-05-23 21:37:39 +02:00
Thomas Tanghus
eba736a03b Made changing name order ~30% faster. 2013-05-23 21:37:39 +02:00
Thomas Tanghus
d5ad910d57 Made sorting 10 times faster 2013-05-23 21:37:39 +02:00
Jenkins for ownCloud
1c1b58c085 [tx-robot] updated from transifex 2013-05-23 00:49:14 +02:00
Thomas Tanghus
ca6f3ac8bb Indentation in css 2013-05-22 21:45:00 +02:00
Thomas Tanghus
6045d85122 Sort order improvements. 2013-05-22 21:44:39 +02:00
Thomas Tanghus
ac61f08534 Code for sorting by last, first/first last/formatted. Ref #63 2013-05-22 05:29:29 +02:00
Thomas Tanghus
ec7b45129e Only add your own contacts to groups. 2013-05-22 05:28:47 +02:00
Thomas Tanghus
ce4088f7ff Remember to return the response on error. 2013-05-22 03:37:56 +02:00
Thomas Tanghus
54c4c79204 Update Changelog 2013-05-22 03:23:24 +02:00
Thomas Tanghus
494d3944a5 Finish moving contacts between address books/backends. Ref #57 2013-05-22 03:23:24 +02:00
Thomas Tanghus
2b2e9cd79e Also touch address book on contact deletion. 2013-05-22 03:23:24 +02:00
Thomas Tanghus
af7359f50e Missing namespace separator 2013-05-22 03:23:24 +02:00
Thomas Tanghus
ac68b27d93 Search both in metadata and properties for contact displayname 2013-05-22 03:23:24 +02:00
Jenkins for ownCloud
931248ab65 [tx-robot] updated from transifex 2013-05-22 00:49:21 +02:00
Thomas Tanghus
7e43b68a18 Update stylesheet 2013-05-21 23:41:00 +02:00
Thomas Tanghus
17dfcbe99c Minot fixes to the addnew plugin. 2013-05-21 23:40:37 +02:00
Thomas Tanghus
e8c7047869 Implement rename group. Refs #97 2013-05-21 23:39:50 +02:00
Thomas Tanghus
9b6a2fde01 Database backend: Lookup parent in updateContact() if not known. 2013-05-21 23:38:02 +02:00
Jenkins for ownCloud
6d4c0fb964 [tx-robot] updated from transifex 2013-05-21 00:49:09 +02:00
Thomas Tanghus
a7c033e223 Update README.md 2013-05-21 00:27:13 +02:00
Thomas Tanghus
06c4d611b2 Missing namespace separator in GroupController 2013-05-20 23:36:49 +02:00