aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dashboard
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-012-0/+60
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* perf(autoloading): Add authoritative autoloader for dashboardChristoph Wurst2023-01-3013-0/+1146
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Compress SASS outputChristopher Ng2023-01-112-41/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-092-16/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-072-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2186-86/+0
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-12-102-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-12-052-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-12-042-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-232-0/+62
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix dashboard scrollingSimon L2022-11-081-1/+0
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* [tx-robot] updated from transifexNextcloud bot2022-10-302-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-232-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Invert header icons on bright preset backgroundsChristopher Ng2022-10-191-22/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-172-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-092-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-062-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix various theming bugsChristopher Ng2022-09-283-101/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-242-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34191 from Jerome-Herbinet/patch-7Joas Schilling2022-09-231-1/+1
|\ | | | | DashBoard : Allow up to 5 widgets side by side
| * DashBoard : Allow up to 5 widgets side by side Jérôme Herbinet2022-09-221-1/+1
| | | | | | | | | | Signed-off-by: Jérôme Herbinet <j.herbinet@protonmail.ch> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2022-09-232-2/+20
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Master is now 26Joas Schilling2022-09-221-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-222-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Add missing viewbox to SVGsJoas Schilling2022-09-201-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #33658 from nextcloud/dashboard-api-widgetsVincent Petry2022-09-162-9/+60
|\ | | | | Extend dashboard api to allow listing of widgets
| * adjust empty array checkJulien Veyssier2022-09-151-1/+1
| | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * move widget options into a Option classRobin Appelman2022-09-151-3/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * add IItemOptionWidget to define some item-related parameters, only ↵Julien Veyssier2022-09-151-0/+2
| | | | | | | | | | | | getItemIconsRound() for now Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * change widget button api to support multiple button typesRobin Appelman2022-09-151-5/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * allow adding button to dashboard api outputRobin Appelman2022-09-151-8/+21
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * allow filtering dashboard items api by widgetsRobin Appelman2022-09-151-4/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * add dashboard api to list widgetsRobin Appelman2022-09-152-0/+27
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2022-09-162-4/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34101 from nextcloud/fix/dashboard-controller-typoPytal2022-09-151-6/+6
|\ \ | | | | | | Fix initial state typo in dashboard controller
| * | Fix initial state typo in dashboard controllerChristopher Ng2022-09-151-6/+6
| |/ | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / set defaultEnabled in shipped.jsonMaxence Lange2022-09-151-1/+0
|/ | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-1586-366/+336
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Move background settings from dashboard app to Appearance and accessibility ↵greta2022-09-1437-502/+39
| | | | | | | settings Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-142-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Improve dashboard default scrollbar behaviorCarl Schwan2022-09-091-7/+2
| | | | | | | | | - Decrease spacing so that scrollbar doesn't appear on laptop screen when having one row of panel - Move scrollbar to content so that on chromium the scrollbar is not so ugly Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* dashboard should not have a scrollbar by defaultszaimen2022-09-081-1/+1
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-082-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-072-0/+64
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-062-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Some more fixesJulius Härtl2022-09-011-7/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Restore dashboard layoutJulius Härtl2022-09-011-5/+30
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix status button background on dashboardJulius Härtl2022-08-291-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2022-08-292-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-272-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>