nextcloud-server/apps/settings/tests/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 +07:00
..
AdminSettingsControllerTest.php fix(settings): Sort all settings - incl declarative settings - by priority 2024-09-28 14:08:26 +07:00
AppSettingsControllerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
AuthSettingsControllerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
CheckSetupControllerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
DelegationControllerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
MailSettingsControllerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
TwoFactorSettingsControllerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
UsersControllerTest.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00