summaryrefslogtreecommitdiffstats
path: root/apps/files_external/appinfo
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-05-08 15:25:46 +0200
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-08-20 19:25:23 +0200
commit992bd6dbf2e841a7fece8d483dc77cdd09200f0b (patch)
tree9e88868bbdeefed92c43ee954b35c731d8937e27 /apps/files_external/appinfo
parentf74bf923cad6ad0a071d07f636eb42a1b24753eb (diff)
downloadnextcloud-server-992bd6dbf2e841a7fece8d483dc77cdd09200f0b.tar.gz
nextcloud-server-992bd6dbf2e841a7fece8d483dc77cdd09200f0b.zip
replace chosen with select2 to provide ajaxified user and group selection for files_external, fixes #7499
remove minified select2 js show avatars for users, simpler results remove unneeded users and groups from settings template fix css, escape user and group names
Diffstat (limited to 'apps/files_external/appinfo')
-rw-r--r--apps/files_external/appinfo/routes.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/files_external/appinfo/routes.php b/apps/files_external/appinfo/routes.php
index cb950364e5d..bf2f96734f4 100644
--- a/apps/files_external/appinfo/routes.php
+++ b/apps/files_external/appinfo/routes.php
@@ -20,8 +20,10 @@
*
*/
+$this->create('files_external_list_applicable', '/applicable')->actionInclude('files_external/ajax/applicable.php');
+
OC_API::register('get',
- '/apps/files_external/api/v1/mounts',
- array('\OCA\Files\External\Api', 'getUserMounts'),
- 'files_external');
+ '/apps/files_external/api/v1/mounts',
+ array('\OCA\Files\External\Api', 'getUserMounts'),
+ 'files_external');