aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dashboard/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* feat(dashboard): wish happy birthdayfeat/noid/happy-birthdayDaniel Kesselberg2024-12-101-0/+1
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-3/+3
* 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
* chore: Add SPDX headerAndy Scherzinger2024-05-272-45/+4
* refactor(dashboard): Use attributes for routingprovokateurin2024-05-102-0/+10
* feat(dashboard): Add endpoints to get the layout and statusesprovokateurin2024-05-102-15/+31
* 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-282-35/+97
|\
| * 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-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-112-8/+19
* | 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-141-72/+0
* Allow to override #app-content and #app-navigation hrefs for content skippingJulius Härtl2022-07-161-1/+4
* 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-042-5/+6
* 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
* override default dashboard background with theming oneJulien Veyssier2020-11-131-0/+10
* refs #22468 fix empty php array becoming an array instead of an object in UIJulien Veyssier2020-09-041-1/+5
* now able to toggle statusesJulien Veyssier2020-08-211-0/+13
* Small fixes to cleanup codeJulius Härtl2020-08-201-2/+2