aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dashboard/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-052-7/+7
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-4/+5
* refactor(dashboard): Replace security annotations with respective attributesprovokateurin2024-07-272-15/+16
* fix(dashboard): Use the widget icon URL when it was providedJoas Schilling2024-07-111-0/+2
* fix(dashboard): Correctly redirect guests to login page when opening dashboardJoas Schilling2024-06-201-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-274-84/+8
* refactor(dashboard): Use attributes for routingprovokateurin2024-05-102-0/+10
* feat(dashboard): Add endpoints to get the layout and statusesprovokateurin2024-05-103-15/+93
* refactor(dashboard): Let the statuses and layout endpoints use a saner formatprovokateurin2024-05-102-13/+18
* refactor(dashboard): Migrate saving layout and statuses to OCSprovokateurin2024-05-102-21/+28
* chore(dashboard): Delete unused LayoutApiControllerprovokateurin2024-05-101-56/+0
* fix(dashboard): do not suggest to install new widgets if appstore is disabledThomas Citharel2024-03-281-0/+1
* Merge branch 'master' into refactor_dashboard_appJohn Molakvoæ2024-02-283-35/+161
|\
| * fix!: Remove deprecated `RegisterWidgetEvent`Ferdinand Thiessen2024-02-091-3/+0
| * perf(dashboard): Stop loading the viewer on the dashboardFerdinand Thiessen2024-02-071-7/+0
| * refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
| * enh(dashboard): changed h1 to say Dashboard instead of NextcloudEduardo Morales2023-12-201-1/+1
| * enh(dashboard): changed h1 to say Dashboard instead of NextcloudEduardo Morales2023-12-201-0/+7
| * 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-232-7/+7
| * 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-222-10/+72
| * dashboard: Add OpenAPI specjld31032023-07-113-8/+72
* | Make adjustments based on the reviewHamid Dehnavi2023-07-162-2/+2
* | Make adjustments based on the reviewHamid Dehnavi2023-07-141-1/+1
* | Refactor dashboard appHamid Dehnavi2023-07-083-42/+10
|/
* Add missing taint analysis docblock comments, and improve escaping in some me...Carl Schwan2023-04-241-1/+1
* Merge pull request #33658 from nextcloud/dashboard-api-widgetsVincent Petry2022-09-161-9/+59
|\
| * 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
* | Fix initial state typo in dashboard controllerChristopher Ng2022-09-151-6/+6
|/
* Move background settings from dashboard app to Appearance and accessibility s...greta2022-09-142-268/+0
* Allow to override #app-content and #app-navigation hrefs for content skippingJulius Härtl2022-07-161-1/+4
* Validate custom dashboard background imageChristopher Ng2022-06-021-0/+4
* Dashboard fixesJohn Molakvoæ2022-04-271-0/+1
* Load scripts of theming app before the dashboardLouis Chemineau2022-02-171-1/+1
* Fix dynamic loadingJohn Molakvoæ (skjnldsv)2022-01-081-0/+2
* implement dashboard API for clients, new WidgetItem class, new IAPIWidget int...Julien Veyssier2021-06-151-0/+86
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-9/+10
* Some psalm fixes for the DashboardControllerRoeland Jago Douma2021-02-101-14/+14
* Add config to specify a default dashboard layoutJulius Härtl2021-01-251-1/+2
* Only setup filesystem if needed for dashboard background serviceJulius Härtl2020-11-181-20/+38
* override default dashboard background with theming oneJulien Veyssier2020-11-131-0/+10