nextcloud-server/apps/settings/lib/Controller
Ferdinand Thiessen f5b73d2c77
fix: Remove legacy settings forms
`OC_App::getForms` was always returning an empty array,
because there were no setter for `adminForms` or `personalForms` anymore.
So removed all that legacy settings forms logic.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-09-17 14:54:39 +07:00
..
AISettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00
AdminSettingsController.php fix: Remove legacy settings forms 2024-09-17 14:54:39 +07:00
AppSettingsController.php chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App 2024-09-13 10:08:43 +07:00
AuthSettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00
AuthorizedGroupController.php chore: Add SPDX header 2024-06-03 20:33:31 +07:00
ChangePasswordController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00
CheckSetupController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00
CommonSettingsTrait.php fix: Remove legacy settings forms 2024-09-17 14:54:39 +07:00
DeclarativeSettingsController.php chore: Add SPDX header 2024-06-03 20:33:31 +07:00
HelpController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00
LogSettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00
MailSettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00
PersonalSettingsController.php fix: Remove legacy settings forms 2024-09-17 14:54:39 +07:00
ReasonsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00
TwoFactorSettingsController.php chore: Add SPDX header 2024-06-03 20:33:31 +07:00
UsersController.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
WebAuthnController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00