Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Catch StorageInvalidException in webdav | Robin Appelman | 2014-07-01 | 1 | -0/+3 |
| | |||||
* | Handle StorageNotAvailableException in webdav | Robin Appelman | 2014-06-30 | 1 | -1/+6 |
| | |||||
* | Fix permissions check when moving a file to a different directory over webdav | Robin Appelman | 2014-06-20 | 1 | -4/+1 |
| | |||||
* | Fix moving movablemount over webdav | Robin Appelman | 2014-06-17 | 1 | -7/+16 |
| | |||||
* | Fix exposing single files over webdav | Robin Appelman | 2014-06-14 | 1 | -1/+1 |
| | |||||
* | Add server<->server sharing backend | Robin Appelman | 2014-06-14 | 2 | -2/+3 |
| | |||||
* | Merge pull request #8666 from owncloud/mount-remove | icewind1991 | 2014-06-06 | 1 | -4/+0 |
|\ | | | | | Support for (re)moving mountpoints | ||||
| * | allow moving files to the root | Bjoern Schiessle | 2014-06-06 | 1 | -4/+0 |
| | | |||||
* | | WebDAV Permissions: Distinguish between renameing and moving | Markus Goetz | 2014-06-05 | 1 | -1/+1 |
|/ | |||||
* | use the right interface \Sabre\DAVACL\PrincipalBackend\BackendInterface | Thomas Müller | 2014-06-04 | 2 | -10/+1 |
| | |||||
* | Upgrade SabreDAV to 1.8.10 | Thomas Müller | 2014-06-04 | 18 | -172/+161 |
| | | | | Updating SabreDAV namespaces | ||||
* | Normalize lock exception messages. | ringmaster | 2014-06-04 | 2 | -2/+2 |
| | |||||
* | Fix typo | Lukas Reschke | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | Respect locked files, surface correct exception. | ringmaster | 2014-06-04 | 2 | -6/+43 |
| | |||||
* | Cast '{DAV:}getcontentlength' to number instead of int. | Andreas Fischer | 2014-05-29 | 2 | -2/+2 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -6/+6 |
| | | | | * test case added to avoid adding them later | ||||
* | Merge pull request #8435 from owncloud/fix-8322-master | Thomas Müller | 2014-05-19 | 2 | -4/+46 |
|\ | | | | | Expose permission via WebDAV | ||||
| * | - update permissions | Thomas Müller | 2014-05-09 | 2 | -4/+7 |
| | | | | | | | | - change xml tag to perm | ||||
| * | - Introduce isShared() and isMounted() on FileInfo class | Thomas Müller | 2014-05-02 | 2 | -4/+43 |
| | | | | | | | | | | | | - Reuse these methods on determineIcon() - Generate permission string for the desktop client - expose {http://owncloud.org/ns}permissions as additional WebDAV property containing the permission string | ||||
* | | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 3 | -2/+4 |
| | | |||||
* | | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | | |||||
* | | Some expected Sabre exceptions are now logged with DEBUG level | Vincent Petry | 2014-05-07 | 1 | -2/+15 |
|/ | |||||
* | merge master into webdav-injection | Robin Appelman | 2014-04-25 | 3 | -26/+8 |
|\ | |||||
| * | always allow to rename the share mount point | Bjoern Schiessle | 2014-04-23 | 1 | -1/+7 |
| | | |||||
| * | we no longer need to handle the Shared folder different from any other folder | Bjoern Schiessle | 2014-04-23 | 3 | -26/+0 |
| | | |||||
| * | Merge pull request #8222 from owncloud/type-hinting | Morris Jobke | 2014-04-17 | 1 | -0/+1 |
| |\ | | | | | | | Type hinting fixes | ||||
| | * | Fix PHPdoc in lib/private | Bart Visscher | 2014-04-15 | 1 | -0/+1 |
| | | | | | | | | | | | | using scrutinizer patch | ||||
* | | | properly quote etags | Robin Appelman | 2014-04-24 | 1 | -1/+1 |
| | | | |||||
* | | | Normalize paths when moving properties | Robin Appelman | 2014-04-24 | 1 | -1/+1 |
| | | | |||||
* | | | fixing typos and PHPDoc | Thomas Müller | 2014-04-23 | 5 | -8/+22 |
| | | | |||||
* | | | Revert changes to OC_Connector_Sabre_Server | Robin Appelman | 2014-04-23 | 1 | -41/+28 |
| | | | |||||
* | | | merge master into webdav-injection | Robin Appelman | 2014-04-15 | 1 | -1/+3 |
|\| | | |||||
| * | | White-list known secure mime types. Refs. #8184 | Thomas Tanghus | 2014-04-14 | 1 | -2/+4 |
| |/ | |||||
* | | merge master into webdav-injection | Robin Appelman | 2014-04-15 | 2 | -3/+17 |
|\| | |||||
| * | Fixed Sabre Node implementation to correctly return timestamps as int | Vincent Petry | 2014-04-09 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | Negative timestamps were returned as string and were confusing other Sabre API like Sabre_DAV_Property_GetLastModified. This fix makes sure the timestamp is returned as int when defined. | ||||
| * | Merge pull request #7696 from owncloud/chunk-remainingspacefix | Vincent Petry | 2014-04-01 | 1 | -0/+11 |
| |\ | | | | | | | Fixed chunking and insufficient storage check | ||||
| | * | Fixed chunking and insufficient storage check | Vincent Petry | 2014-03-17 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | - fixed free space detection based on the already uploaded chunks - now deleting chunks as soon as it is read out before writing it into the part file, which reduces the space needed when assembling part files | ||||
* | | | merge master into webdav-injection | Robin Appelman | 2014-03-26 | 1 | -1/+15 |
|\| | | |||||
| * | | close the session for all DAV calls right after authentication - no need to ↵ | Thomas Müller | 2014-03-10 | 1 | -1/+15 |
| |/ | | | | | | | write to the session afterwards | ||||
* | | merge master into webdav-injection | Robin Appelman | 2014-03-06 | 2 | -2/+5 |
|\| | |||||
| * | don't allow to create a file or folder named 'Shared' in the root folder, ↵ | Bjoern Schiessle | 2014-03-05 | 2 | -2/+5 |
| | | | | | | | | also exclude all combinations of lower and upper case letters | ||||
* | | Remove the need for a custom SabreDav server constructor | Robin Appelman | 2014-03-04 | 2 | -14/+16 |
| | | |||||
* | | Make path for dummy fileinfo absolute | Robin Appelman | 2014-03-03 | 1 | -1/+1 |
| | | |||||
* | | Pass the filesystem view as argument in the sabredav connectors and use the ↵ | Robin Appelman | 2014-02-25 | 7 | -270/+216 |
|/ | | | | fileinfo object | ||||
* | Merge pull request #6714 from owncloud/files-newfileinvalidcharsfix | Lukas Reschke | 2014-02-20 | 3 | -4/+20 |
|\ | | | | | Added extra checks for invalid file chars in newfile.php and newfolder.php | ||||
| * | Added file name check in webdav connector | Vincent Petry | 2014-02-18 | 3 | -4/+20 |
| | | | | | | | | | | | | | | - added file name check for the put, rename and setNames() methods which throw a "Bad Request" whenever invalid characters are used - replaced \OC\Filesystem usage with $this->getFS() to be able to write unit tests | ||||
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 5 | -5/+7 |
|/ | |||||
* | Merge pull request #6081 from owncloud/partfilewebdavfix | Vincent Petry | 2014-02-04 | 1 | -1/+14 |
|\ | | | | | Allow getting info or renaming part files through WebDAV | ||||
| * | Allow getting info or renaming part files through WebDAV | Vincent Petry | 2014-01-23 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When mounting an ownCloud (backend OC) inside another ownCloud (frontend OC), the frontend OC will use WebDAV to upload file, which will create part files. These part files need to be accessible for the frontend OC to rename them to the actual file name. This fix leaves the file cache untouched but gives direct access to part file info when requested. This means that part file can be accessed only when their path and name are known. These won't appear in file listtings. Fixes #6068 |