aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Dashboard/IAPIWidgetV2.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-21/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(dashboard): implement widget item api v2Richard Steinmetz2023-08-221-0/+43
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>