summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/connector
Commit message (Expand)AuthorAgeFilesLines
* Require CSRF token for non WebDAV authenticated requestsLukas Reschke2016-02-181-20/+17
* 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
|\
| * Allow only cookie auth to webdavRoeland Jago Douma2016-01-071-1/+4
* | Adding group principals to new dav endpointThomas Müller2016-01-081-13/+11
|/
* Removed deprecated OC_Helper::getSecureMimeTypeRoeland Jago Douma2015-12-181-1/+1
* Use name of ICollection for exception messageMorris Jobke2015-12-161-1/+1
* Merge pull request #21144 from owncloud/dav-auth-checkduplicateheaderThomas Müller2015-12-111-1/+1
|\
| * Properly check X-Requested-With header in case of multiple valuesVincent Petry2015-12-111-1/+1
* | Catch exception when querying direct download linkVincent Petry2015-12-101-3/+8
|/
* Fix namespace XML output of files and tags davVincent Petry2015-12-032-2/+2
* Merge pull request #20760 from owncloud/webdav-authredirectfixThomas Müller2015-11-271-1/+1
|\
| * Only reject ajax auth if user is really logged outVincent Petry2015-11-261-1/+1
* | Merge pull request #20702 from owncloud/move-user-principal-into-subfolderThomas Müller2015-11-262-30/+39
|\ \
| * | Introduce \OCP\IUser::getEMailAddress()Thomas Müller2015-11-251-1/+1
| * | Users are available under it's own principal resource named 'principals/users...Thomas Müller2015-11-252-30/+39
| |/
* / Make Cache\Updater per storageRobin Appelman2015-11-251-2/+2
|/
* Adjust sabre changes in coreThomas Müller2015-11-243-103/+112
* Do not authenticate over ajaxVincent Petry2015-11-231-0/+7
* Merge pull request #16902 from owncloud/jsocclientThomas Müller2015-11-231-0/+27
|\