nextcloud/apps/settings/lib/Controller
Ferdinand Thiessen b5256181a4
fix(settings): Sort all settings - incl declarative settings - by priority
Previously declarative settings were sorted by priority but behind the "native" settings,
this is now fixed, meaning a declarative setting with higher priority than an `ISetting` will
be correctly rendered before that `ISetting` in the settings list.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-09-28 14:08:26 +02:00
..
AdminSettingsController.php fix(settings): Sort all settings - incl declarative settings - by priority 2024-09-28 14:08:26 +02:00
AISettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
AppSettingsController.php fix: Ensure app discover section is returned as list 2024-09-24 12:34:22 +02:00
AuthorizedGroupController.php chore: Add SPDX header 2024-06-03 20:33:31 +02:00
AuthSettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
ChangePasswordController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
CheckSetupController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
CommonSettingsTrait.php fix(settings): Sort all settings - incl declarative settings - by priority 2024-09-28 14:08:26 +02:00
DeclarativeSettingsController.php chore: Add SPDX header 2024-06-03 20:33:31 +02:00
HelpController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
LogSettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
MailSettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
PersonalSettingsController.php fix(settings): Sort all settings - incl declarative settings - by priority 2024-09-28 14:08:26 +02:00
ReasonsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
TwoFactorSettingsController.php chore: Add SPDX header 2024-06-03 20:33:31 +02:00
UsersController.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
WebAuthnController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00