nextcloud/lib/private/AppFramework
Arthur Schiwon 8c87c0bb28 load widgets only of enabled apps
- per design, all enabled apps have their registration run
- limitations, e.g. enabled by group, are not considered in that state,
  because we do not have a session (and might need apps?)
- before instantiation of widget it has to be checked whether the providing
  app is actually enabled for the logged in user.
- a public interface is being changed, but it is not meant to be
  implemented or used outside of the core handling. Therefore save to
  backport.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-07-27 15:11:50 +00:00
..
Bootstrap load widgets only of enabled apps 2022-07-27 15:11:50 +00:00
DependencyInjection Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +02:00
Http Fix psalm not running 2022-01-27 17:20:00 +01:00
Middleware Add direct arg to login flow 2022-04-14 14:31:41 +02:00
OCS Update php licenses 2021-06-04 22:02:41 +02:00
Routing Make the route name error more helpful 2021-10-22 10:41:27 +02:00
Services Update php licenses 2021-06-04 22:02:41 +02:00
Utility Update php licenses 2021-06-04 22:02:41 +02:00
App.php Migrate HintException to OCP 2021-06-30 15:28:02 -04:00
Http.php Update php licenses 2021-06-04 22:02:41 +02:00
Logger.php Update php licenses 2021-06-04 22:02:41 +02:00
ScopedPsrLogger.php Update php licenses 2021-06-04 22:02:41 +02:00