aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dashboard/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Allow using geolocation in the dashboardRoeland Jago Douma2020-08-201-1/+8
* Fix psalm warningsMorris Jobke2020-08-192-1/+2
* Dashboard: Finish image list and attributionJan C. Borchardt2020-08-191-22/+45
* Fix php csJulius Härtl2020-08-192-13/+29
* Fix const visibilityJulius Härtl2020-08-191-3/+2
* Make it possible to define theme header styling per backgroundJulius Härtl2020-08-192-0/+2
* Fix late night errorsJulius Härtl2020-08-191-1/+1
* WIP: Start off with attribution for shipped backgroundsJulius Härtl2020-08-191-10/+43
* Allow to set a primary color backgroundJulius Härtl2020-08-192-20/+36
* Remove old shipped backgroundJulius Härtl2020-08-191-2/+0
* Add imagesJulius Härtl2020-08-191-24/+10
* Do not reset background on every saveJulius Härtl2020-08-191-8/+5
* Implement background reset and proper shipped settingJulius Härtl2020-08-192-10/+38
* Fix loading as guestJulius Härtl2020-08-191-0/+3
* Allow to set a custom backgroundJulius Härtl2020-08-193-0/+198
* Fix php cs checkJulius Härtl2020-08-051-1/+0
* Load sidebar on dashboardJulius Härtl2020-08-051-4/+6
* Refactor API to match the widget wordingJulius Härtl2020-08-051-10/+10
* Fix default order of widgetsJulius Härtl2020-08-051-1/+1
* Expose firstRun parameter to frontendJulius Härtl2020-08-051-0/+2
* Allow userdefined order and start with drag and drop resortingJulius Härtl2020-08-051-3/+25
* Dashboard strict typingJulius Härtl2020-07-151-1/+4
* Cleanup public api methodsJulius Härtl2020-07-151-3/+9
* Initialize panels early to make sure that scripts can be loadedJulius Härtl2020-07-151-10/+9
* Add dashboard appJulius Härtl2020-07-151-0/+79