nextcloud/apps/settings/lib/Controller
Arthur Schiwon 1a781ccf56
Fix opening Help page throws Exception
- Commit 458c2fa297 provoked the error,
  because the "core" "app" was not found. Previously, false was
  returned, but now an AppPathNotFoundException
- IUrlGenerator::linkTo() accepts an empty app argument however, moving
  the "core" portion to the path solves it and avoids apps lookup

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-08-24 18:55:34 +02:00
..
AdminSettingsController.php Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +02:00
AppSettingsController.php l10n: Delete apostrophe 2022-06-07 16:41:38 +02:00
AuthorizedGroupController.php Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +02:00
AuthSettingsController.php Limit the length of app password names 2022-03-23 10:47:56 +01:00
ChangePasswordController.php Don't allow setting password bigger than 469 characters 2022-07-05 11:47:25 +02:00
CheckSetupController.php add a setup check for 64 bit 2022-07-13 09:33:33 +00:00
CommonSettingsTrait.php Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +02:00
HelpController.php Fix opening Help page throws Exception 2022-08-24 18:55:34 +02:00
LogSettingsController.php Update php licenses 2021-06-04 22:02:41 +02:00
MailSettingsController.php show if the mail server settings are not set or verified 2022-02-03 20:16:35 +01:00
PersonalSettingsController.php Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +02:00
ReasonsController.php Update php licenses 2021-06-04 22:02:41 +02:00
TwoFactorSettingsController.php Update php licenses 2021-06-04 22:02:41 +02:00
UsersController.php use specific email getter where necessary 2021-09-09 19:23:05 +02:00
WebAuthnController.php Update php licenses 2021-06-04 22:02:41 +02:00