From 308e8d63793761460b9d2a50d6f815403e106d83 Mon Sep 17 00:00:00 2001 From: Jörn Friedrich Dreyer Date: Thu, 8 May 2014 15:25:46 +0200 Subject: 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 --- apps/files_external/appinfo/routes.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/files_external/appinfo') diff --git a/apps/files_external/appinfo/routes.php b/apps/files_external/appinfo/routes.php index 0a1e261a189..b852b34c5d3 100644 --- a/apps/files_external/appinfo/routes.php +++ b/apps/files_external/appinfo/routes.php @@ -37,6 +37,9 @@ $this->create('files_external_dropbox', 'ajax/dropbox.php') $this->create('files_external_google', 'ajax/google.php') ->actionInclude('files_external/ajax/google.php'); +$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'), -- cgit v1.2.3