nextcloud/lib/public/Dashboard
Arthur Schiwon 28eac9c961 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-23 15:48:33 +00:00
..
Exceptions Update php licenses 2021-06-04 22:02:41 +02:00
Model Fix ArrayAccess and JsonSerializable return types 2021-11-23 09:28:56 +01:00
Service Update php licenses 2021-06-04 22:02:41 +02:00
IAPIWidget.php implement dashboard API for clients, new WidgetItem class, new IAPIWidget interface 2021-06-15 21:34:00 +02:00
IDashboardManager.php Update php licenses 2021-06-04 22:02:41 +02:00
IDashboardWidget.php Update php licenses 2021-06-04 22:02:41 +02:00
IManager.php load widgets only of enabled apps 2022-06-23 15:48:33 +00:00
IWidget.php Update php licenses 2021-06-04 22:02:41 +02:00
RegisterWidgetEvent.php Update php licenses 2021-06-04 22:02:41 +02:00