Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #22331 from owncloud/dav-nonexisting-part | Thomas Müller | 2016-02-13 | 1 | -1/+1 |
|\ | | | | | fix getNodeForPath for non existing part files | ||||
| * | fix getNodeForPath for non existing part files | Robin Appelman | 2016-02-11 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #22294 from owncloud/carddav-report-list-groups-2 | Thomas Müller | 2016-02-12 | 5 | -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 groups | Thomas Müller | 2016-02-10 | 5 | -2/+119 |
| | | |||||
* | | Merge pull request #22290 from owncloud/dav-upload-scan-in-lock | Thomas Müller | 2016-02-11 | 1 | -5/+5 |
|\ \ | |/ |/| | scan the file in the write lock when uploading over dav | ||||
| * | also fix lock order for chunked dav uploads | Robin Appelman | 2016-02-10 | 1 | -2/+2 |
| | | |||||
| * | scan the file in the write lock when uploading over dav | Robin Appelman | 2016-02-10 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #20073 from owncloud/files-should-add-download-disposition | Thomas Müller | 2016-02-10 | 1 | -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 GET | Thomas Müller | 2016-02-08 | 1 | -3/+8 |
| | | | |||||
| * | | Serve files with an attachment disposition for new DAV endpoint | Lukas Reschke | 2016-02-08 | 1 | -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-principals | Thomas Müller | 2016-02-10 | 2 | -8/+24 |
|\ \ \ | |_|/ |/| | | Fix group principal | ||||
| * | | Fix group principal | Thomas Müller | 2016-02-10 | 2 | -8/+24 |
| | | | |||||
* | | | Merge pull request #20928 from owncloud/publicdav-check-permissions | C. Montero Luque | 2016-02-09 | 3 | -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 access | Robin Appelman | 2016-02-09 | 3 | -2/+71 |
| | | | |||||
* | | | Merge pull request #22228 from owncloud/comments-limit-message | Thomas Müller | 2016-02-09 | 4 | -0/+142 |
|\ \ \ | | | | | | | | | Limit comment message to 1k chars | ||||
| * | | | on DAV throw Bad Request if provided message is too long | Arthur Schiwon | 2016-02-09 | 4 | -0/+142 |
| | | | | |||||
* | | | | Merge pull request #22234 from owncloud/systemtags-filter-intersect-empty | Thomas Müller | 2016-02-09 | 2 | -19/+113 |
|\ \ \ \ | | | | | | | | | | | Fix system tag filter AND condition | ||||
| * | | | | Stop when a mid result is empty | Joas Schilling | 2016-02-09 | 1 | -2/+8 |
| | | | | | |||||
| * | | | | Add a test for empty mid-result | Joas Schilling | 2016-02-09 | 1 | -23/+84 |
| | | | | | |||||
| * | | | | Fix system tag filter AND condition | Vincent Petry | 2016-02-09 | 2 | -0/+27 |
| | |/ / | |/| | | | | | | | | | | | | | | If one of the results is empty, no need to do array_intersect and return an empty result directly. | ||||
* / | | | Migration of calendars | Thomas Müller | 2016-02-09 | 11 | -11/+801 |
|/ / / | |||||
* | | | Merge pull request #22199 from owncloud/multiple_checksums | Thomas Müller | 2016-02-09 | 2 | -8/+75 |
|\ \ \ | |/ / |/| | | Make checksum propfind future proof | ||||
| * | | For possible future usage allow multiple checksums | Roeland Jago Douma | 2016-02-08 | 2 | -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 filtering | Vincent Petry | 2016-02-08 | 3 | -1/+850 |
| |/ |/| | | | | | For now only supports filtering by system tags | ||||
* | | Merge pull request #21817 from owncloud/support-old-carddav-endpoint | Thomas Müller | 2016-02-08 | 9 | -29/+193 |
|\ \ | | | | | | | Adding pre oc 9.0 CardDAV endpoint for migration of old clients | ||||
| * | | Fix path | Thomas Müller | 2016-02-08 | 1 | -2/+2 |
| | | | |||||
| * | | Adding pre oc 9.0 CalDAV endpoint for migration of old clients | Thomas Müller | 2016-02-08 | 2 | -2/+75 |
| | | | |||||
| * | | Remove calendar-proxy support - did this ever work? | Thomas Müller | 2016-02-08 | 2 | -6/+1 |
| | | | |||||
| * | | Adding pre oc 9.0 CardDAV endpoint for migration of old clients | Thomas Müller | 2016-02-08 | 7 | -26/+122 |
| |/ | |||||
* | | Fix PHPDoc | Lukas Reschke | 2016-02-08 | 1 | -5/+7 |
| | | |||||
* | | Adding common name to sharee | Thomas Müller | 2016-02-08 | 3 | -4/+7 |
| | | |||||
* | | Original resources should not be overwritten by shared resources | Thomas Müller | 2016-02-08 | 2 | -13/+19 |
|/ | |||||
* | Mark own comments as read after posting | Vincent Petry | 2016-02-05 | 2 | -0/+9 |
| | |||||
* | Check for authorship on edit and delete attempts | Arthur Schiwon | 2016-02-04 | 2 | -1/+184 |
| | |||||
* | Remove entries in dav_shares on deletion of a calendar | Thomas Müller | 2016-02-03 | 3 | -4/+14 |
| | |||||
* | Adding propfind property to retrieve sharee information from a dav resource | Thomas Müller | 2016-02-03 | 5 | -4/+201 |
| | |||||
* | Deleting a shared address book results in unshare | Thomas Müller | 2016-02-03 | 5 | -11/+200 |
| | |||||
* | Deleting a shared calendar results in unshare | Thomas Müller | 2016-02-03 | 3 | -2/+122 |
| | |||||
* | Disallow to share with the owner of the resource | Thomas Müller | 2016-02-03 | 1 | -5/+15 |
| | |||||
* | Fix ACLs on shared calendars | Thomas Müller | 2016-02-03 | 4 | -30/+98 |
| | |||||
* | No duplicate address book if shared with user and group and the user is part ↵ | Thomas Müller | 2016-02-03 | 2 | -6/+33 |
| | | | | of the group | ||||
* | No duplicate calendars if shared with user and group and the user is part of ↵ | Thomas Müller | 2016-02-03 | 2 | -6/+34 |
| | | | | the group | ||||
* | Add calendar sharing | Thomas Müller | 2016-02-03 | 20 | -121/+492 |
| | |||||
* | Remove deprecated and unused standalone tag | Joas Schilling | 2016-02-03 | 1 | -1/+0 |
| | |||||
* | Add store/retrieve checksums | Roeland Jago Douma | 2016-02-03 | 2 | -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-dav | Thomas Müller | 2016-02-03 | 7 | -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 entity | Arthur Schiwon | 2016-02-01 | 3 | -1/+43 |
| | | |||||
| * | Return isUnread property per comment | Arthur Schiwon | 2016-02-01 | 5 | -8/+104 |
| | | |||||
* | | Merge pull request #22055 from owncloud/systemtags-checkfileidowner | Thomas Müller | 2016-02-02 | 6 | -13/+109 |
|\ \ | | | | | | | Make sure user has access to file for system tag operations | ||||
| * | | Make sure user has access to file for system tag operations | Vincent Petry | 2016-02-01 | 6 | -13/+109 |
| |/ | | | | | | | | | Fixes DAV's SystemTagsObjectTypeCollection to not give access to files where the current user doesn't have access to. |