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

3173 Commits

Author SHA1 Message Date
Thomas Tanghus
8dcd7a7d8b server => cache in ContactPhotoController 2014-04-07 23:21:12 +02:00
Thomas Tanghus
70438c997d Align controllers to owncloud/core#8017 2014-04-07 22:29:24 +02:00
Thomas Tanghus
a1e16fec23 Format .jshintrc for readability 2014-04-07 22:29:24 +02:00
Thomas Tanghus
c74be4eee7 Merge pull request #461 from owncloud/fix-hardcoded-strings
Fix hardcoded strings in new contact template
2014-04-07 15:39:26 +02:00
babelouest
ec89124db1 Merge branch 'master' of https://github.com/owncloud/contacts into ldap 2014-04-07 01:19:25 -04:00
babelouest
489aaa1eae put dialog UI functions in a new js class
change addressbook name in UI when changed
2014-04-07 01:18:09 -04:00
babelouest
57211530f8 clean code 2014-04-07 01:17:48 -04:00
Jenkins for ownCloud
14bbccc5f6 [tx-robot] updated from transifex 2014-04-07 00:49:54 -04:00
LEDfan
a65549f089 Update DB on getContacts, getContact and search 2014-04-06 09:58:49 +02:00
LEDfan
25d79d534c fix typos 2014-04-06 09:50:02 +02:00
LEDfan
393c0cf534 Add docs 2014-04-06 08:41:08 +02:00
LEDfan
c769e33a49 Add docs 2014-04-06 08:39:58 +02:00
LEDfan
17d7ed7e99 Add x-owncloud-handle by default 2014-04-06 08:21:24 +02:00
Jenkins for ownCloud
8fe2d2c7f0 [tx-robot] updated from transifex 2014-04-06 00:49:54 -04:00
Volkan Gezer
2f368b244f Fix hardcoded strings in new contact template 2014-04-06 03:01:37 +02:00
LEDfan
2835402b57 Add searc() func tion 2014-04-05 20:35:29 +02:00
LEDfan
90a090af98 Add index properties to provide a solid search function 2014-04-05 18:56:21 +02:00
Jenkins for ownCloud
5f8072912c [tx-robot] updated from transifex 2014-04-05 00:49:54 -04:00
babelouest
e81af2fce4 Merge branch 'ldap' of https://github.com/owncloud/contacts into ldap 2014-04-04 18:52:42 -04:00
babelouest
e4ac07cbab Merge branch 'master' of https://github.com/owncloud/contacts into ldap 2014-04-04 18:51:44 -04:00
babelouest
ec8053c915 Several corrections and improvements, thanks to the feedbacks on the PR 2014-04-04 18:50:55 -04:00
Nicolas Mora
9fc9d996e8 Update addressbooks.js 2014-04-04 17:29:08 -04:00
Jenkins for ownCloud
93488031e8 [tx-robot] updated from transifex 2014-04-04 00:49:55 -04:00
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
LEDfan
00cf07ec1a Small cleanup 2014-04-03 18:59:34 +02:00
LEDfan
e70814997f Add search() function 2014-04-03 18:36:11 +02:00
Jenkins for ownCloud
f53bf212d7 [tx-robot] updated from transifex 2014-04-03 00:49:58 -04:00
LEDfan
4cf45fa91f fix issue when a user is removed 2014-04-02 21:49:53 +02:00
LEDfan
615077b900 Fix issue when updating a contact 2014-04-02 21:44:03 +02:00
LEDfan
ef12447f8d Finnaly fix permissions 2014-04-02 21:16:08 +02:00
LEDfan
1fa0004492 Change name of the backend 2014-04-02 20:39:04 +02:00
LEDfan
7b440cb68c Remove create function 2014-04-02 20:37:16 +02:00
LEDfan
fa4839c6ae Remove / 2014-04-02 20:31:57 +02:00
LEDfan
dd68af97e4 Fix several issues 2014-04-02 18:54:15 +02:00
LEDfan
e95ca5124b Remove uneeded table for address books 2014-04-02 18:54:15 +02:00
LEDfan
69bca05716 Undo uneeded changes 2014-04-02 18:54:15 +02:00
LEDfan
ab03ba5ff2 Check if querys succeeded 2014-04-02 18:54:15 +02:00
LEDfan
8362ef1c99 Check if querys succeeded 2014-04-02 18:54:15 +02:00
LEDfan
39ac52062a Add copyright notice 2014-04-02 18:54:15 +02:00
LEDfan
12b2b1cd61 Fix scrutinizer issues 2014-04-02 18:54:14 +02:00
LEDfan
a6393f9695 Add Docs 2014-04-02 18:54:14 +02:00
LEDfan
a234865f71 Create addressbook if don't exists 2014-04-02 18:54:14 +02:00
LEDfan
0856f4ccc8 WIP almost done 2014-04-02 18:54:14 +02:00
LEDfan
c148f09386 WIP Implenting getContacts 2014-04-02 18:54:14 +02:00
Thomas Tanghus
abb3166e90 Get permissions from Contact if exists, otherwise AddressBook. Refs #457 2014-04-02 14:18:16 +02:00
Jenkins for ownCloud
f4d6576363 [tx-robot] updated from transifex 2014-04-02 00:50:33 -04:00
jbtbnl
6bb5ab8a9d Fixes #436 2014-04-01 20:12:46 +02:00
jbtbnl
550a79c75c Fix styling compatibility with core. Refs core#7916 2014-04-01 19:00:26 +02:00
jbtbnl
7419b54e3e Fix first run message 2014-04-01 18:25:46 +02:00
babelouest
536b5d5261 Merge branch 'master' of https://github.com/owncloud/contacts into ldap 2014-04-01 09:17:38 -04:00