aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dashboard/lib/Controller/DashboardApiController.php
Commit message (Expand)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-3/+3
* refactor(dashboard): Replace security annotations with respective attributesprovokateurin2024-07-271-13/+12
* chore: Add SPDX headerAndy Scherzinger2024-05-271-21/+2
* refactor(dashboard): Use attributes for routingprovokateurin2024-05-101-0/+8
* feat(dashboard): Add endpoints to get the layout and statusesprovokateurin2024-05-101-0/+26
* refactor(dashboard): Let the statuses and layout endpoints use a saner formatprovokateurin2024-05-101-8/+8
* refactor(dashboard): Migrate saving layout and statuses to OCSprovokateurin2024-05-101-0/+28
* Merge branch 'master' into refactor_dashboard_appJohn Molakvoæ2024-02-281-22/+89
|\
| * chore(dashboard): Add limit range to items v1 APIjld31032023-12-061-0/+1
| * enh(noid): reasonabley limit amount of possible dashboard widget itemsArthur Schiwon2023-11-241-1/+2
| * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-7/+6
| * Add single status code descriptions for OpenAPIjld31032023-09-271-0/+6
| * dashboard: Fix get widgets OpenAPIjld31032023-09-201-1/+1
| * feat(dashboard): implement widget item api v2Richard Steinmetz2023-08-221-10/+62
| * dashboard: Add OpenAPI specjld31032023-07-111-8/+16
* | Make adjustments based on the reviewHamid Dehnavi2023-07-161-1/+1
* | Refactor dashboard appHamid Dehnavi2023-07-081-14/+3
|/
* adjust empty array checkJulien Veyssier2022-09-151-1/+1
* move widget options into a Option classRobin Appelman2022-09-151-3/+5
* add IItemOptionWidget to define some item-related parameters, only getItemIco...Julien Veyssier2022-09-151-0/+2
* change widget button api to support multiple button typesRobin Appelman2022-09-151-5/+8
* allow adding button to dashboard api outputRobin Appelman2022-09-151-8/+21
* allow filtering dashboard items api by widgetsRobin Appelman2022-09-151-4/+8
* add dashboard api to list widgetsRobin Appelman2022-09-151-0/+26
* implement dashboard API for clients, new WidgetItem class, new IAPIWidget int...Julien Veyssier2021-06-151-0/+86