nextcloud/apps/files_external
Robin McCorkell 05642733a3 Add storage priority support
Each storage backend has a default priority, assigned to any system mounts
created in ownCloud. mount.json can be manually modified to change these
priorities.

The priority order is as follows:
 * Personal
 * User
 * Group
 * Global

Within each mount type, the mount with the highest priority is active.

The storage backend defaults were chosen to be the following:
 * Local - 150
 * Remote storage - 100
 * SMB / CIFS with OC login - 90
2014-05-21 22:17:21 +01:00
..
3rdparty drop files_irods from apps_external 2014-04-28 12:39:28 +02:00
ajax Correctly redirect to settings page when not selecting cert file for upload 2014-02-19 17:07:29 +01:00
appinfo Add storage priority support 2014-05-21 22:17:21 +01:00
css fix layout of external storage config table 2014-04-25 16:34:48 +02:00
js Insert missing brace 2014-03-24 13:27:46 +00:00
l10n [tx-robot] updated from transifex 2014-05-20 01:54:53 -04:00
lib Add storage priority support 2014-05-21 22:17:21 +01:00
templates fix single quote sanitization 2014-04-26 18:58:01 +02:00
tests Added ext storage app in autotest unit test run 2014-05-05 15:03:10 +02:00
personal.php Allow admins to disable certain external storages for users 2014-02-26 15:02:41 +01:00
settings.php Allow admins to disable certain external storages for users 2014-02-26 15:02:41 +01:00