From 7edb64e78beff91f9d1f8c6c1bf694b5ba21030a Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 6 Aug 2018 17:59:25 +0200 Subject: appchecker compliance for app.php and info.xml Signed-off-by: Robin Appelman --- appinfo/app.php | 4 ++-- appinfo/info.xml | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/appinfo/app.php b/appinfo/app.php index 54a5711d..9e741911 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -9,10 +9,10 @@ $eventDispatcher = \OC::$server->getEventDispatcher(); $eventDispatcher->addListener( 'OCA\Files::loadAdditionalScripts', function () { - \OC_Util::addScript('groupfolders', 'files'); + \OCP\Util::addScript('groupfolders', 'files'); } ); $eventDispatcher->addListener('OCA\Files_Sharing::loadAdditionalScripts', function () { - \OC_Util::addScript('groupfolders', 'files'); + \OCP\Util::addScript('groupfolders', 'files'); }); diff --git a/appinfo/info.xml b/appinfo/info.xml index c4658bcf..338d0709 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,13 +10,15 @@ Folders can be configured from *Group folders* in the admin settings. After a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder. Note: encrypting the contents of group folders is currently not supported.]]> - AGPL - Robin Appelman 1.2.2 + agpl + Robin Appelman + GroupFolders - GroupFolders + + files https://github.com/nextcloud/groupfolders https://github.com/nextcloud/groupfolders/issues @@ -26,14 +28,12 @@ Note: encrypting the contents of group folders is currently not supported.]]>https://raw.githubusercontent.com/nextcloud/groupfolders/master/screenshots/edit.png https://raw.githubusercontent.com/nextcloud/groupfolders/master/screenshots/permissions.png + + + + OCA\GroupFolders\Settings\Admin OCA\GroupFolders\Settings\Section - - files - - - - -- cgit v1.2.3