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

42 Commits

Author SHA1 Message Date
Thomas Tanghus
8c3303c760 Cache address books in localStorage. 2013-09-06 06:15:23 +02:00
Thomas Tanghus
31c19e9b57 Don't try to select a group that doesn't exist. 2013-09-03 19:23:43 +02:00
Thomas Tanghus
83d3320339 First iteration of barch deletion #110 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
8701cfd444 Fix wrong var on error in groups deletion. 2013-08-15 20:11:40 +02:00
Thomas Tanghus
73b3c7346d Fix group/category deletion. 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
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
e8c7047869 Implement rename group. Refs #97 2013-05-21 23:39:50 +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
3f3d701322 Add meta group "Ungrouped". Refs #28 2013-05-12 21:59:24 +02:00
Thomas Tanghus
4dcaa98c20 Make doc string almost understandable 2013-05-09 05:55:44 +02:00
Thomas Tanghus
10015deb8f Missing variable. 2013-05-08 15:54:55 +02:00
Thomas Tanghus
7eb6a29cd5 Wrong argument to loadGroups 2013-05-08 06:53:33 +02:00
Thomas Tanghus
e7267209ef Backgroung load on import and async load on init. Closes #49 2013-05-08 06:47:36 +02:00
Thomas Tanghus
c649b4cbf1 General cleanup 2013-05-03 05:00:50 +02:00
Thomas Tanghus
2bd98c3cb7 Contacts: Use addnew plugin for groups. 2013-05-02 22:01:37 +02:00
Thomas Tanghus
6c1ff13838 Contacts: Make group adding a little smoother 2013-05-01 01:48:11 +02:00
Thomas Tanghus
7da675a1d5 Contacts: Port to new apps styles. 2013-04-30 20:00:33 +02:00
Thomas Tanghus
c3fa18e4a7 Merge branch 'contacts_backends' into contacts_oc6
Conflicts:
	contacts/ajax/categories/add.php
	contacts/ajax/contact/add.php
	contacts/appinfo/app.php
	contacts/appinfo/migrate.php
	contacts/css/contacts.css
	contacts/index.php
	contacts/js/app.js
	contacts/js/contacts.js
	contacts/js/groups.js
	contacts/lib/app.php
	contacts/lib/carddav/addressbook.php
	contacts/lib/sabre/backend.php
	contacts/lib/vcard.php
	contacts/templates/contacts.php
	contacts/thumbnail.php
2013-04-17 15:07:59 +02:00
Thomas Tanghus
954af6a951 Contacts: Get group sort order from js preferences 2013-04-01 03:55:04 +02:00
Thomas Tanghus
64c9f25ad2 Contacts: Fix adding contacts to new group. 2013-03-29 23:23:47 +01:00
Thomas Tanghus
a5a45f90d7 Contacts: Moved escaping of strings to template plugin. 2013-03-29 20:09:48 +01:00
Thomas Tanghus
7a16b4f870 Contacts: Remove group from internal list on deletion. 2013-03-29 17:32:06 +01:00
Thomas Tanghus
01e4a01cab Contacts: Ported addToGroup and removeFromGroup 2013-03-29 06:51:16 +01:00
Thomas Tanghus
255c538a60 Contacts: Add more routes and wrap response in a JSONResponse object. 2013-03-28 03:19:01 +01:00
Thomas Tanghus
da6d0ae7e4 Contacts: Port most ajax calls to use routes. 2013-03-25 17:08:47 +01:00
Thomas Tanghus
7e52147350 Contacts: Use Storage route for getting groups. 2013-03-23 02:05:22 +01:00
Thomas Tanghus
4303fb5fce Contacts: Use strings for contact id. 2013-03-22 14:55:47 +01:00
Thomas Tanghus
6b50a6fef8 Contacts: Sanitize input. 2013-03-15 15:10:55 +01:00
Thomas Tanghus
0c2dc22eaa Contacts: Sanitize input. 2013-03-15 15:07:35 +01:00
Thomas Tanghus
6bfc422d67 Contacts: Much improved d'n'd. 2013-03-14 19:53:53 +01:00
Thomas Tanghus
e414c48148 Contacts: Much improved d'n'd. 2013-03-12 00:28:41 +01:00
Thomas Tanghus
7bd0ed5958 Contacts: On d'n'd wrong id was being used. Also fixes #735 2013-03-11 20:27:16 +01:00
Thomas Tanghus
12347f6b0b Contacts: Use jquery trim() 2013-02-12 11:56:43 +01:00
Thomas Tanghus
d158a7b51a Contacts: Fix add groups. Ref #522 2013-02-06 13:37:56 +01:00
Thomas Tanghus
48c23c0dc0 Contacts: Refactored adding single contact to group. Closes #443 2013-01-16 13:35:41 +01:00
Thomas Tanghus
821b35ce1c Contacts: Trim group name. 2013-01-16 13:35:41 +01:00
Thomas Tanghus
f475b5ef85 Contacts: Make looking up group name less hackish 2013-01-04 10:27:53 +01:00
Thomas Tanghus
8dfa6f8ba8 Contacts: Documented GroupList. 2013-01-02 03:42:41 +01:00
Thomas Tanghus
3bef7d13a8 Contacts: Moved GroupList to separate file. 2013-01-02 02:17:51 +01:00