summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Adding cli command to sync birthday calendarThomas Müller2016-02-181-3/+39
* Prevent deletion of birthday calendarThomas Müller2016-02-182-6/+4
* Sync a users contacts birthday to the users birthday calendarThomas Müller2016-02-184-3/+199
* Merge pull request #22398 from owncloud/fix-card-propertiesThomas Müller2016-02-162-8/+11
|\
| * Queries on the cards table by uri require the addressbook as well - fixes #22284Thomas Müller2016-02-152-8/+11
* | Merge pull request #22385 from owncloud/issue-22384-invalid-content-location-...Thomas Müller2016-02-161-1/+1
|\ \
| * | Deduplicate slashesJoas Schilling2016-02-151-1/+1
| |/
* / On login we create a default calendar and a default addressbook for the user ...Thomas Müller2016-02-151-1/+41
|/
* Merge pull request #22331 from owncloud/dav-nonexisting-partThomas Müller2016-02-131-1/+1
|\
| * fix getNodeForPath for non existing part filesRobin Appelman2016-02-111-1/+1
* | Merge pull request #22294 from owncloud/carddav-report-list-groups-2Thomas Müller2016-02-124-2/+102
|\ \ | |/ |/|
| * Adding a custom webdav property which holds the list of contacts groupsThomas Müller2016-02-104-2/+102
* | Merge pull request #22290 from owncloud/dav-upload-scan-in-lockThomas Müller2016-02-111-5/+5
|\ \ | |/ |/|
| * also fix lock order for chunked dav uploadsRobin Appelman2016-02-101-2/+2
| * scan the file in the write lock when uploading over davRobin Appelman2016-02-101-3/+3
* | Merge pull request #20073 from owncloud/files-should-add-download-dispositionThomas Müller2016-02-101-0/+17
|\ \
| * | Only set the header if the node exists and in case the request is a GETThomas Müller2016-02-081-3/+8
| * | Serve files with an attachment disposition for new DAV endpointLukas Reschke2016-02-081-0/+12
* | | Merge pull request #22263 from owncloud/fix-group-principalsThomas Müller2016-02-101-6/+12
|\ \ \ | |_|/ |/| |
| * | Fix group principalThomas Müller2016-02-101-6/+12
* | | Merge pull request #20928 from owncloud/publicdav-check-permissionsC. Montero Luque2016-02-092-1/+64
|\ \ \ | |/ / |/| |
| * | Check that the owner of a link share still has share permissions on accessRobin Appelman2016-02-092-1/+64
* | | Merge pull request #22228 from owncloud/comments-limit-messageThomas Müller2016-02-092-0/+10
|\ \ \
| * | | on DAV throw Bad Request if provided message is too longArthur Schiwon2016-02-092-0/+10
* | | | Merge pull request #22234 from owncloud/systemtags-filter-intersect-emptyThomas Müller2016-02-091-2/+13
|\ \ \ \
| * | | | Stop when a mid result is emptyJoas Schilling2016-02-091-2/+8
| * | | | Fix system tag filter AND conditionVincent Petry2016-02-091-0/+5
| | |/ / | |/| |
* / | | Migration of calendarsThomas Müller2016-02-093-9/+292
|/ / /
* | | Merge pull request #22199 from owncloud/multiple_checksumsThomas Müller2016-02-092-8/+75
|\ \ \ | |/ / |/| |
| * | For possible future usage allow multiple checksumsRoeland Jago Douma2016-02-082-8/+75
* | | Add REPORT on files endpoint for filteringVincent Petry2016-02-082-1/+331
| |/ |/|
* | Merge pull request #21817 from owncloud/support-old-carddav-endpointThomas Müller2016-02-084-24/+45
|\ \
| * | Remove calendar-proxy support - did this ever work?Thomas Müller2016-02-081-2/+0
| * | Adding pre oc 9.0 CardDAV endpoint for migration of old clientsThomas Müller2016-02-084-24/+47
| |/
* | Fix PHPDocLukas Reschke2016-02-081-5/+7
* | Adding common name to shareeThomas Müller2016-02-083-4/+7
* | Original resources should not be overwritten by shared resourcesThomas Müller2016-02-082-13/+19
|/
* Mark own comments as read after postingVincent Petry2016-02-051-0/+5
* Check for authorship on edit and delete attemptsArthur Schiwon2016-02-041-0/+14
* Remove entries in dav_shares on deletion of a calendarThomas Müller2016-02-033-4/+14
* Adding propfind property to retrieve sharee information from a dav resourceThomas Müller2016-02-032-0/+176
* Deleting a shared address book results in unshareThomas Müller2016-02-032-10/+49
* Deleting a shared calendar results in unshareThomas Müller2016-02-031-2/+14
* Disallow to share with the owner of the resourceThomas Müller2016-02-031-5/+15
* Fix ACLs on shared calendarsThomas Müller2016-02-033-20/+1
* No duplicate address book if shared with user and group and the user is part ...Thomas Müller2016-02-031-3/+3
* No duplicate calendars if shared with user and group and the user is part of ...Thomas Müller2016-02-031-4/+3
* Add calendar sharingThomas Müller2016-02-036-20/+274
* Add store/retrieve checksumsRoeland Jago Douma2016-02-032-2/+37
* Merge pull request #22059 from owncloud/comments-readmark-davThomas Müller2016-02-034-7/+95
|\