Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #33658 from nextcloud/dashboard-api-widgets | Vincent Petry | 2022-09-16 | 1 | -9/+59 |
|\ | | | | | Extend dashboard api to allow listing of widgets | ||||
| * | adjust empty array check | Julien Veyssier | 2022-09-15 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> | ||||
| * | move widget options into a Option class | Robin Appelman | 2022-09-15 | 1 | -3/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | add IItemOptionWidget to define some item-related parameters, only ↵ | Julien Veyssier | 2022-09-15 | 1 | -0/+2 |
| | | | | | | | | | | | | getItemIconsRound() for now Signed-off-by: Julien Veyssier <eneiluj@posteo.net> | ||||
| * | change widget button api to support multiple button types | Robin Appelman | 2022-09-15 | 1 | -5/+8 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | allow adding button to dashboard api output | Robin Appelman | 2022-09-15 | 1 | -8/+21 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | allow filtering dashboard items api by widgets | Robin Appelman | 2022-09-15 | 1 | -4/+8 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | add dashboard api to list widgets | Robin Appelman | 2022-09-15 | 1 | -0/+26 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix initial state typo in dashboard controller | Christopher Ng | 2022-09-15 | 1 | -6/+6 |
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Move background settings from dashboard app to Appearance and accessibility ↵ | greta | 2022-09-14 | 2 | -268/+0 |
| | | | | | | | settings Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Allow to override #app-content and #app-navigation hrefs for content skipping | Julius Härtl | 2022-07-16 | 1 | -1/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Validate custom dashboard background image | Christopher Ng | 2022-06-02 | 1 | -0/+4 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Dashboard fixes | John Molakvoæ | 2022-04-27 | 1 | -0/+1 |
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Load scripts of theming app before the dashboard | Louis Chemineau | 2022-02-17 | 1 | -1/+1 |
| | | | | | | This allows dashboard to access OCA.Theming Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix dynamic loading | John Molakvoæ (skjnldsv) | 2022-01-08 | 1 | -0/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | implement dashboard API for clients, new WidgetItem class, new IAPIWidget ↵ | Julien Veyssier | 2021-06-15 | 1 | -0/+86 |
| | | | | | | interface Signed-off-by: Julien Veyssier <eneiluj@posteo.net> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 3 | -9/+10 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Some psalm fixes for the DashboardController | Roeland Jago Douma | 2021-02-10 | 1 | -14/+14 |
| | | | | | | | * Use the AppFramework IInitialState * Set return type Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add config to specify a default dashboard layout | Julius Härtl | 2021-01-25 | 1 | -1/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Only setup filesystem if needed for dashboard background service | Julius Härtl | 2020-11-18 | 1 | -20/+38 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | override default dashboard background with theming one | Julien Veyssier | 2020-11-13 | 1 | -0/+10 |
| | | | | | | | | fix getAppValue default value in theming app fix cacheBuster value injection Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> | ||||
* | refs #22468 fix empty php array becoming an array instead of an object in UI | Julien Veyssier | 2020-09-04 | 1 | -1/+5 |
| | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> | ||||
* | now able to toggle statuses | Julien Veyssier | 2020-08-21 | 1 | -0/+13 |
| | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> | ||||
* | Small fixes to cleanup code | Julius Härtl | 2020-08-20 | 1 | -2/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Allow using geolocation in the dashboard | Roeland Jago Douma | 2020-08-20 | 1 | -1/+8 |
| | | | | | | Else the weather geolocation is kind of useless. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix psalm warnings | Morris Jobke | 2020-08-19 | 2 | -1/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Dashboard: Finish image list and attribution | Jan C. Borchardt | 2020-08-19 | 1 | -22/+45 |
| | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> | ||||
* | Fix php cs | Julius Härtl | 2020-08-19 | 2 | -13/+29 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix const visibility | Julius Härtl | 2020-08-19 | 1 | -3/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Make it possible to define theme header styling per background | Julius Härtl | 2020-08-19 | 2 | -0/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix late night errors | Julius Härtl | 2020-08-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | WIP: Start off with attribution for shipped backgrounds | Julius Härtl | 2020-08-19 | 1 | -10/+43 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Allow to set a primary color background | Julius Härtl | 2020-08-19 | 2 | -20/+36 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Remove old shipped background | Julius Härtl | 2020-08-19 | 1 | -2/+0 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add images | Julius Härtl | 2020-08-19 | 1 | -24/+10 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> update images Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Do not reset background on every save | Julius Härtl | 2020-08-19 | 1 | -8/+5 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Implement background reset and proper shipped setting | Julius Härtl | 2020-08-19 | 2 | -10/+38 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix loading as guest | Julius Härtl | 2020-08-19 | 1 | -0/+3 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Allow to set a custom background | Julius Härtl | 2020-08-19 | 3 | -0/+198 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix php cs check | Julius Härtl | 2020-08-05 | 1 | -1/+0 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Load sidebar on dashboard | Julius Härtl | 2020-08-05 | 1 | -4/+6 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Refactor API to match the widget wording | Julius Härtl | 2020-08-05 | 1 | -10/+10 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix default order of widgets | Julius Härtl | 2020-08-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Expose firstRun parameter to frontend | Julius Härtl | 2020-08-05 | 1 | -0/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Allow userdefined order and start with drag and drop resorting | Julius Härtl | 2020-08-05 | 1 | -3/+25 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Dashboard strict typing | Julius Härtl | 2020-07-15 | 1 | -1/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Cleanup public api methods | Julius Härtl | 2020-07-15 | 1 | -3/+9 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Initialize panels early to make sure that scripts can be loaded | Julius Härtl | 2020-07-15 | 1 | -10/+9 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add dashboard app | Julius Härtl | 2020-07-15 | 1 | -0/+79 |
Signed-off-by: Julius Härtl <jus@bitgrid.net> |