nextcloud/apps/settings/lib
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
..
Activity Use user name cache in activity providers 2022-08-19 10:48:32 +02:00
AppInfo Transfer to settings app and register 2022-03-18 04:51:26 +00:00
BackgroundJobs Do not retain VerifyUserData job when lookup server is not available 2021-08-17 11:39:24 +02:00
Controller Fix opening Help page throws Exception 2022-08-24 18:55:34 +02:00
Events Update php licenses 2021-06-04 22:02:41 +02:00
Listener Differenciate the activity depending on admin vs user action 2022-03-10 15:26:47 +01:00
Mailer Introduce ISecureRandom::CHAR_ALPHANUMERIC 2021-07-08 15:11:31 +02:00
Middleware Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +02:00
Search Update php licenses 2021-06-04 22:02:41 +02:00
Sections Add scheduling availability settings 2021-10-18 20:21:51 +02:00
Service Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +02:00
Settings Consolidate account property getters 2022-07-21 01:14:23 +00:00
SetupChecks adjust wording for database checks 2022-05-16 19:22:23 +02:00
UserMigration Use Image class from public API 2022-06-02 00:37:36 +00:00
WellKnown Add security.txt 2021-06-23 13:58:47 +02:00
Hooks.php Don't use plain URL on the subject 2022-02-06 13:38:52 +00:00