]> source.dussan.org Git - nextcloud-server.git/commit
rename IAdmin to ISettings, the interface is not bound to a specific settings scope
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Thu, 11 Aug 2016 12:48:21 +0000 (14:48 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Tue, 16 Aug 2016 19:05:54 +0000 (21:05 +0200)
commite37db63e4742617798ae3d6fc26ed18a156bb103
tree20d0930f9523d870bc69f9decaf6ee51ad42bc72
parentc956901949ddb60d8bdf919146f45f7090da38f1
rename IAdmin to ISettings, the interface is not bound to a specific settings scope
12 files changed:
apps/encryption/lib/Settings/Admin.php
apps/updatenotification/lib/Controller/AdminController.php
apps/user_ldap/lib/Settings/Admin.php
lib/private/Settings/Admin/Encryption.php
lib/private/Settings/Admin/Logging.php
lib/private/Settings/Admin/Server.php
lib/private/Settings/Admin/Sharing.php
lib/private/Settings/Admin/TipsTricks.php
lib/private/Settings/Manager.php
lib/public/Settings/IAdmin.php [deleted file]
lib/public/Settings/ISettings.php [new file with mode: 0644]
settings/Controller/AdminSettingsController.php