Commit Graph

2673 Commits

Author SHA1 Message Date
Steffen Schmidt dfc3b5aa8b
Update de.json
Extend and improve german translation
2022-07-06 15:07:01 +02:00
repo-visualizer 773e1076bf 💛 Updates repo diagram 2022-07-03 01:32:29 +00:00
Alicia Bot 7f8d78c52b 💙 Updates contributor SVG 2022-07-03 02:31:10 +01:00
Alicia Bot 97ee994b37 💙 Makes author list 2022-07-03 02:31:10 +01:00
liss-bot 6bd3a094df 💛 Updates sponsors table 2022-07-03 02:31:00 +01:00
liss-bot 4967719a58 💜 Updates contributors list 2022-07-03 02:30:59 +01:00
Alicia Sykes be5a573185
🔀 Merge pull request #703 from Lissy93/snyk-upgrade-73876dee0790b4ec283dc703784f7468
[Snyk] Upgrade axios from 0.25.0 to 0.27.2
2022-07-02 23:13:01 +01:00
Alicia Sykes edc6f19ab7
🔀 Merge pull request #779 from Lissy93/FEATURE/widget-labeld
[FEATURE] Option for labeled widgets
Closes #769
2022-07-02 22:51:05 +01:00
Lissy93 43239586a6 📝 Adds widget.label to configuring docs 2022-07-02 22:36:02 +01:00
Lissy93 869a5993e8 📝 Adds docs for widget labels (#769) 2022-07-02 22:29:06 +01:00
Lissy93 eff49995b9 Adds option for widget labels (#769) 2022-07-02 22:28:39 +01:00
Lissy93 4210c985b7 🎨 Adds section-specific class names (#769) 2022-07-02 22:28:09 +01:00
Alicia Sykes 113f31a93a
🔀 Merge pull request #775 from Lissy93/REFACTOR/widget-and-docs-improvments
[REFACTOR] Fix themes and widget improvements
2022-07-01 19:00:33 +01:00
Alicia Sykes 338fbbfc56 🔖 Bumps to 2.1.1 and updates changelog 2022-07-01 18:55:42 +01:00
Alicia Sykes 263c5f2c36 🌟 Adds @Dipanghosh's awesome dashboard (#777) 2022-07-01 18:32:47 +01:00
Alicia Sykes 4d38f71c9f 📝 Updates troubleshooting guide 2022-07-01 18:31:56 +01:00
Alicia Sykes eba0c41287 🍱 Update and remove some PWA assets (#679) 2022-07-01 18:31:29 +01:00
Alicia Sykes d9884e64e8 🔀 Merge branch 'master' of github.com:Lissy93/dashy into REFACTOR/widget-and-docs-improvments 2022-07-01 15:37:58 +01:00
Alicia Sykes cc0287d129
:octocat: Updates issue template 2022-07-01 15:36:07 +01:00
Alicia Sykes 6dfec528af
:octocat: Update bug template 2022-07-01 15:30:39 +01:00
Alicia Sykes cc80e6812c 🩹 Fixes status check z-index (#719)
Fixes #719
2022-07-01 14:27:17 +01:00
Alicia Sykes ebf9c1f91a 🐛 Fixes applying local themes to multi-pages (#774) 2022-06-30 23:21:48 +01:00
Alicia Sykes a2442c7349 🐛 Fixes theme not updated (#774) 2022-06-30 18:22:26 +01:00
Alicia Sykes 7e861b71ae 🌟 Adds @Dipanghosh's awesome dashboard (#777)
Closes #777
2022-06-30 16:50:01 +01:00
Alicia Sykes 685c949421 🌟 Reshiffle 2022-06-30 16:40:57 +01:00
Alicia Sykes 9235123f10 🔀 Merge branch 'master' of github.com:Lissy93/dashy into REFACTOR/widget-and-docs-improvments 2022-06-30 15:00:51 +01:00
Alicia Sykes 2daabed9dd
📝 Adds Reset Local Settings to Troubleshooting 2022-06-29 13:36:19 +01:00
Alicia Sykes 7ab32858e2
🔀 Merge pull request #767 from marekful/FIX/stop-status-checks
🩹 Stop status-check when Item is destroyed
2022-06-26 20:27:15 +01:00
Alicia Sykes b876fa10af
🔀 Merge pull request #766 from dougaldhub/FEATURE/improve-tfl-widget
Update TFL Status Widget to include Elizabeth Line/Tram/DLR/Overground
2022-06-26 20:26:11 +01:00
Marcell Fülöp 736f0e95ed 🩹 Stop status-check when Item is destroyed 2022-06-26 17:25:08 +00:00
Doug Lock 4b65fedfe4 Update tflStatus API endpoint to include all modes of transport from the "normal" TFL status updates page here: https://tfl.gov.uk/tube-dlr-overground/status/ 2022-06-26 17:12:57 +01:00
Alicia Bot f9195ac33a 💙 Makes author list 2022-06-26 02:34:55 +01:00
Alicia Bot 5c81d53606 💙 Updates contributor SVG 2022-06-26 02:34:49 +01:00
repo-visualizer cb80dd195c 💛 Updates repo diagram 2022-06-26 01:31:06 +00:00
Alicia Sykes 138ea8bd01
📝 Expands on the 404 fix 2022-06-25 21:14:26 +01:00
Alicia Sykes 51f6e30026
🔀 Merge pull request #760 from marekful/FIX/start-ssl-on-slow-filesystem
🩹 Ensure stat finished before startSSLServer()
2022-06-25 00:00:11 +01:00
Marcell Fülöp 91d4fd55c0 🩹 Ensure stat finished before startSSLServer()
The two chained stat() promises may not have finished by the time
`enableSSL` is evaluated in case of a slow file system (e.g. on a
Raspberry Pi where the only block device is an SD card).
2022-06-24 19:36:00 +00:00
Alicia Sykes a3a26ce063
🔀 Merge pull request #759 from patrickheeney/FIX/Improve-Failed-Load
🩹 Handle failed component load.
2022-06-24 17:12:36 +01:00
patrickheeney 542a9fe9bd 🩹 Handle failed component load. 2022-06-24 08:00:50 -07:00
Alicia Sykes a877ff2f8e
🔀 Merge pull request #758 from patrickheeney/FEATURE/Improve-Widget-Base
 Remove component repetition
2022-06-24 14:23:17 +01:00
patrickheeney 4c87092be5 Remove component repetition 2022-06-23 20:02:19 -07:00
Alicia Sykes 90163dd612
🔀 Merge pull request #752 from marekful/FEATURE/page-theme-override
 Allow pages to override theme
2022-06-23 12:17:57 +01:00
Alicia Sykes 7bb66953d1
🔀 Merge pull request #751 from marekful/FIX/nextcloudstats-and-phpopcache-style-fix
🩹 Add back some styling
2022-06-22 18:40:02 +01:00
Marcell Fülöp 2933df20dd Allow pages to override theme 2022-06-22 17:13:42 +00:00
Alicia Sykes 4172512e88 🎨 Updates color vars for Material theme (#744) -m Fixes #744 2022-06-21 21:09:50 +01:00
Marcell Fülöp f21f44ce21 🩹 Add back some styling
These weren't correctly updated afeter the style refactor
(Stats and PhpOpcache widgets).
2022-06-21 19:22:01 +00:00
Alicia Sykes 0674ad8fe8
🔀 Merge pull request #745 from k073l/FEATURE/735_apod_update
Replace APOD API with new one
Fixes #735
2022-06-21 14:30:24 +01:00
k073l 45900da025 💄 Update Apod.vue to new API 2022-06-21 14:13:24 +02:00
k073l bbb0f16ead
Change APOD API endpoint 2022-06-21 13:02:26 +02:00
Alicia Sykes dbb261c859
🔀 Merge pull request #740 from marekful/FEATURE/nextcloud-widgets
Feature/nextcloud widgets
Credit to @marekful
2022-06-20 21:34:32 +01:00