| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor(dashboard): Replace security annotations with respective attributes | provokateurin | 2024-07-27 | 2 | -15/+16 |
* | fix(dashboard): Use the widget icon URL when it was provided | Joas Schilling | 2024-07-11 | 1 | -0/+2 |
* | fix(dashboard): Correctly redirect guests to login page when opening dashboard | Joas Schilling | 2024-06-20 | 1 | -1/+1 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 4 | -84/+8 |
* | refactor(dashboard): Use attributes for routing | provokateurin | 2024-05-10 | 2 | -0/+10 |
* | feat(dashboard): Add endpoints to get the layout and statuses | provokateurin | 2024-05-10 | 3 | -15/+93 |
* | refactor(dashboard): Let the statuses and layout endpoints use a saner format | provokateurin | 2024-05-10 | 2 | -13/+18 |
* | refactor(dashboard): Migrate saving layout and statuses to OCS | provokateurin | 2024-05-10 | 2 | -21/+28 |
* | chore(dashboard): Delete unused LayoutApiController | provokateurin | 2024-05-10 | 1 | -56/+0 |
* | fix(dashboard): do not suggest to install new widgets if appstore is disabled | Thomas Citharel | 2024-03-28 | 1 | -0/+1 |
* | Merge branch 'master' into refactor_dashboard_app | John Molakvoæ | 2024-02-28 | 3 | -35/+161 |
|\ |
|
| * | fix!: Remove deprecated `RegisterWidgetEvent` | Ferdinand Thiessen | 2024-02-09 | 1 | -3/+0 |
| * | perf(dashboard): Stop loading the viewer on the dashboard | Ferdinand Thiessen | 2024-02-07 | 1 | -7/+0 |
| * | refactor: Migrate IgnoreOpenAPI attributes to OpenAPI | provokateurin | 2024-01-18 | 1 | -2/+2 |
| * | enh(dashboard): changed h1 to say Dashboard instead of Nextcloud | Eduardo Morales | 2023-12-20 | 1 | -1/+1 |
| * | enh(dashboard): changed h1 to say Dashboard instead of Nextcloud | Eduardo Morales | 2023-12-20 | 1 | -0/+7 |
| * | chore(dashboard): Add limit range to items v1 API | jld3103 | 2023-12-06 | 1 | -0/+1 |
| * | enh(noid): reasonabley limit amount of possible dashboard widget items | Arthur Schiwon | 2023-11-24 | 1 | -1/+2 |
| * | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 2 | -7/+7 |
| * | Add single status code descriptions for OpenAPI | jld3103 | 2023-09-27 | 1 | -0/+6 |
| * | dashboard: Fix get widgets OpenAPI | jld3103 | 2023-09-20 | 1 | -1/+1 |
| * | feat(dashboard): implement widget item api v2 | Richard Steinmetz | 2023-08-22 | 2 | -10/+72 |
| * | dashboard: Add OpenAPI spec | jld3103 | 2023-07-11 | 3 | -8/+72 |
* | | Make adjustments based on the review | Hamid Dehnavi | 2023-07-16 | 2 | -2/+2 |
* | | Make adjustments based on the review | Hamid Dehnavi | 2023-07-14 | 1 | -1/+1 |
* | | Refactor dashboard app | Hamid Dehnavi | 2023-07-08 | 3 | -42/+10 |
|/ |
|
* | Add missing taint analysis docblock comments, and improve escaping in some me... | Carl Schwan | 2023-04-24 | 1 | -1/+1 |
* | Merge pull request #33658 from nextcloud/dashboard-api-widgets | Vincent Petry | 2022-09-16 | 1 | -9/+59 |
|\ |
|
| * | adjust empty array check | Julien Veyssier | 2022-09-15 | 1 | -1/+1 |
| * | move widget options into a Option class | Robin Appelman | 2022-09-15 | 1 | -3/+5 |
| * | add IItemOptionWidget to define some item-related parameters, only getItemIco... | Julien Veyssier | 2022-09-15 | 1 | -0/+2 |
| * | change widget button api to support multiple button types | Robin Appelman | 2022-09-15 | 1 | -5/+8 |
| * | allow adding button to dashboard api output | Robin Appelman | 2022-09-15 | 1 | -8/+21 |
| * | allow filtering dashboard items api by widgets | Robin Appelman | 2022-09-15 | 1 | -4/+8 |
| * | add dashboard api to list widgets | Robin Appelman | 2022-09-15 | 1 | -0/+26 |
* | | Fix initial state typo in dashboard controller | Christopher Ng | 2022-09-15 | 1 | -6/+6 |
|/ |
|
* | Move background settings from dashboard app to Appearance and accessibility s... | greta | 2022-09-14 | 2 | -268/+0 |
* | Allow to override #app-content and #app-navigation hrefs for content skipping | Julius Härtl | 2022-07-16 | 1 | -1/+4 |
* | Validate custom dashboard background image | Christopher Ng | 2022-06-02 | 1 | -0/+4 |
* | Dashboard fixes | John Molakvoæ | 2022-04-27 | 1 | -0/+1 |
* | Load scripts of theming app before the dashboard | Louis Chemineau | 2022-02-17 | 1 | -1/+1 |
* | Fix dynamic loading | John Molakvoæ (skjnldsv) | 2022-01-08 | 1 | -0/+2 |
* | implement dashboard API for clients, new WidgetItem class, new IAPIWidget int... | Julien Veyssier | 2021-06-15 | 1 | -0/+86 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 3 | -9/+10 |
* | Some psalm fixes for the DashboardController | Roeland Jago Douma | 2021-02-10 | 1 | -14/+14 |
* | Add config to specify a default dashboard layout | Julius Härtl | 2021-01-25 | 1 | -1/+2 |
* | Only setup filesystem if needed for dashboard background service | Julius Härtl | 2020-11-18 | 1 | -20/+38 |
* | override default dashboard background with theming one | Julien Veyssier | 2020-11-13 | 1 | -0/+10 |
* | refs #22468 fix empty php array becoming an array instead of an object in UI | Julien Veyssier | 2020-09-04 | 1 | -1/+5 |
* | now able to toggle statuses | Julien Veyssier | 2020-08-21 | 1 | -0/+13 |