summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22731 from owncloud/hide-nodes-from-listeningThomas Müller2016-03-013-3/+76
|\
| * Hides nodes from listing that the user has no access toLukas Reschke2016-02-293-3/+76
* | Merge pull request #22613 from owncloud/quota-changedavreturnvaluewhennoquotasetThomas Müller2016-03-011-1/+6
|\ \
| * | Return -3 for unlimited quotaVincent Petry2016-02-291-1/+6
| |/
* / Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling2016-02-292-4/+4
|/
* Merge pull request #22592 from owncloud/fix-response-headerThomas Müller2016-02-241-17/+0
|\
| * Drop unneeded use statementsMorris Jobke2016-02-231-4/+0
| * Add header for attachment disposition only onceLukas Reschke2016-02-231-13/+0
* | Case insensitive search in contacts - fixes #22575Thomas Müller2016-02-221-1/+1
|/
* Make non-public-method protectedJoas Schilling2016-02-221-1/+1
* Merge pull request #22536 from owncloud/add-integration-tests-for-tagsThomas Müller2016-02-223-4/+32
|\
| * Check if user has permission to create such a tagLukas Reschke2016-02-193-4/+32
* | Solution for Proposal #19974Pierre Jochem2016-02-221-0/+3
|/
* Merge pull request #22509 from owncloud/add-filesplugin-to-new-webdav-endpointThomas Müller2016-02-191-0/+4
|\
| * Add FilesPlugin - fixes #22507Thomas Müller2016-02-191-0/+4
* | Merge pull request #22348 from owncloud/issue-21812-calendar-old-caldav-urlThomas Müller2016-02-192-2/+82
|\ \ | |/ |/|
| * Add correct principals for the current user before ACL checkJoas Schilling2016-02-191-0/+69
| * Convert the old principal to the new principal before getting calendarsJoas Schilling2016-02-191-2/+13
* | Merge pull request #22515 from owncloud/webdav_checksum_only_for_filesThomas Müller2016-02-191-5/+7
|\ \ | |/ |/|
| * Only add checksum headers for filesRoeland Jago Douma2016-02-191-5/+7
* | Merge pull request #22198 from owncloud/birthday-calendarThomas Müller2016-02-195-3/+233
|\ \ | |/ |/|
| * 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 #22424 from owncloud/add-generic-csrf-protection-to-webdavThomas Müller2016-02-193-38/+19
|\ \
| * | Require CSRF token for non WebDAV authenticated requestsLukas Reschke2016-02-183-38/+19
| |/
* / Check the quota on the actual file's storage in dav quota pluginVincent Petry2016-02-171-5/+12
|/
* 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