summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/connector
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove Scrutinizer Auto FixerLukas Reschke2016-03-015-5/+0
| * Update author informationLukas Reschke2016-03-015-1/+5
* | allow putting the part file in the view rootRobin Appelman2016-03-011-4/+13
|/
* Save some calls to refreshInfo during uploadVincent Petry2016-03-011-4/+5
* Fix unit testsRoeland Jago Douma2016-03-011-5/+7
* Checksums on chunked filesRoeland Jago Douma2016-03-011-0/+8
* Remove checksum on upload of non checksumed fileRoeland Jago Douma2016-03-012-1/+8
* Merge pull request #22731 from owncloud/hide-nodes-from-listeningThomas Müller2016-03-012-2/+74
|\
| * Hides nodes from listing that the user has no access toLukas Reschke2016-02-292-2/+74
* | Return -3 for unlimited quotaVincent Petry2016-02-291-1/+6
|/
* Make non-public-method protectedJoas Schilling2016-02-221-1/+1
* Solution for Proposal #19974Pierre Jochem2016-02-221-0/+3
* Merge pull request #22348 from owncloud/issue-21812-calendar-old-caldav-urlThomas Müller2016-02-191-0/+69
|\
| * Add correct principals for the current user before ACL checkJoas Schilling2016-02-191-0/+69
* | Only add checksum headers for filesRoeland Jago Douma2016-02-191-5/+7
|/
* Merge pull request #22424 from owncloud/add-generic-csrf-protection-to-webdavThomas Müller2016-02-191-20/+17
|\
| * Require CSRF token for non WebDAV authenticated requestsLukas Reschke2016-02-181-20/+17
* | Check the quota on the actual file's storage in dav quota pluginVincent Petry2016-02-171-5/+12
|/
* fix getNodeForPath for non existing part filesRobin Appelman2016-02-111-1/+1
* 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 #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-091-1/+1
|\ \ | |/ |/|
| * Check that the owner of a link share still has share permissions on accessRobin Appelman2016-02-091-1/+1
* | Stop when a mid result is emptyJoas Schilling2016-02-091-2/+8
* | Fix system tag filter AND conditionVincent Petry2016-02-091-0/+5
|/
* 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
* | 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-082-21/+30
|/
* Add store/retrieve checksumsRoeland Jago Douma2016-02-032-2/+37
* url encode idArthur Schiwon2016-01-291-1/+1
* Comments WebDAV adjustementsArthur Schiwon2016-01-292-0/+131
* Add fake locking support for OneNote 2013Lukas Reschke2016-01-261-3/+6
* Merge pull request #21853 from owncloud/tags-fixpropertymaThomas Müller2016-01-262-4/+2
|\
| * Fix TagList serializerVincent Petry2016-01-221-3/+1
| * Fix oc:tags tag list serializerVincent Petry2016-01-221-1/+1
* | Merge pull request #21401 from owncloud/dav-cache-getchildrenThomas Müller2016-01-253-7/+32
|\ \ | |/ |/|
| * Put nodes from Directory->getChildren in the ObjectTree cacheRobin Appelman2016-01-173-7/+32
* | Fix unit test - optimize codeThomas Müller2016-01-181-3/+3
* | Show group shared addressbooksThomas Müller2016-01-181-13/+18
|/
* Merge pull request #20927 from owncloud/handle-return-code-on-webdav-putThomas Müller2016-01-151-1/+9
|\
| * Handle return code of streamCopy in WebDAV putMorris Jobke2016-01-111-1/+9
* | add scanner interfaceRobin Appelman2016-01-141-2/+1
* | Remove the listener pluginJoas Schilling2016-01-132-77/+0
* | Happy new year!Thomas Müller2016-01-1228-35/+52
|/
* Merge pull request #21491 from owncloud/webdav_auth_no_basic_authThomas Müller2016-01-081-1/+4
|\