summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/rootcollection.php
Commit message (Collapse)AuthorAgeFilesLines
* Initial implementation of the new chunked upload - as specified in ↵Thomas Müller2016-04-121-0/+4
| | | | https://dragotin.wordpress.com/2015/06/22/owncloud-chunking-ng/
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Sync a users contacts birthday to the users birthday calendarThomas Müller2016-02-181-2/+3
|
* Add calendar sharingThomas Müller2016-02-031-2/+2
|
* Make sure user has access to file for system tag operationsVincent Petry2016-02-011-1/+2
| | | | | Fixes DAV's SystemTagsObjectTypeCollection to not give access to files where the current user doesn't have access to.
* Comments DAV implementationArthur Schiwon2016-01-261-0/+8
|
* Inject user session to check for admin in system tags DAV handlersVincent Petry2016-01-211-5/+7
|
* Fix DAV to respect system tags permissionsVincent Petry2016-01-211-0/+3
| | | | | | | | | | | When queried as regular user, visible tags are not displayed in result sets and queries for existence will return false. Non-assignable or non-visible tags cannot be renamed/assigned/unassigned. User is not allowed to change tag permissions, only to change the name if the tag is also assignable.
* Show group shared addressbooksThomas Müller2016-01-181-1/+2
|
* Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-131-1/+20
|\ | | | | Update license headers 2016
| * Happy new year!Thomas Müller2016-01-121-1/+20
| |
* | Decouple federation and dav appThomas Müller2016-01-121-2/+2
|/
* Adding group principals to new dav endpointThomas Müller2016-01-081-9/+15
|
* implement delete, create, update, search, get permissionsBjörn Schießle2015-12-151-2/+2
|
* Added dav endpoints for system tagsVincent Petry2015-12-031-0/+9
|
* user and system addressbooks are now living in sub foldersThomas Müller2015-12-021-4/+9
|
* Adding a second principal backend which holds system principals - as of now ↵Thomas Müller2015-12-021-3/+8
| | | | only one principals/system/system
* Fix principal collection for CavDAVTesterThomas Müller2015-11-261-2/+2
|
* Users are available under it's own principal resource named ↵Thomas Müller2015-11-251-3/+3
| | | | 'principals/users' this will allow us to introduce e.g. groups as principals (one day) and system specific principals (needed for federation)
* Addressbook sharing added based on a simplified approach which is based on ↵Thomas Müller2015-11-191-2/+4
| | | | calendar sharing standard
* Introducing CalDAV into coreThomas Müller2015-11-161-6/+13
|
* Introducing CardDAV into coreThomas Müller2015-11-061-0/+6
|
* as soon as debug mode is enabled we allow listing of principalsThomas Müller2015-10-261-3/+8
|
* Introduced the new webdav endpoint remote.php/dav holding the principals and ↵Thomas Müller2015-10-261-0/+29
the files collection