Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix odd behaviour | Morris Jobke | 2014-10-31 | 1 | -4/+8 |
| | |||||
* | Merge pull request #9044 from owncloud/add-missing-email-principal | Vincent Petry | 2014-10-31 | 1 | -0/+12 |
|\ | | | | | adding missing email address for principal | ||||
| * | adding missing email address for principal | libasys | 2014-10-24 | 1 | -0/+12 |
| | | | | | | | | | | * fix #8515 * add mail only if it exists | ||||
* | | Properly catch 503 storage not available in getQuotaInfo | Vincent Petry | 2014-10-27 | 1 | -7/+11 |
|/ | | | | | | | When doing a PROPFIND on the root and one of the mount points is not available, the returned quota attributes will now be zero. This fix prevents the expected exception to make the whole call fail. | ||||
* | Use the cached fileinfo to get creatable permissions | Robin Appelman | 2014-10-13 | 1 | -1/+1 |
| | |||||
* | Fix dav permissions for folders without create permissions | Robin Appelman | 2014-09-25 | 1 | -1/+1 |
| | |||||
* | Merge pull request #11215 from owncloud/dav-throwwhendeletefailed | Morris Jobke | 2014-09-23 | 2 | -2/+9 |
|\ | | | | | WebDAV now throws 403 when deletion did not work | ||||
| * | WebDAV now throws 403 when deletion did not work | Vincent Petry | 2014-09-22 | 2 | -2/+9 |
| | | | | | | | | | | | | | | | | Assume a permission issue whenever a file could not be deleted. This is because some storages are not able to return permissions, so a permission denied situation can only be triggered during direct deletion. | ||||
* | | Merge pull request #10499 from owncloud/mkcol-headers-afterbind | Thomas Müller | 2014-09-22 | 1 | -1/+1 |
|\ \ | |/ |/| | Use afterBind to send fileId header for files and directories | ||||
| * | Use afterBind to send fileId header for files and directories | Vincent Petry | 2014-08-18 | 1 | -1/+1 |
| | | | | | | | | | | afterBind is called for both files and directories and is now used to send the OC-FileId headers. | ||||
* | | Conceal or display SabreDAV version number in browser and http response headers. | scolebrook | 2014-09-16 | 1 | -0/+8 |
| | | |||||
* | | content size checks are not valid for LOCK | Thomas Müller | 2014-09-12 | 1 | -1/+1 |
| | | |||||
* | | fix BadRequest error if CONTENT_LENGTH not set | chli1 | 2014-09-04 | 1 | -5/+8 |
| | | | | | | If client does not send content length header on webdav upload (e.g. because the content comes from a stream and its length is not predictable) the put() method should not try to compare the content length value with the actually amount of received data, because this will always fail and results in a BadRequest exception. So the check will only be performed if $_SERVER['CONTENT_LENGTH'] is set. | ||||
* | | Merge pull request #10723 from owncloud/webdav-folder-size | Clark Tomlinson | 2014-09-03 | 2 | -2/+17 |
|\ \ | | | | | | | adding new webdav property containing the folder size | ||||
| * | | adding new webdav property containing the folder size | Thomas Müller | 2014-08-29 | 2 | -2/+17 |
| | | | |||||
* | | | Merge pull request #10725 from owncloud/sabredav-etag-master | Thomas Müller | 2014-09-03 | 3 | -15/+20 |
|\ \ \ | | | | | | | | | adding OC-ETag header | ||||
| * | | | adding OC-ETag header | Thomas Müller | 2014-08-29 | 3 | -15/+20 |
| |/ / | |||||
* / / | kill OC::$session | Jörn Friedrich Dreyer | 2014-08-29 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used | ||||
* | | Merge pull request #10518 from owncloud/fix_storage_const_autoload | Lukas Reschke | 2014-08-20 | 1 | -1/+1 |
|\ \ | | | | | | | Fix storage const autoload | ||||
| * | | move to public namespace | Morris Jobke | 2014-08-19 | 1 | -1/+1 |
| | | | |||||
| * | | Fix STORAGE_* constants usage by moving those constants into ↵ | Stephan Peijnik | 2014-08-19 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | | | | | \OC\Files\Filesystem. As constants not defined within a class cannot be automatically found by the autoloader moving those constants into a class makes them accessible to code which uses them. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> | ||||
* / | Return whole file if range request cannot be granted due to encryption | Vincent Petry | 2014-08-14 | 1 | -0/+22 |
|/ | | | | | | | | | Whenenver range headers are set and encryption is enabled, it is not possible to automatically fseek() to the proper position. To avoid returning corrupt/invalid data or causing a decryption error, the range headers are stripped so that the SabreDAV code in httpGet() returns the whole file. | ||||
* | 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 |
| | | | | | | OC_Connector_Sabre_AbortedUploadDetectionPlugin is pointless Adding unit test testUploadAbort() | ||||
* | 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 |
| | |