aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22331 from owncloud/dav-nonexisting-partThomas Müller2016-02-131-1/+1
|\ | | | | fix getNodeForPath for non existing part files
| * 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-125-2/+119
|\ \ | |/ |/| Adding a custom webdav property which holds the list of contacts groups
| * Adding a custom webdav property which holds the list of contacts groupsThomas Müller2016-02-105-2/+119
| |
* | Merge pull request #22290 from owncloud/dav-upload-scan-in-lockThomas Müller2016-02-111-5/+5
|\ \ | |/ |/| scan the file in the write lock when uploading over dav
| * 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
|\ \ | | | | | | Serve files with an attachment disposition for new DAV endpoint
| * | 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
| | | | | | | | | | | | This adds a `Content-Disposition: attachment` header to all files served via the DAV endpoint.
* | | Merge pull request #22263 from owncloud/fix-group-principalsThomas Müller2016-02-102-8/+24
|\ \ \ | |_|/ |/| | Fix group principal
| * | Fix group principalThomas Müller2016-02-102-8/+24
| | |
* | | Merge pull request #20928 from owncloud/publicdav-check-permissionsC. Montero Luque2016-02-093-2/+71
|\ \ \ | |/ / |/| | Check that the owner of a link share still has share permissions on access
| * | Check that the owner of a link share still has share permissions on accessRobin Appelman2016-02-093-2/+71
| | |
* | | Merge pull request #22228 from owncloud/comments-limit-messageThomas Müller2016-02-094-0/+142
|\ \ \ | | | | | | | | Limit comment message to 1k chars
| * | | on DAV throw Bad Request if provided message is too longArthur Schiwon2016-02-094-0/+142
| | | |
* | | | Merge pull request #22234 from owncloud/systemtags-filter-intersect-emptyThomas Müller2016-02-092-19/+113
|\ \ \ \ | | | | | | | | | | Fix system tag filter AND condition
| * | | | Stop when a mid result is emptyJoas Schilling2016-02-091-2/+8
| | | | |
| * | | | Add a test for empty mid-resultJoas Schilling2016-02-091-23/+84
| | | | |
| * | | | Fix system tag filter AND conditionVincent Petry2016-02-092-0/+27
| | |/ / | |/| | | | | | | | | | | | | | If one of the results is empty, no need to do array_intersect and return an empty result directly.
* / | | Migration of calendarsThomas Müller2016-02-0911-11/+801
|/ / /
* | | Merge pull request #22199 from owncloud/multiple_checksumsThomas Müller2016-02-092-8/+75
|\ \ \ | |/ / |/| | Make checksum propfind future proof
| * | For possible future usage allow multiple checksumsRoeland Jago Douma2016-02-082-8/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of returning <oc:checksum>TYPE:CHECKSUM</oc:checksum> Return <oc:checksums> <oc:checksum>TYPE:CHECKSUM</oc:checksum> </oc:checksums> This will allow us to expand in the future to multiple checksums. Without doing just string concatenation. And even for a single checksum it is now correct.
* | | Add REPORT on files endpoint for filteringVincent Petry2016-02-083-1/+850
| |/ |/| | | | | For now only supports filtering by system tags
* | Merge pull request #21817 from owncloud/support-old-carddav-endpointThomas Müller2016-02-089-29/+193
|\ \ | | | | | | Adding pre oc 9.0 CardDAV endpoint for migration of old clients
| * | Fix pathThomas Müller2016-02-081-2/+2
| | |
| * | Adding pre oc 9.0 CalDAV endpoint for migration of old clientsThomas Müller2016-02-082-2/+75
| | |
| * | Remove calendar-proxy support - did this ever work?Thomas Müller2016-02-082-6/+1
| | |
| * | Adding pre oc 9.0 CardDAV endpoint for migration of old clientsThomas Müller2016-02-087-26/+122
| |/
* | 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-052-0/+9
|
* Check for authorship on edit and delete attemptsArthur Schiwon2016-02-042-1/+184
|
* 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-035-4/+201
|
* Deleting a shared address book results in unshareThomas Müller2016-02-035-11/+200
|
* Deleting a shared calendar results in unshareThomas Müller2016-02-033-2/+122
|
* Disallow to share with the owner of the resourceThomas Müller2016-02-031-5/+15
|
* Fix ACLs on shared calendarsThomas Müller2016-02-034-30/+98
|
* No duplicate address book if shared with user and group and the user is part ↵Thomas Müller2016-02-032-6/+33
| | | | of the group
* No duplicate calendars if shared with user and group and the user is part of ↵Thomas Müller2016-02-032-6/+34
| | | | the group
* Add calendar sharingThomas Müller2016-02-0320-121/+492
|
* Remove deprecated and unused standalone tagJoas Schilling2016-02-031-1/+0
|
* Add store/retrieve checksumsRoeland Jago Douma2016-02-032-2/+37
| | | | | | | * Add extra db column to filecache * Bump version * Update filecache code to actually handle checksum * Webdav code to store/retrieve checksums
* Merge pull request #22059 from owncloud/comments-readmark-davThomas Müller2016-02-037-9/+147
|\ | | | | Comments DAV methods for read mark manipulation (mark comments of a file as read) + return isUnread status
| * set read marker via proppatch against entityArthur Schiwon2016-02-013-1/+43
| |
| * Return isUnread property per commentArthur Schiwon2016-02-015-8/+104
| |
* | Merge pull request #22055 from owncloud/systemtags-checkfileidownerThomas Müller2016-02-026-13/+109
|\ \ | | | | | | Make sure user has access to file for system tag operations
| * | Make sure user has access to file for system tag operationsVincent Petry2016-02-016-13/+109
| |/ | | | | | | | | Fixes DAV's SystemTagsObjectTypeCollection to not give access to files where the current user doesn't have access to.