-
- Downloads
Added ownCloud backend for external storage
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
Showing
- apps/files_external/appinfo/app.php 1 addition, 0 deletionsapps/files_external/appinfo/app.php
- apps/files_external/lib/config.php 18 additions, 8 deletionsapps/files_external/lib/config.php
- apps/files_external/lib/owncloud.php 51 additions, 0 deletionsapps/files_external/lib/owncloud.php
- apps/files_external/lib/webdav.php 1 addition, 1 deletionapps/files_external/lib/webdav.php
- apps/files_external/tests/config.php 7 additions, 0 deletionsapps/files_external/tests/config.php
- apps/files_external/tests/owncloud.php 31 additions, 0 deletionsapps/files_external/tests/owncloud.php
Loading
Please register or sign in to comment