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

27 Commits

Author SHA1 Message Date
babelouest
e9c9f6d363 first batch of a working of add/update addressbook dialog window
several bugs remaining and code cleaning is necessary
2014-04-03 17:35:58 -04:00
Thomas Tanghus
06f865beeb Explicitly check for request vars 2014-04-01 03:38:01 +02:00
Thomas Tanghus
868bf088b3 camelCase variables 2014-03-18 00:58:01 +01:00
Thomas Tanghus
45aa3198f7 More cleanups 2014-03-09 15:03:29 +01:00
Thomas Tanghus
f6bfea77e7 Scrutinizer cleanup 2014-03-08 16:22:51 +01:00
Thomas Tanghus
9abdeb75ce 2014 2014-01-26 00:40:22 +01:00
Thomas Tanghus
a388525111 Adjust code to appframework api 2013-10-23 12:56:30 +02:00
Thomas Tanghus
1d29b943ae Finally works with core master 2013-10-17 02:10:50 +02:00
Thomas Tanghus
f8c46f1ad1 Various route and request adjustments
* All request bodies are now JSON.
* Contact property add/update/delete uses the same PATCH route.
2013-10-03 04:15:12 +02:00
Thomas Tanghus
8b6f877fea PATCH test WiP 2013-10-01 19:15:22 +02:00
Thomas Tanghus
67412f3679 Port controllers to OCP\AppFramework 2013-10-01 19:15:22 +02:00
Thomas Tanghus
cfd8cd02b3 Now loads with OCP\AppFramework 2013-10-01 19:15:22 +02:00
Thomas Tanghus
8ff09aab27 Move profile photo handling to separate controller 2013-09-04 08:03:33 +02:00
Thomas Tanghus
1a24590322 Use OCP\Image 2013-09-03 14:09:13 +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
ce4088f7ff Remember to return the response on error. 2013-05-22 03:37:56 +02:00
Thomas Tanghus
65c4b71965 Return response on error. 2013-05-15 01:01:32 +02:00
Thomas Tanghus
58d1d7ae27 Return null if lastModified can't be converted to DateTime 2013-05-09 05:59:57 +02:00
Thomas Tanghus
b8b9c5dc91 Add GET route to single contact. 2013-05-09 05:58:28 +02:00
Thomas Tanghus
958af7bbe0 Contacts: Return error if contact photo can't be loaded 2013-05-06 01:48:07 +02:00
Thomas Tanghus
73055dffd4 Contacts: Copy/paste errors. 2013-05-05 16:58:51 +02:00
Thomas Tanghus
52a72a080b Contacts: Use AddressBook to access Contact in controller. 2013-05-04 22:49:36 +02:00
Thomas Tanghus
065015471a Contacts: Fix debug stmts 2013-05-01 01:48:11 +02:00
Thomas Tanghus
49b97e6415 Contacts: Removed redundant App instantiation in ContactController. 2013-04-27 02:55:34 +02:00
Thomas Tanghus
a4456db329 Contacts: Use $this->api->getUserId() in Controllers 2013-04-25 04:21:14 +02:00
Thomas Tanghus
d0ad2a5581 Contacts: Clean directory structure thanks to owncloud/core#2993 \o/ 2013-04-25 00:57:45 +02:00