summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/carddav/addressbook.php
Commit message (Collapse)AuthorAgeFilesLines
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-182/+0
| | | | | | * Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4
* Fix acls for calendar objects and cards - fixes #23273Thomas Müller2016-03-241-24/+31
|
* Fix group sharing and sharing permissions - fixes #22932Thomas Müller2016-03-081-4/+0
|
* For 9.0 we don't have the possibility to store calendar and addressbook ↵Thomas Müller2016-02-291-3/+11
| | | | properties on a per-user basis and therefore we simple don't allow this for now
* Adding a custom webdav property which holds the list of contacts groupsThomas Müller2016-02-101-0/+7
|
* Deleting a shared address book results in unshareThomas Müller2016-02-031-0/+29
|
* Extract sharing functionality into own backend class for reusabilityThomas Müller2016-01-271-6/+5
|
* Migrate from CardDAV sharing to more generalk DAV sharingThomas Müller2016-01-271-5/+5
|
* Readjust sharing methodsThomas Müller2016-01-181-3/+6
|
* Test ownCloud CardDAV sharing using CalDAVTesterThomas Müller2016-01-181-3/+28
|
* Happy new year!Thomas Müller2016-01-121-1/+19
|
* Add system principal to cal of each cardThomas Müller2015-12-021-0/+10
|
* user and system addressbooks are now living in sub foldersThomas Müller2015-12-021-2/+2
|
* Adding system addressbook for users of this instance - a occ command is ↵Thomas Müller2015-12-021-0/+26
| | | | supplied for synchronizing
* Adjust sabre changes in coreThomas Müller2015-11-241-5/+1
|
* Addressbook sharing added based on a simplified approach which is based on ↵Thomas Müller2015-11-191-0/+58
calendar sharing standard