nextcloud-server/apps/settings/lib/Controller
Carl Schwan 7c8a901b84 Cleanup admin settings js files
* Move admin.js to webpack, so that this use the bundled jquery files
  instead of the deprecated window.$ Also fixing formatting

* Remove log.js that seems to be from a time where logreader was bundled
  with server and I couldn't find an usage of it anymore

* Fix recent regression in rebuild navigation function (now not depending on
  jquery anymore and bundled by webpack).

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-17 17:52:03 +07:00
..
AdminSettingsController.php Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +07:00
AppSettingsController.php Cleanup admin settings js files 2022-02-17 17:52:03 +07:00
AuthSettingsController.php Update php licenses 2021-06-04 22:02:41 +07:00
AuthorizedGroupController.php Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +07:00
ChangePasswordController.php Migrate HintException to OCP 2021-06-30 15:28:02 +07:00
CheckSetupController.php Setup warning for invalid LDAP user or group UUIDs. 2022-02-10 10:15:01 +07:00
CommonSettingsTrait.php Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +07:00
HelpController.php Update php licenses 2021-06-04 22:02:41 +07:00
LogSettingsController.php Update php licenses 2021-06-04 22:02:41 +07:00
MailSettingsController.php show if the mail server settings are not set or verified 2022-02-03 20:16:35 +07:00
PersonalSettingsController.php Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +07:00
ReasonsController.php Update php licenses 2021-06-04 22:02:41 +07:00
TwoFactorSettingsController.php Update php licenses 2021-06-04 22:02:41 +07:00
UsersController.php use specific email getter where necessary 2021-09-09 19:23:05 +07:00
WebAuthnController.php Update php licenses 2021-06-04 22:02:41 +07:00