nextcloud-server/lib/private/Route
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
..
CachingRouter.php fix: Fix psalm issue by adding missing parameter for profiler 2025-06-05 17:58:54 +07:00
Route.php fix: Deprecate action and actionInclude from routes and fix actionInclude 2025-06-05 17:58:53 +07:00
Router.php fix: Load all partially enabled apps routes 2025-06-05 18:06:08 +07:00