| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Small fixes to cleanup code | Julius Härtl | 2020-08-20 | 1 | -2/+2 |
* | Allow using geolocation in the dashboard | Roeland Jago Douma | 2020-08-20 | 1 | -1/+8 |
* | Fix psalm warnings | Morris Jobke | 2020-08-19 | 2 | -1/+2 |
* | Dashboard: Finish image list and attribution | Jan C. Borchardt | 2020-08-19 | 1 | -22/+45 |
* | Fix php cs | Julius Härtl | 2020-08-19 | 2 | -13/+29 |
* | Fix const visibility | Julius Härtl | 2020-08-19 | 1 | -3/+2 |
* | Make it possible to define theme header styling per background | Julius Härtl | 2020-08-19 | 2 | -0/+2 |
* | Fix late night errors | Julius Härtl | 2020-08-19 | 1 | -1/+1 |
* | WIP: Start off with attribution for shipped backgrounds | Julius Härtl | 2020-08-19 | 1 | -10/+43 |
* | Allow to set a primary color background | Julius Härtl | 2020-08-19 | 2 | -20/+36 |
* | Remove old shipped background | Julius Härtl | 2020-08-19 | 1 | -2/+0 |
* | Add images | Julius Härtl | 2020-08-19 | 1 | -24/+10 |
* | Do not reset background on every save | Julius Härtl | 2020-08-19 | 1 | -8/+5 |
* | Implement background reset and proper shipped setting | Julius Härtl | 2020-08-19 | 2 | -10/+38 |
* | Fix loading as guest | Julius Härtl | 2020-08-19 | 1 | -0/+3 |
* | Allow to set a custom background | Julius Härtl | 2020-08-19 | 3 | -0/+198 |
* | Fix php cs check | Julius Härtl | 2020-08-05 | 1 | -1/+0 |
* | Load sidebar on dashboard | Julius Härtl | 2020-08-05 | 1 | -4/+6 |
* | Refactor API to match the widget wording | Julius Härtl | 2020-08-05 | 1 | -10/+10 |
* | Fix default order of widgets | Julius Härtl | 2020-08-05 | 1 | -1/+1 |
* | Expose firstRun parameter to frontend | Julius Härtl | 2020-08-05 | 1 | -0/+2 |
* | Allow userdefined order and start with drag and drop resorting | Julius Härtl | 2020-08-05 | 1 | -3/+25 |
* | Dashboard strict typing | Julius Härtl | 2020-07-15 | 1 | -1/+4 |
* | Cleanup public api methods | Julius Härtl | 2020-07-15 | 1 | -3/+9 |
* | Initialize panels early to make sure that scripts can be loaded | Julius Härtl | 2020-07-15 | 1 | -10/+9 |
* | Add dashboard app | Julius Härtl | 2020-07-15 | 1 | -0/+79 |