nextcloud-server/lib/public/Dashboard
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 +02:00
..
Exceptions
Model Fix ArrayAccess and JsonSerializable return types 2021-11-23 09:28:56 +01:00
Service
IAPIWidget.php
IDashboardManager.php
IDashboardWidget.php
IManager.php load widgets only of enabled apps 2022-06-22 21:58:13 +02:00
IWidget.php
RegisterWidgetEvent.php