diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-22 15:05:39 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-23 12:38:05 +0200 |
commit | 1ace1657b68687caa8cae48749eb1a98788eb244 (patch) | |
tree | 1287830198485b0a7eda597c9da3dc55abe818db /apps/federatedfilesharing/appinfo | |
parent | 9c85f552022656d17b55a9d265b0b977011468ba (diff) | |
download | nextcloud-server-1ace1657b68687caa8cae48749eb1a98788eb244.tar.gz nextcloud-server-1ace1657b68687caa8cae48749eb1a98788eb244.zip |
adapt federatedfilesharing
also drops IE8 switch
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/federatedfilesharing/appinfo')
-rw-r--r-- | apps/federatedfilesharing/appinfo/app.php | 2 | ||||
-rw-r--r-- | apps/federatedfilesharing/appinfo/info.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/federatedfilesharing/appinfo/app.php b/apps/federatedfilesharing/appinfo/app.php index b6a145bcc2c..62265ff0644 100644 --- a/apps/federatedfilesharing/appinfo/app.php +++ b/apps/federatedfilesharing/appinfo/app.php @@ -26,8 +26,6 @@ use OCA\FederatedFileSharing\Notifier; $app = new \OCA\FederatedFileSharing\AppInfo\Application(); $eventDispatcher = \OC::$server->getEventDispatcher(); -$app->registerSettings(); - $manager = \OC::$server->getNotificationManager(); $manager->registerNotifier(function() { return \OC::$server->query(Notifier::class); diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml index aaacf3ec80e..ce2e2286be3 100644 --- a/apps/federatedfilesharing/appinfo/info.xml +++ b/apps/federatedfilesharing/appinfo/info.xml @@ -6,7 +6,7 @@ <licence>AGPL</licence> <author>Bjoern Schiessle</author> <author>Roeland Jago Douma</author> - <version>1.3.0</version> + <version>1.3.1</version> <namespace>FederatedFileSharing</namespace> <category>other</category> <dependencies> @@ -14,5 +14,7 @@ </dependencies> <settings> <admin>OCA\FederatedFileSharing\Settings\Admin</admin> + <personal>OCA\FederatedFileSharing\Settings\Personal</personal> + <personal-section>OCA\FederatedFileSharing\Settings\PersonalSection</personal-section> </settings> </info> |