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

2162 Commits

Author SHA1 Message Date
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
Thomas Tanghus
18701ef9d9 Select most of picture on crop. Fix #98 2013-05-20 15:11:06 +02:00
Thomas Tanghus
620ea28204 Apply a min-width on contact popup. Fix owncloud/contacts#46 2013-05-20 13:21:12 +02:00
Jenkins for ownCloud
1788612aab [tx-robot] updated from transifex 2013-05-20 01:07:45 +02:00
Thomas Tanghus
996597574c Don't keep attaching event. Fix #24 2013-05-19 05:19:58 +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
fc9dfdf192 Oops, don't declare a method public twice. 2013-05-19 02:39:16 +02:00
Thomas Tanghus
9410affdc0 Make App::getBackend() non-static. 2013-05-19 01:36:35 +02:00
Thomas Tanghus
591a48aa67 Added custom GroupProperty. Refs #96 2013-05-19 00:54:51 +02:00
Thomas Tanghus
4e70507601 Removed some debugging 2013-05-19 00:54:50 +02:00
Thomas Tanghus
34bdb4e70f Minor interface cleanups 2013-05-19 00:54:50 +02:00