Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependencies | Thomas Müller | 2014-06-27 | 1 | -453/+0 |
| | |||||
* | Dont allow opening writable streams on a read only dav mount | Robin Appelman | 2014-06-23 | 1 | -0/+6 |
| | |||||
* | Fix permissions functions for webdav external storages | Robin Appelman | 2014-06-14 | 1 | -2/+22 |
| | |||||
* | Properly set read permissions for webdav storages | Robin Appelman | 2014-06-14 | 1 | -1/+1 |
| | |||||
* | Dont return false for internalPath | Robin Appelman | 2014-06-14 | 1 | -0/+3 |
| | |||||
* | Add server<->server sharing backend | Robin Appelman | 2014-06-14 | 1 | -7/+7 |
| | |||||
* | Merge pull request #8880 from owncloud/webdav-read-permissions | Thomas Müller | 2014-06-05 | 1 | -0/+24 |
|\ | | | | | Use the permissions exposed by ownCloud for webdav external storages | ||||
| * | Use the permissions exposed by ownCloud for webdav external storages | Robin Appelman | 2014-06-04 | 1 | -0/+24 |
| | | |||||
* | | Upgrade SabreDAV to 1.8.10 | Thomas Müller | 2014-06-04 | 1 | -3/+3 |
|/ | | | | Updating SabreDAV namespaces | ||||
* | Merge branch 'master' into fs-backend-registration | Thomas Müller | 2014-04-03 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: apps/files_external/templates/settings.php | ||||
| * | Fix uploading files containing a # in the path for webdav | Robin Appelman | 2014-03-31 | 1 | -1/+1 |
| | | |||||
* | | Moved dependency checks to end of class files | Philipp Kapfer | 2014-04-03 | 1 | -12/+11 |
| | | | | | | | | | | | | | | | | | | | | Dependency messages now appear below the configuration options instead of above Reworked dependency check method to support consolidated messages for multiple backends Conflicts: apps/files_external/lib/google.php apps/files_external/lib/swift.php apps/files_external/templates/settings.php | ||||
* | | Changed dependency check messages from warnings to notes | Philipp Kapfer | 2014-04-03 | 1 | -1/+1 |
| | | | | | | | | Added check for duplicate dependency check messages to display only the first | ||||
* | | Added cURL dependency check to Google Drive and WebDAV backend | Philipp Kapfer | 2014-04-03 | 1 | -0/+12 |
|/ | | | | | | | | Added check for backend's checkDependencies method to OC_Mount_Config::getBackends() when backend is configured to have some instead of blindly calling it and crashing Conflicts: apps/files_external/lib/config.php apps/files_external/lib/google.php | ||||
* | Add caching for getLocalFile on remote storages | Robin Appelman | 2014-03-04 | 1 | -99/+94 |
| | |||||
* | Fixed ext storage webdav path encoding | Vincent Petry | 2014-02-19 | 1 | -16/+47 |
| | | | | | | | | | | | | - Some WebDAV servers like lighttpd need paths in URLs to be properly encoded - Added error log output when curl connection failed - Added check for 'resourcetype' in case the WebDAV server doesn't support/return it - Fixed touch() to return false if the server doesn't implement PROPPATCH - Added optional delay in WebDAV unit tests to use when testing against lighttpd's WebDAV | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+3 |
| | | | | | | | | | | | 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 | 1 | -0/+9 |
| | |||||
* | webdav: return SPACE_UNKNOWN if server do not support quota | Tigran Mkrtchyan | 2014-01-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de> | ||||
* | Merge pull request #6422 from ↵ | Vincent Petry | 2014-01-13 | 1 | -12/+30 |
|\ | | | | | | | | | ccerrillo/fixing-6301-external-mount-webdav-blank-files Fixing Issue #6301 on master branch | ||||
| * | Fixing tab/space coding style | Carlos Cerrillo | 2013-12-17 | 1 | -17/+21 |
| | | | | | | | | Only set SSL things when ```$this->secure``` is ```true``` | ||||
| * | Fixing Issue #6301 on master branch | Carlos Cerrillo | 2013-12-15 | 1 | -6/+20 |
| | | | | | | | | | | | | | | | | Added private var $certPath to store the user root cert Move logic to determine the $certPath path to the constructor and modify to get the path from OC_User::getHome() Add curl options to use the certificate to avoid certificate errors with self-signed certicates in the downdload/upload method so we don't get blank files | ||||
* | | Merge pull request #5238 from owncloud/externalstorage-owncloudbackend | Thomas Müller | 2014-01-08 | 1 | -1/+1 |
|\ \ | |/ |/| | Added ownCloud backend for external storage | ||||
| * | Added ownCloud backend for external storage | Vincent Petry | 2013-10-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make it possible to use the short ownCloud URL (without specifying webdav.php or remote.php), a new backend is available for ownCloud. The user must specify the host + context path in the "Url" field (which is mapped to the "host" parameter) and the subdir to mount in the "Root" field. This is to prevent confusion because some users forget to append webdav.php or remote.php to the WebDAV URL. Fixes #4923 | ||||
* | | Fixed ext storage touch function to return true on success | Vincent Petry | 2013-11-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Some ext storage impl didn't return true on success. Fixes #5943 (Dropbox) Fixes #6010 (WebDAV) | ||||
* | | Moved default isReadable/isUpdatable impl into Common class | Vincent Petry | 2013-11-22 | 1 | -8/+0 |
| | | | | | | | | | | Also adjusted all ext storage backends to not override these when the default behavior is expected. | ||||
* | | Fixed path normalization to prevent dot dirs | Vincent Petry | 2013-11-21 | 1 | -5/+3 |
| | | | | | | | | | | Fixes #5945 where stat(.) would cause the backend OC to cache a dot dir (only in older versions) | ||||
* | | Fixed move operation to pass the whole URL as expected | Vincent Petry | 2013-11-20 | 1 | -2/+2 |
|/ | | | | | | | The MOVE and COPY spec expect the "Destination" header to receive the full URL, not only the root. Fixes #5942 | ||||
* | Merge pull request #4510 from owncloud/f_e_webdav_urlencoding | Thomas Müller | 2013-08-19 | 1 | -2/+2 |
|\ | | | | | Fix files_external webdav up and download when path contains ' ' | ||||
| * | replace ' ' with '%20' in urls for curl | Jörn Friedrich Dreyer | 2013-08-19 | 1 | -2/+2 |
| | | |||||
* | | merge master in storage-wrapper-quota | Robin Appelman | 2013-08-18 | 1 | -0/+1 |
|\| | |||||
| * | Fixing owncloud/core#4301 | Alexander Bogdanov | 2013-08-02 | 1 | -0/+1 |
| | | | | | | Adding a CURLOPT_FOLLOWLOCATION for HTTP 301 support (e.g yandex disk uses those) | ||||
* | | use renamed constants | Robin Appelman | 2013-07-25 | 1 | -1/+1 |
|/ | |||||
* | if the file doesn't exists; create a new one. We use this to create new text ↵ | Björn Schießle | 2013-07-22 | 1 | -1/+7 |
| | | | | files in the web interface | ||||
* | Dont task external storages with creating their own root | Robin Appelman | 2013-04-26 | 1 | -2/+0 |
| | |||||
* | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-19 | 1 | -11/+11 |
|\ | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/settings.js apps/files_external/lib/smb.php apps/files_external/templates/settings.php lib/files/storage/common.php | ||||
| * | Give storage backends the option to define having no known free space | Robin Appelman | 2013-02-16 | 1 | -1/+1 |
| | | | | | | | | When this is the case only the configured max upload size is taking into account for uploading | ||||
| * | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 1 | -9/+9 |
| | | |||||
| * | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| | | |||||
* | | fixing namespace | Thomas Mueller | 2013-02-12 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-11 | 1 | -46/+68 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/dropbox.js apps/files_external/js/google.js apps/files_external/js/settings.js apps/files_external/lib/amazons3.php apps/files_external/lib/dropbox.php apps/files_external/lib/google.php apps/files_external/lib/smb.php apps/files_external/lib/swift.php apps/files_external/lib/webdav.php lib/filestorage.php | ||||
| * | remove outdated line | Robin Appelman | 2013-01-31 | 1 | -1/+0 |
| | | |||||
| * | Move streamwrappers to seperate files and put them in a namespace | Robin Appelman | 2013-01-28 | 1 | -2/+4 |
| | | |||||
| * | merge master into filesystem | Robin Appelman | 2013-01-15 | 1 | -1/+1 |
| |\ | |||||
| * \ | merge master into filesystem | Robin Appelman | 2012-12-03 | 1 | -44/+45 |
| |\ \ | |||||
| * \ \ | merge master into filesystem | Robin Appelman | 2012-11-15 | 1 | -2/+2 |
| |\ \ \ | |||||
| * \ \ \ | merge master into filesystem | Robin Appelman | 2012-11-07 | 1 | -2/+10 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge master into filesystem | Robin Appelman | 2012-10-30 | 1 | -17/+17 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge master into filesystem | Robin Appelman | 2012-10-25 | 1 | -7/+7 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | postpone the cost of setting up some of the external storage backends untill ↵ | Robin Appelman | 2012-10-21 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we actually need it |