| Commit message (Expand) | Author | Age | Files | Lines |
* | block webdav in single user mode | Robin Appelman | 2015-05-06 | 1 | -0/+3 |
* | Return real mime type on PROPFIND | Vincent Petry | 2014-12-12 | 1 | -0/+4 |
* | Convert StorageNotAvailableException to SabreDAV exception | Vincent Petry | 2014-11-06 | 4 | -114/+158 |
* | Properly catch 503 storage not available in getQuotaInfo | Vincent Petry | 2014-10-28 | 1 | -7/+11 |
* | Fix dav permissions for folders without create permissions | Robin Appelman | 2014-09-26 | 1 | -1/+1 |
* | WebDAV now throws 403 when deletion did not work | Vincent Petry | 2014-09-23 | 2 | -2/+9 |
* | Use afterBind to send fileId header for files and directories | Vincent Petry | 2014-09-22 | 1 | -1/+1 |
* | content size checks are not valid for LOCK | Thomas Müller | 2014-09-12 | 1 | -5/+7 |
* | Return whole file if range request cannot be granted due to encryption | Vincent Petry | 2014-08-20 | 1 | -0/+22 |
* | adding special handling of checkPrecondition() for chunked upload | Thomas Müller | 2014-07-22 | 1 | -0/+31 |
* | perm -> permissions | Thomas Müller | 2014-07-21 | 1 | -1/+1 |
* | Upload abortion is now detected within the OC_Connector_Sabre_File::put() | Thomas Müller | 2014-07-08 | 2 | -104/+14 |
* | 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 |
|\ |
|
| * | 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 |
* | 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 |
* | Merge pull request #8435 from owncloud/fix-8322-master | Thomas Müller | 2014-05-19 | 2 | -4/+46 |
|\ |
|
| * | - update permissions | Thomas Müller | 2014-05-09 | 2 | -4/+7 |
| * | - Introduce isShared() and isMounted() on FileInfo class | Thomas Müller | 2014-05-02 | 2 | -4/+43 |
* | | 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 |
| |\ |
|
| | * | Fix PHPdoc in lib/private | Bart Visscher | 2014-04-15 | 1 | -0/+1 |
* | | | 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 |
| * | Merge pull request #7696 from owncloud/chunk-remainingspacefix | Vincent Petry | 2014-04-01 | 1 | -0/+11 |
| |\ |
|
| | * | Fixed chunking and insufficient storage check | Vincent Petry | 2014-03-17 | 1 | -0/+11 |
* | | | merge master into webdav-injection | Robin Appelman | 2014-03-26 | 1 | -1/+15 |
|\| | |
|