summaryrefslogtreecommitdiffstats
path: root/lib/private/connector/sabre
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-2715-111/+143
|\
| * Revert "Updating license headers"Morris Jobke2015-02-2615-111/+143
* | Merge pull request #14505 from owncloud/dav-copy-fixMorris Jobke2015-02-261-14/+4
|\ \ | |/ |/|
| * Removed unused $node variableVincent Petry2015-02-261-1/+1
| * Fixes WebDAV copyVincent Petry2015-02-251-14/+4
* | using Doctrine\DBAL\Connection::executeUpdate()Thomas Müller2015-02-251-41/+33
|/
* Remove locks plugin.Thomas Müller2015-02-251-171/+0
* Show a empty response for GET on non-files instead of the Browser PluginLukas Reschke2015-02-231-0/+43
* Sabre Update to 2.1Vincent Petry2015-02-2320-993/+733
* Merge pull request #14403 from owncloud/update-license-headersThomas Müller2015-02-2319-150/+350
|\
| * Updating license headersJenkins for ownCloud2015-02-2319-150/+350
* | Merge pull request #14275 from chris-se/masterLukas Reschke2015-02-231-3/+6
|\ \ | |/ |/|
| * DAV authentication: also use Owncloud's internal user for short-circuitChristian Seiler2015-02-161-1/+1
| * DAV authentication: use Owncloud's internal user instead of HTTP-supplied oneChristian Seiler2015-02-161-2/+5
* | Merge pull request #14207 from owncloud/propfind-optimizeMorris Jobke2015-02-181-18/+27
|\ \
| * | pass fileinfo to getStorageInfoRobin Appelman2015-02-131-2/+1
| * | Cache quota info for directoriesRobin Appelman2015-02-131-16/+26
| |/
* / Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-162-13/+19
|/
* Revert "adding OC-ETag header"Vincent Petry2015-02-053-20/+15
* Fix webdav put for single file webdav sharesRobin Appelman2015-01-291-3/+3
* let init() take an INode - fixes PHP messageThomas Müller2015-01-271-2/+2
* Fix WebDAV auth for session authentication onlyLukas Reschke2015-01-201-2/+4
* Close session properlyLukas Reschke2015-01-191-0/+1
* Prioritise Basic Auth header over CookieLukas Reschke2015-01-171-11/+32
* remove unused variable and fix undefined variableThomas Müller2015-01-081-5/+4
* Disable part files for OC ext storage backend + s2s backendVincent Petry2015-01-071-28/+61
* 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
|/