aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/connector
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | | Normalize paths when moving propertiesRobin Appelman2014-04-241-1/+1
* | | fixing typos and PHPDocThomas Müller2014-04-235-8/+22
* | | Revert changes to OC_Connector_Sabre_ServerRobin Appelman2014-04-231-41/+28
* | | merge master into webdav-injectionRobin Appelman2014-04-151-1/+3
|\| |
| * | White-list known secure mime types. Refs. #8184Thomas Tanghus2014-04-141-2/+4
| |/
* | merge master into webdav-injectionRobin Appelman2014-04-152-3/+17
|\|
| * Fixed Sabre Node implementation to correctly return timestamps as intVincent Petry2014-04-091-3/+6
| * Merge pull request #7696 from owncloud/chunk-remainingspacefixVincent Petry2014-04-011-0/+11
| |\
| | * Fixed chunking and insufficient storage checkVincent Petry2014-03-171-0/+11
* | | merge master into webdav-injectionRobin Appelman2014-03-261-1/+15
|\| |
| * | close the session for all DAV calls right after authentication - no need to w...Thomas Müller2014-03-101-1/+15
| |/
* | merge master into webdav-injectionRobin Appelman2014-03-062-2/+5
|\|
| * don't allow to create a file or folder named 'Shared' in the root folder, als...Bjoern Schiessle2014-03-052-2/+5
* | Remove the need for a custom SabreDav server constructorRobin Appelman2014-03-042-14/+16
* | Make path for dummy fileinfo absoluteRobin Appelman2014-03-031-1/+1
* | Pass the filesystem view as argument in the sabredav connectors and use the f...Robin Appelman2014-02-257-270/+216
|/
* Merge pull request #6714 from owncloud/files-newfileinvalidcharsfixLukas Reschke2014-02-203-4/+20
|\
| * Added file name check in webdav connectorVincent Petry2014-02-183-4/+20
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-192-1/+2
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-065-5/+7
|/
* Merge pull request #6081 from owncloud/partfilewebdavfixVincent Petry2014-02-041-1/+14
|\
| * Allow getting info or renaming part files through WebDAVVincent Petry2014-01-231-1/+14
* | Added exception logger plugin for sabre connectorVincent Petry2014-01-272-3/+53
|/
* Removed special handling of part files in shared storage renameVincent Petry2014-01-081-1/+4
* in order to work properly with encryption ocTransferId is added to the file p...Thomas Müller2014-01-071-1/+1
* Adding a random postfix to the part file.Thomas Müller2013-12-201-1/+1
* Fixed touch after chunk assemblingVincent Petry2013-11-291-1/+1