nextcloud/lib/public/Dashboard
Richard Steinmetz 6982597b6a
feat(dashboard): implement widget item api v2
This API enables the dashboard to render all widgets from the API data
alone without having apps to provide their own bundles. This saves a lot
of traffic and execution time as a lot less javascript has to be parsed
on the frontend.

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-08-22 08:36:53 +02:00
..
Model feat(dashboard): implement widget item api v2 2023-08-22 08:36:53 +02:00
IAPIWidget.php composer run cs:fix 2023-01-20 11:45:08 +01:00
IAPIWidgetV2.php feat(dashboard): implement widget item api v2 2023-08-22 08:36:53 +02:00
IButtonWidget.php change widget button api to support multiple button types 2022-09-15 18:05:52 +02:00
IConditionalWidget.php composer run cs:fix 2023-01-20 11:45:08 +01:00
IIconWidget.php Add since tags 2022-09-16 08:23:04 +02:00
IManager.php composer run cs:fix 2023-01-20 11:45:08 +01:00
IOptionWidget.php Add since tags 2022-09-16 08:23:04 +02:00
IReloadableWidget.php feat(dashboard): implement widget item api v2 2023-08-22 08:36:53 +02:00
IWidget.php composer run cs:fix 2023-01-20 11:45:08 +01:00
RegisterWidgetEvent.php ci: migrate ocp since checker to psalm 2023-01-24 10:02:41 +01:00