| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix webdav put for single file webdav shares | Robin Appelman | 2015-01-29 | 1 | -3/+3 |
* | let init() take an INode - fixes PHP message | Thomas Müller | 2015-01-27 | 1 | -2/+2 |
* | Fix WebDAV auth for session authentication only | Lukas Reschke | 2015-01-20 | 1 | -2/+4 |
* | Close session properly | Lukas Reschke | 2015-01-19 | 1 | -0/+1 |
* | Prioritise Basic Auth header over Cookie | Lukas Reschke | 2015-01-17 | 1 | -11/+32 |
* | remove unused variable and fix undefined variable | Thomas Müller | 2015-01-08 | 1 | -5/+4 |
* | Disable part files for OC ext storage backend + s2s backend | Vincent Petry | 2015-01-07 | 1 | -28/+61 |
* | Improve debugging for ServiceUnavailable exceptions | Chris Wilson | 2015-01-06 | 1 | -8/+8 |
* | Use namespace | Lukas Reschke | 2015-01-05 | 1 | -2/+18 |
* | Write unit-tests and use DI | Lukas Reschke | 2015-01-05 | 1 | -24/+37 |
* | Fix code-style | Lukas Reschke | 2015-01-05 | 1 | -2/+4 |
* | fix "app":"PHP","message":"Undefined variable: user at/principal.php#66" | derkostka | 2015-01-04 | 1 | -1/+1 |
* | adding getDirectDownload() to Wrapper | Thomas Müller | 2014-12-28 | 1 | -2/+2 |
* | Adding basement for the direct download url | Thomas Müller | 2014-12-28 | 2 | -0/+23 |
* | Merge pull request #12865 from owncloud/files-tags-webdav | Morris Jobke | 2014-12-19 | 5 | -7/+431 |
|\ |
|
| * | Fix code style issues for tags plugin | Vincent Petry | 2014-12-18 | 3 | -6/+4 |
| * | Remove obsolete method | Vincent Petry | 2014-12-18 | 1 | -8/+0 |
| * | Returns and update tags through WebDAV PROPFIND and PROPPATCH | Vincent Petry | 2014-12-17 | 5 | -7/+441 |
* | | Add getMountPoint to FileInfo | Robin Appelman | 2014-12-17 | 2 | -3/+5 |
|/ |
|
* | Fix namespace of Files_Encryption outside of the app | Joas Schilling | 2014-12-09 | 1 | -2/+2 |
* | Fix type hinting for app manager | Robin Appelman | 2014-11-18 | 1 | -4/+4 |
* | Add sabredav plugin to check if a user has access to an app | Robin Appelman | 2014-11-17 | 1 | -0/+75 |
* | Return real mime type on PROPFIND | Vincent Petry | 2014-11-11 | 1 | -0/+4 |
* | Merge pull request #12072 from owncloud/sabre-convertstoragenotavailableexcep... | Vincent Petry | 2014-11-10 | 4 | -114/+156 |
|\ |
|
| * | Convert StorageNotAvailableException to SabreDAV exception | Vincent Petry | 2014-11-10 | 4 | -114/+156 |
* | | clean up encryption exceptions | Bjoern Schiessle | 2014-11-07 | 1 | -2/+2 |
|/ |
|
* | throw exception if private key is missing | Bjoern Schiessle | 2014-11-05 | 1 | -1/+7 |
* | 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 | libasys | 2014-10-24 | 1 | -0/+12 |
* | | Properly catch 503 storage not available in getQuotaInfo | Vincent Petry | 2014-10-27 | 1 | -7/+11 |
|/ |
|
* | 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 | Vincent Petry | 2014-09-22 | 2 | -2/+9 |
* | | 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 | Vincent Petry | 2014-08-18 | 1 | -1/+1 |
* | | 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 |
* | | 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 | 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 | Thomas Müller | 2014-08-29 | 3 | -15/+20 |
| |/ / |
|
* / / | kill OC::$session | Jörn Friedrich Dreyer | 2014-08-29 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #10518 from owncloud/fix_storage_const_autoload | Lukas Reschke | 2014-08-20 | 1 | -1/+1 |
|\ \ |
|
| * | | move to public namespace | Morris Jobke | 2014-08-19 | 1 | -1/+1 |
| * | | Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesy... | Stephan Peijnik | 2014-08-19 | 1 | -1/+1 |
| |/ |
|
* / | Return whole file if range request cannot be granted due to encryption | Vincent Petry | 2014-08-14 | 1 | -0/+22 |
|/ |
|
* | adding special handling of checkPrecondition() for chunked upload | Thomas Müller | 2014-07-22 | 1 | -0/+31 |