summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #22569 from owncloud/issue-22566-too-much-mapping-entriesThomas Müller2016-02-231-11/+11
|\ \
| * | Fix dav unit testsJoas Schilling2016-02-231-11/+11
| |/
* / Case insensitive search in contacts - fixes #22575Thomas Müller2016-02-222-3/+3
|/
* Make non-public-method protectedJoas Schilling2016-02-222-9/+9
* Merge pull request #22536 from owncloud/add-integration-tests-for-tagsThomas Müller2016-02-224-6/+285
|\
| * Check if user has permission to create such a tagLukas Reschke2016-02-194-6/+285
* | 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-194-5/+90
|\ \ | |/ |/|
| * Add correct principals for the current user before ACL checkJoas Schilling2016-02-193-3/+77
| * 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-1914-41/+548
|\ \ | |/ |/|
| * Adding cli command to sync birthday calendarThomas Müller2016-02-186-14/+171
| * Prevent deletion of birthday calendarThomas Müller2016-02-183-8/+8
| * Sync a users contacts birthday to the users birthday calendarThomas Müller2016-02-1810-38/+388
* | Merge pull request #22424 from owncloud/add-generic-csrf-protection-to-webdavThomas Müller2016-02-197-83/+84
|\ \
| * | Require CSRF token for non WebDAV authenticated requestsLukas Reschke2016-02-187-83/+84
| |/
* / Check the quota on the actual file's storage in dav quota pluginVincent Petry2016-02-172-10/+116
|/
* Merge pull request #22398 from owncloud/fix-card-propertiesThomas Müller2016-02-164-15/+18
|\
| * Queries on the cards table by uri require the addressbook as well - fixes #22284Thomas Müller2016-02-154-15/+18
* | 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-152-2/+44
|/
* 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-125-2/+119
|\ \ | |/ |/|
| * 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
|\ \ | |/ |/|
| * 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-102-8/+24
|\ \ \ | |_|/ |/| |
| * | 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 accessRobin Appelman2016-02-093-2/+71
* | | Merge pull request #22228 from owncloud/comments-limit-messageThomas Müller2016-02-094-0/+142
|\ \ \
| * | | 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
|\ \ \ \
| * | | | 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
| | |/ / | |/| |
* / | | Migration of calendarsThomas Müller2016-02-0911-11/+801
|/ / /