babelouest
a3166ee452
add admin settings to enable/disable ldap backend
2014-05-05 01:10:01 -04:00
babelouest
b8c3c4e1ea
Merge branch 'master' of https://github.com/owncloud/contacts into ldap
2014-04-15 11:13:05 -04:00
babelouest
c674b8db00
code clean in js config dialog
...
distinction between a ldap addressbook edition and a local addressbook edition in the UI
several bug fixes
2014-04-09 13:38:09 -04:00
LEDfan
90a090af98
Add index properties to provide a solid search function
2014-04-05 18:56:21 +02:00
babelouest
ec8053c915
Several corrections and improvements, thanks to the feedbacks on the PR
2014-04-04 18:50:55 -04:00
LEDfan
e70814997f
Add search() function
2014-04-03 18:36:11 +02:00
LEDfan
e95ca5124b
Remove uneeded table for address books
2014-04-02 18:54:15 +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
babelouest
536b5d5261
Merge branch 'master' of https://github.com/owncloud/contacts into ldap
2014-04-01 09:17:38 -04:00
babelouest
3f26148233
implementing ldap addressbook modification (draft)
2014-04-01 09:16:53 -04:00
Thomas Tanghus
9d672249da
Add route for getting AddressBook metadata. Refs. #412
2014-04-01 02:11:29 +02:00
babelouest
a8e6ab0d33
change new addressbook ui for a dialog
...
implemented delete ldap addressbook
2014-03-29 01:22:52 -04:00
babelouest
440fce7ca8
Merge branch 'master' of https://github.com/owncloud/contacts into ldap
...
Conflicts:
formats/backend_ldap_connector.xml
lib/backend/abstractbackend.php
lib/backend/database.php
lib/backend/ldap.php
lib/controller/addressbookcontroller.php
2014-03-28 10:39:25 -04:00
Thomas Tanghus
a1c8fe7f1e
Merge pull request #444 from owncloud/import_multi_format2
...
Import from multiple formats
2014-03-23 14:18:48 +01:00
Thomas Tanghus
ce9a2797a9
Use \OC::->close(); instead of session_write_close();
2014-03-21 15:19:31 +01:00
Thomas Tanghus
05acb6e87a
Mostly done refactoring Photo controller
2014-03-20 01:55:57 +01:00
Thomas Tanghus
300834d861
Add missing backslash to injected class
2014-03-18 00:56:57 +01:00
babelouest
919f540d01
Import from multiple formats
2014-03-11 16:43:32 +01:00
Thomas Tanghus
f6bfea77e7
Scrutinizer cleanup
2014-03-08 16:22:51 +01:00
Thomas Tanghus
4bbbe3d95a
Revert "fix ldap a bit" @babelouest
...
This reverts commit 5cb99a657e5b7375cca149181ae4ce6e77c43b40.
2014-03-03 01:16:02 +01:00
Thomas Tanghus
be190eb920
Override more string properties. Refs. #260
2014-03-02 23:43:22 +01:00
babelouest
a13e1bd28c
Merge branch 'master' of https://github.com/owncloud/contacts into ldap
...
Conflicts:
lib/backend/abstractbackend.php
lib/backend/ldap.php
2014-02-27 13:51:21 -05:00
Thomas Tanghus
865d6e2e97
Only search in active address books. Fix #424
2014-02-26 11:28:01 +01:00
babelouest
3300bed849
Merge branch 'master' of https://github.com/owncloud/contacts
2014-02-25 07:53:35 -05:00
babelouest
4dd705c57c
tmp
2014-02-23 16:36:53 -05:00
babelouest
9d83e92cb0
it's been a long time
2014-02-07 15:55:55 -05:00
Thomas Tanghus
0d910443d1
Register all backends to OCP\Contacts
2014-02-04 16:20:14 +01:00
Thomas Tanghus
8a7ada1c37
Add support for HEAD and OPTIONS to address book
2014-01-29 23:49:58 +01:00
Thomas Tanghus
96887e45be
Merge branch 'webdav-logexceptions'
2014-01-29 01:42:05 +01:00
Thomas Tanghus
9abdeb75ce
2014
2014-01-26 00:40:22 +01:00
Thomas Tanghus
a59897bbe2
Add Sabre exception loggin plugin
2014-01-25 03:41:38 +01:00
Simon McVittie
16fa2cf807
Fix X-EVOLUTION-FILE-AS escape
...
Evolution defaults to the form "X-EVOLUTION-FILE-AS:Bloggs\, Joe", and
since Evolution uses this field as the contacts' displayed name, it's
highly visible when ownCloud turns it into
"X-EVOLUTION-FILE-AS:Bloggs\\, Joe".
https://github.com/owncloud/contacts/issues/42#issuecomment-28776546
When interacting with Evolution-Data-Server (which I think MeeGo might
use), the same incorrect escaping applies to X-EVOLUTION-FILE-AS. This
is a non-standard field, but it's highly visible for Evolution users,
since it's used as the default displayed name for contacts there.
https://github.com/owncloud/core/issues/2335#issuecomment-32130820
Bug-Debian: http://bugs.debian.org/735112
2014-01-12 19:06:11 -04:00
Thomas Tanghus
3a89a0bc16
Merge pull request #312 from owncloud/migration
...
Fix migration provider
2013-12-21 08:58:37 -08:00
Thomas Tanghus
edf06ad662
Merge pull request #313 from owncloud/add-indexes
...
Add indexes for speedingup db queries
2013-12-20 03:28:45 -08:00
Bart Visscher
7738fcc5c7
Fix migration provider
2013-12-20 11:51:26 +01:00
Bart Visscher
cbe3ff9c66
Add indexes for speedingup db queries
2013-12-20 11:50:13 +01:00
tomneedham
07c6ec9298
Fix loading of migration provider class
2013-12-19 15:46:59 +00:00
Thomas Tanghus
ce48087e00
Bump version
2013-11-28 12:21:49 +01:00
Nicolas Mora
5cb99a657e
fix ldap a bit
2013-11-24 15:07:04 -05:00
Thomas Tanghus
4b94a3d8e1
Bump version for RC1
2013-10-30 16:15:11 +01:00
Thomas Tanghus
7f07d14ae7
Fix PHP4 array notation
2013-10-24 14:19:08 +02:00
Thomas Tanghus
6f68361131
Add missing CardDAV routes. Refs #230
2013-10-24 11:43:21 +02:00
Thomas Tanghus
353580994f
Increase require to 6.00
2013-10-23 22:21:01 +02:00
Thomas Tanghus
bf095621e0
Fix editing contact photos.
2013-10-22 17:10:23 +02:00
Thomas Tanghus
1d29b943ae
Finally works with core master
2013-10-17 02:10:50 +02:00
Thomas Tanghus
44fb5c5d14
Bump to version 0.2.81
2013-10-17 02:10:50 +02:00
Thomas Tanghus
d71d4c84fd
Current adjustements with core. Still doesn't work with master
2013-10-11 14:47:54 +02:00
Thomas Tanghus
8625c2b3c5
Bump version and require
2013-10-05 01:38:49 +02:00
Thomas Tanghus
95620bd9d3
Use CompoundProperty for ORG
2013-10-03 18:08:49 +02:00