summaryrefslogtreecommitdiffstats
path: root/lib/private/connector
Commit message (Expand)AuthorAgeFilesLines
* Properly catch 503 storage not available in getQuotaInfoVincent Petry2014-10-271-7/+11
* Use the cached fileinfo to get creatable permissionsRobin Appelman2014-10-131-1/+1
* Fix dav permissions for folders without create permissionsRobin Appelman2014-09-251-1/+1
* Merge pull request #11215 from owncloud/dav-throwwhendeletefailedMorris Jobke2014-09-232-2/+9
|\
| * WebDAV now throws 403 when deletion did not workVincent Petry2014-09-222-2/+9
* | Merge pull request #10499 from owncloud/mkcol-headers-afterbindThomas Müller2014-09-221-1/+1
|\ \ | |/ |/|
| * Use afterBind to send fileId header for files and directoriesVincent Petry2014-08-181-1/+1
* | Conceal or display SabreDAV version number in browser and http response headers.scolebrook2014-09-161-0/+8
* | content size checks are not valid for LOCKThomas Müller2014-09-121-1/+1
* | fix BadRequest error if CONTENT_LENGTH not setchli12014-09-041-5/+8
* | Merge pull request #10723 from owncloud/webdav-folder-sizeClark Tomlinson2014-09-032-2/+17
|\ \
| * | adding new webdav property containing the folder sizeThomas Müller2014-08-292-2/+17
* | | Merge pull request #10725 from owncloud/sabredav-etag-masterThomas Müller2014-09-033-15/+20
|\ \ \
| * | | adding OC-ETag headerThomas Müller2014-08-293-15/+20
| |/ /
* / / kill OC::$sessionJörn Friedrich Dreyer2014-08-291-1/+1
|/ /
* | Merge pull request #10518 from owncloud/fix_storage_const_autoloadLukas Reschke2014-08-201-1/+1
|\ \
| * | move to public namespaceMorris Jobke2014-08-191-1/+1
| * | Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesy...Stephan Peijnik2014-08-191-1/+1
| |/
* / Return whole file if range request cannot be granted due to encryptionVincent Petry2014-08-141-0/+22
|/
* adding special handling of checkPrecondition() for chunked uploadThomas Müller2014-07-221-0/+31
* perm -> permissionsThomas Müller2014-07-211-1/+1
* Upload abortion is now detected within the OC_Connector_Sabre_File::put()Thomas Müller2014-07-082-104/+14
* Catch StorageInvalidException in webdavRobin Appelman2014-07-011-0/+3
* Handle StorageNotAvailableException in webdavRobin Appelman2014-06-301-1/+6
* Fix permissions check when moving a file to a different directory over webdavRobin Appelman2014-06-201-4/+1
* Fix moving movablemount over webdavRobin Appelman2014-06-171-7/+16
* Fix exposing single files over webdavRobin Appelman2014-06-141-1/+1
* Add server<->server sharing backendRobin Appelman2014-06-142-2/+3
* Merge pull request #8666 from owncloud/mount-removeicewind19912014-06-061-4/+0
|\
| * allow moving files to the rootBjoern Schiessle2014-06-061-4/+0
* | WebDAV Permissions: Distinguish between renameing and movingMarkus Goetz2014-06-051-1/+1
|/
* use the right interface \Sabre\DAVACL\PrincipalBackend\BackendInterfaceThomas Müller2014-06-042-10/+1
* Upgrade SabreDAV to 1.8.10Thomas Müller2014-06-0418-172/+161
* Normalize lock exception messages.ringmaster2014-06-042-2/+2
* Fix typoLukas Reschke2014-06-041-1/+1
* Respect locked files, surface correct exception.ringmaster2014-06-042-6/+43
* Cast '{DAV:}getcontentlength' to number instead of int.Andreas Fischer2014-05-292-2/+2
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-6/+6
* Merge pull request #8435 from owncloud/fix-8322-masterThomas Müller2014-05-192-4/+46
|\
| * - update permissionsThomas Müller2014-05-092-4/+7
| * - Introduce isShared() and isMounted() on FileInfo classThomas Müller2014-05-022-4/+43
* | Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-133-2/+4
* | Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
* | Some expected Sabre exceptions are now logged with DEBUG levelVincent Petry2014-05-071-2/+15
|/
* merge master into webdav-injectionRobin Appelman2014-04-253-26/+8
|\
| * always allow to rename the share mount pointBjoern Schiessle2014-04-231-1/+7
| * we no longer need to handle the Shared folder different from any other folderBjoern Schiessle2014-04-233-26/+0
| * Merge pull request #8222 from owncloud/type-hintingMorris Jobke2014-04-171-0/+1
| |\
| | * Fix PHPdoc in lib/privateBart Visscher2014-04-151-0/+1
* | | properly quote etagsRobin Appelman2014-04-241-1/+1