nextcloud-server/lib/private/AppFramework
Arthur Schiwon 523572fcea
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-06-22 21:58:13 +07:00
..
Bootstrap load widgets only of enabled apps 2022-06-22 21:58:13 +07:00
DependencyInjection Diagnostics event logging to Nextcloud log 2022-02-28 11:24:40 +07:00
Http Trying without the use 2022-04-26 11:10:00 +07:00
Middleware Update core to PHP 7.4 standard 2022-05-20 22:18:06 +07:00
OCS Update php licenses 2021-06-04 22:02:41 +07:00
Routing Make the route name error more helpful 2021-10-22 10:41:27 +07:00
Services Update php licenses 2021-06-04 22:02:41 +07:00
Utility Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +07:00
App.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +07:00
Http.php Update php licenses 2021-06-04 22:02:41 +07:00
Logger.php Update php licenses 2021-06-04 22:02:41 +07:00
ScopedPsrLogger.php Update php licenses 2021-06-04 22:02:41 +07:00