nextcloud/apps/settings/lib/Controller
Côme Chilliet 12edd2b23a
fix: Deduplicate code by using DependencyAnalyzer in the AppManager
Was a bit more complicated than expected because of a dependency loop,
the L10N factory uses the app manager, thus the AppManager cannot depend
on I10N directly or indirectly in its constructor.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-08-18 17:09:40 +02:00
..
AdminSettingsController.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
AISettingsController.php fix(taskprocessing): move LAZY_CONFIG_KEYS constant to the private namespace 2025-08-04 10:11:24 +02:00
AppSettingsController.php fix: Deduplicate code by using DependencyAnalyzer in the AppManager 2025-08-18 17:09:40 +02:00
AuthorizedGroupController.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
AuthSettingsController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
ChangePasswordController.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
CheckSetupController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
CommonSettingsTrait.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
DeclarativeSettingsController.php feat: add support for sensitive Declarative settings values encryption 2025-05-28 20:43:04 +03:00
HelpController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
LogSettingsController.php fix(settings): Add back adminstration scope for LogSettingsController 2025-01-25 17:16:39 +01:00
MailSettingsController.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
PersonalSettingsController.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +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 feat: add bluesky to accounts, show the same in profile edit and visibility option, in view profile and also in sharing tab 2025-08-08 08:06:45 +00:00
WebAuthnController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00