nextcloud-server/lib
Côme Chilliet bb485fb733
fix: Load all partially enabled apps routes
This avoids cache issues if some apps are only enabled for some groups,
 by loading the routes from all apps enabled for anyone, not only the
 current user.
If the queried application is disabled for the current user based on
 groups, the middleware will cancel the query.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-06-05 18:06:08 +07:00
..
composer fix: Throw AppNotFoundException from installer when application is not found 2025-06-05 17:03:16 +07:00
l10n fix(l10n): Update translations from Transifex 2025-06-05 00:22:37 +07:00
private fix: Load all partially enabled apps routes 2025-06-05 18:06:08 +07:00
public fix: Use only enabled applications versions in the cache prefix 2025-06-05 17:58:54 +07:00
unstable
base.php Merge pull request #53157 from nextcloud/chore/refactor-core 2025-06-02 16:51:49 +07:00
versioncheck.php