summaryrefslogtreecommitdiffstats
path: root/lib/private/connector
Commit message (Expand)AuthorAgeFilesLines
* Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified"Vincent Petry2015-10-141-3/+3
* go trough the updater when uploading over webdavRobin Appelman2015-08-061-2/+1
* Merge pull request #17289 from owncloud/stable8.1-files-cleanuppartfileonlyonceMorris Jobke2015-07-081-4/+8
|\
| * Only delete part file on error if it is really a part fileVincent Petry2015-07-011-2/+6
| * Clean up part file only once, not twice on errorVincent Petry2015-07-011-2/+2
* | Avoid namespace clashThomas Müller2015-07-011-5/+4
* | Adding exception handling for ServerNotAvailableException - refs #17192Thomas Müller2015-07-011-18/+33
|/
* Merge pull request #17189 from owncloud/files-straypartfilesonexceptionMorris Jobke2015-06-301-31/+63
|\
| * Cleanup part file after upload exceptionVincent Petry2015-06-291-31/+63
* | Fix class name conflictVincent Petry2015-06-291-3/+2
|/
* Fixing ctor calls and ctor itself to not break usage in calendar and contacts...Thomas Müller2015-06-291-1/+1
* Unit tests added for MaintenancePluginThomas Müller2015-06-291-3/+17
* In case of maintenance we should add a message to the exceptionThomas Müller2015-06-291-11/+13
* update license headers and authorsMorris Jobke2015-06-257-9/+22
* handle locked exceptions when getting file/directory info in sabreRobin Appelman2015-06-172-1/+8
* Merge pull request #16729 from owncloud/scanner-read-lockThomas Müller2015-06-171-5/+4
|\
| * keep a read lock while scanning a file or folderRobin Appelman2015-06-151-5/+4
* | Convert invalid path exception to sabre exception on MOVEVincent Petry2015-06-151-1/+5
|/
* Merge pull request #16912 from owncloud/webdav-smalltransferlockfixThomas Müller2015-06-151-2/+14
|\
| * Webdav PUT small file lock must be shared during hooksVincent Petry2015-06-121-2/+14
* | verify path when getting a node for sabredavRobin Appelman2015-06-111-0/+4
|/
* Revert "verify path when getting a node for sabredav"Vincent Petry2015-06-111-2/+0
* verify path when getting a node for sabredavRobin Appelman2015-06-111-0/+2
* Prevent deleting Webdav rootVincent Petry2015-06-051-1/+1
* Fix "@throws" tags on doc blocksJoas Schilling2015-06-051-3/+15
* Validate path in getChildVincent Petry2015-06-051-0/+3
* Translate invalid path exception to sabre exception for filesVincent Petry2015-06-031-0/+2
* Return 423 instead of 503 for locked filesVincent Petry2015-06-011-1/+1
* Move locking exceptionsVincent Petry2015-06-012-4/+15
* Convert LockedException to FileLocked in Sabre connectorVincent Petry2015-06-012-3/+19
* add locking for non-chunking webdav uploadRobin Appelman2015-06-011-0/+5
* close file handle after sending sabre responseRobin Appelman2015-06-011-0/+6
* Validate target file name for some webdav opsVincent Petry2015-05-292-0/+14
* Fix indentationLukas Reschke2015-05-271-25/+25
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-2/+0
* Merge pull request #16364 from owncloud/add-warning-webdavMorris Jobke2015-05-181-3/+15
|\
| * Add notice that WebDAV interface is not intended for browsersLukas Reschke2015-05-151-3/+15
* | Merge pull request #16292 from owncloud/webdav-storage-fireprehooksJoas Schilling2015-05-151-6/+28
|\ \ | |/ |/|
| * Fire prehooks when uploading directly to storageVincent Petry2015-05-131-6/+28
* | fix webdav quota check for the root of the dav endpointRobin Appelman2015-05-121-0/+3
|/
* use cross storage move when renaming the part file during webdav putRobin Appelman2015-05-071-10/+12
* triger propagation for webdav uploadsRobin Appelman2015-04-271-0/+1
* Merge pull request #15683 from owncloud/block-legacy-clientsLukas Reschke2015-04-241-0/+79
|\
| * Catch not existing User-Agent headerLukas Reschke2015-04-231-1/+5
| * Use 403 instead a 50x responseLukas Reschke2015-04-201-10/+9
| * Block old legacy clientsLukas Reschke2015-04-201-0/+76
* | Do not trash part files, delete directlyVincent Petry2015-04-211-2/+2
|/
* Merge pull request #12006 from owncloud/dav-put-storageMorris Jobke2015-04-151-35/+61
|\
| * Keep phpdoc updated.Robin Appelman2015-04-141-1/+1
| * pass a stream to the testsRobin Appelman2015-04-141-6/+0