Commit Graph

15 Commits (8eda6617618e0a1f650afc4e6766e799b4e62b82)

Author SHA1 Message Date
Chris Wilson 402a3ed146 Improve debugging for ServiceUnavailable exceptions 12 years ago
Vincent Petry bc12d28f23 Log exceptions in DAV storage 12 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 12 years ago
Vincent Petry 4b943a4810 Fix root path handling for WebDAV ext storage 12 years ago
Vincent Petry ab5149f5df Allow specifying protocol in ext storage OC config 12 years ago
Lukas Reschke 6eeb905871 Do only follow HTTP and HTTPS redirects 12 years ago
Morris Jobke b3b3354809 move to public namespace 12 years ago
Stephan Peijnik 2df52e54d7 Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem. 12 years ago
Morris Jobke c6bf51c457 Close open file handles in files library 12 years ago
Philippe Kueck ef114b6594 silently discard the response body, needed for apache/mod_dav and maybe other dav servers which return an html body 12 years ago
Robin Appelman d78a2a9f78 Add StorageNotAvailableException 12 years ago
Robin Appelman db3f0cee4a Fix parsing of webdav permissions 12 years ago
Robin Appelman 6f5d5b9a30 Also check for updated permissions for webdav storages 12 years ago
Robin Appelman 5b8c2ac750 Use the etag to check for updates in webdav storages where available 12 years ago
Thomas Müller 171475b95a fix autoloader 12 years ago
Thomas Müller c745240543 Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependencies 12 years ago
Robin Appelman d24c0f4d42 Dont allow opening writable streams on a read only dav mount 12 years ago
Robin Appelman be93b0d01d Fix permissions functions for webdav external storages 12 years ago
Robin Appelman 3f2cb39aba Properly set read permissions for webdav storages 12 years ago
Robin Appelman 21ced89beb Dont return false for internalPath 12 years ago
Robin Appelman 65f3b2fad2 Add server<->server sharing backend 12 years ago
Robin Appelman 9eb177e8bc Use the permissions exposed by ownCloud for webdav external storages 12 years ago
Thomas Müller 76e04027bc Upgrade SabreDAV to 1.8.10 12 years ago
Philipp Kapfer 730bca98b4 Moved dependency checks to end of class files 13 years ago
Philipp Kapfer 46379113a1 Changed dependency check messages from warnings to notes 13 years ago
Philipp Kapfer 8ca897df76 Added cURL dependency check to Google Drive and WebDAV backend 13 years ago
Robin Appelman 76c63a5760 Fix uploading files containing a # in the path for webdav 13 years ago
Robin Appelman a8c67dc675 Add caching for getLocalFile on remote storages 13 years ago
Vincent Petry b2b35cd335 Fixed ext storage webdav path encoding 13 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 13 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 13 years ago
Tigran Mkrtchyan a78dc11732 webdav: return SPACE_UNKNOWN if server do not support quota 13 years ago
Carlos Cerrillo b245e2e3d8 Fixing tab/space coding style 13 years ago
Carlos Cerrillo 7c264c88fe Fixing Issue #6301 on master branch 13 years ago
Vincent Petry d88025bf6b Fixed ext storage touch function to return true on success 13 years ago
Vincent Petry c62cce8269 Moved default isReadable/isUpdatable impl into Common class 13 years ago
Vincent Petry 39cbdca429 Fixed path normalization to prevent dot dirs 13 years ago
Vincent Petry e26500045f Fixed move operation to pass the whole URL as expected 13 years ago
Vincent Petry b1f1357957 Added ownCloud backend for external storage 13 years ago
Jörn Friedrich Dreyer 89c928c3be replace ' ' with '%20' in urls for curl 13 years ago
Alexander Bogdanov 72ad843203 Fixing owncloud/core#4301 13 years ago
Robin Appelman 88cc2ccb3b use renamed constants 13 years ago
Björn Schießle da892d69ab if the file doesn't exists; create a new one. We use this to create new text files in the web interface 13 years ago
Robin Appelman c05195a46d Dont task external storages with creating their own root 13 years ago
Björn Schießle 8c9d0d1f5b cleanPath needs to be public 14 years ago
Robin Appelman d96146a017 Give storage backends the option to define having no known free space 14 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 14 years ago
Bart Visscher 5c4a804ddb Fix SpaceBeforeOpenBrace errors 14 years ago
Thomas Mueller 6b594c1eb8 fixing namespace 14 years ago
Robin Appelman 54d46fe43c remove outdated line 14 years ago