aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/connector
Commit message (Expand)AuthorAgeFilesLines
* Improve debugging for ServiceUnavailable exceptionsChris Wilson2015-01-061-8/+8
* Use namespaceLukas Reschke2015-01-051-2/+18
* Write unit-tests and use DILukas Reschke2015-01-051-24/+37
* Fix code-styleLukas Reschke2015-01-051-2/+4
* fix "app":"PHP","message":"Undefined variable: user at/principal.php#66"derkostka2015-01-041-1/+1
* adding getDirectDownload() to WrapperThomas Müller2014-12-281-2/+2
* Adding basement for the direct download urlThomas Müller2014-12-282-0/+23
* Merge pull request #12865 from owncloud/files-tags-webdavMorris Jobke2014-12-195-7/+431
|\
| * Fix code style issues for tags pluginVincent Petry2014-12-183-6/+4
| * Remove obsolete methodVincent Petry2014-12-181-8/+0
| * Returns and update tags through WebDAV PROPFIND and PROPPATCHVincent Petry2014-12-175-7/+441
* | Add getMountPoint to FileInfoRobin Appelman2014-12-172-3/+5
|/
* Fix namespace of Files_Encryption outside of the appJoas Schilling2014-12-091-2/+2
* Fix type hinting for app managerRobin Appelman2014-11-181-4/+4
* Add sabredav plugin to check if a user has access to an appRobin Appelman2014-11-171-0/+75
* Return real mime type on PROPFINDVincent Petry2014-11-111-0/+4
* Merge pull request #12072 from owncloud/sabre-convertstoragenotavailableexcep...Vincent Petry2014-11-104-114/+156
|\
| * Convert StorageNotAvailableException to SabreDAV exceptionVincent Petry2014-11-104-114/+156
* | clean up encryption exceptionsBjoern Schiessle2014-11-071-2/+2
|/
* throw exception if private key is missingBjoern Schiessle2014-11-051-1/+7
* fix odd behaviourMorris Jobke2014-10-311-4/+8
* Merge pull request #9044 from owncloud/add-missing-email-principalVincent Petry2014-10-311-0/+12
|\
| * adding missing email address for principallibasys2014-10-241-0/+12
* | 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