1359 Commits

Author SHA1 Message Date
ssrangisetti
3f3ffac63b Fixing issues raised by SonarCloud 2023-05-03 23:54:56 +05:30
ssrangisetti
13775b3f57
Add support searching multiple words. 2023-05-03 22:52:49 +05:30
hockeymikey
7cb6db93f4 Add in rss parsing library and option to use it instead of the API 2023-04-29 10:31:11 -05:00
Luis Pabon
df5ada9340 Tweak GlCpuTemp widget to support other sensor units
The current code assumes all sensors report temperature, when in fact glances' sensor plugin also reports rpm (eg fan speeds) and percentages (eg batteries).

Changes:

 * Add support for percentages
 * Add support for rpm

Note: this widget should really be called something like `GlSensors`, but I haven't been able to easily find a way of renaming it without breaking people's existing configs and workflows.
2023-04-03 17:02:18 +01:00
Alicia Sykes
45e06d2e66
👽️ Updates path to currency-flag assets
Data fetched from: https://github.com/Lissy93/currency-flags
2023-03-19 16:02:40 +00:00
poisonadder7
cfc7c29147
Update GlancesMixin.js 2023-03-16 19:28:04 +00:00
EVOTk
1d419a50ac
Update fr.json 2023-03-09 19:35:27 +01:00
EVOTk
a1ac11e66a
Update fr.json 2023-03-09 19:32:53 +01:00
Alicia Sykes
8fbf769a62
🔀 Merge pull request #1106 from m42e/linkding
Added linkding widget
2023-03-02 23:11:42 +00:00
Alicia Sykes
6651333253 🐛 Updates the endpoint for currency flags (#1096) 2023-02-26 22:41:49 +00:00
Alicia Sykes
4fc3abf511 🐛 Fix most-used / last-used storage (#1056, #1033) 2023-02-26 14:13:59 +00:00
Alicia Sykes
743232e597 🚨 Fix lint warn, indentation in Mvg widget 2023-02-26 14:10:08 +00:00
Alicia Sykes
c3749c6837 🚨 Fix lint warn, single quotes in clock 2023-02-26 14:09:42 +00:00
Alicia Sykes
386e688762 🔀 Merge branch 'master' of github.com:lissy93/dashy into lang/turkish-bengali-and-refactor 2023-02-23 17:33:06 +00:00
Alicia Sykes
f8c74e6b65
🔀 Merge pull request #1119 from zcq100/master
Update zh-CN.json
2023-02-23 17:15:39 +00:00
Alicia Sykes
422be768a0
🔀 Merge pull request #1107 from soaibsafi/master
Add new language (Bengali)
2023-02-23 17:13:01 +00:00
Alicia Sykes
fed55a01d3
🔀 Merge pull request #1088 from imsakg/master
added: new language (Turkish).
2023-02-23 17:12:43 +00:00
zcq100
5d8c01d14b
Update zh-CN.json 2023-02-22 17:01:23 +08:00
Alicia Sykes
2e053064d3 🌐 Adds Turkish (thanks @imsakg 🙌 #1188) 2023-02-21 18:27:18 +00:00
Alicia Sykes
7200d87d6a 🌐 Adds Bengali (thanks @Soaibuzzaman 🙌 #1107) 2023-02-21 18:26:08 +00:00
Alicia Sykes
70a6cc6b64 🚚 Sorts languages alphabetically, by code 2023-02-21 18:23:45 +00:00
Alicia Sykes
387d9ee5c3 🚨 Fix lint error (single quotes) in MvgConnection widget 2023-02-21 18:11:01 +00:00
Alicia Sykes
08e5e5b48e
🔀 Merge pull request #1041 from DimitriDR/master
Increasing localization for every element on Dashy
2023-02-19 23:55:43 +00:00
Matthias Bilger
281f173d14 Added documentation 2023-02-14 19:05:24 +01:00
soaibsafi
992f2bd2d7 📝Add new language (Bengali) 2023-02-14 00:15:50 +01:00
Matthias Bilger
27e7ae3547 Added linkding widget 2023-02-13 21:21:06 +01:00
Marcell Fülöp
d9740427eb 🩹 Allow Keycloak authentication to pass 'IdP Hint'
* add App Config option for 'IdP Hint' under Keycloak Authentication
* refactor the authentication trigger mechanism to allow direct call
  to keyjclaok-js adapter login() function
* remove `onLoad` from construction options (as it belongs to init())
2023-02-09 12:47:10 +00:00
Alicia Sykes
dc8e651fb9
🔀 Merge pull request #1066 from itsmejoeeey/BUG/1024_Workspace-trailing-slash
🐛 Add trailing slash to quick fix #1064
Fixes #1064
2023-02-04 23:51:39 +00:00
Alicia Sykes
b177b7d855
🔀 Merge pull request #1069 from kxenoxx/patch-1
Update fr.json
2023-02-04 23:49:56 +00:00
Alicia Sykes
7080e3c980
🔀 Merge pull request #1058 from BySempron/master
Solve background image resize
2023-01-29 21:33:11 +00:00
Alicia Sykes
4d5a79fec9
🔀 Merge pull request #1087 from albcp/master
Fix configuration export
2023-01-29 21:31:29 +00:00
Sergio
c7c4df7a55
Merge branch 'Lissy93:master' into master 2023-01-28 13:18:55 +01:00
Mert Sefa AKGUN
382f823e53
added: new language (Turkish). 2023-01-27 15:58:02 +03:00
Alberto
8ef419b767
Merge branch 'Lissy93:master' into master 2023-01-25 16:50:02 +01:00
Alberto Caravaca
f3c854378c Correct config export removing leading space 2023-01-25 09:45:59 -06:00
Matthias Bilger
c50773e727 Fix HealthChecks linting errors 2023-01-23 19:42:02 +01:00
Alicia Sykes
18c2af774d
🔀 Merge pull request #1047 from m42e/mvg-upstream
Added Mvg Widget
2023-01-23 12:13:07 +00:00
Matthias Bilger
59118a54dd Fixed as suggested 2023-01-22 18:22:24 +01:00
Alicia Sykes
a91a283f1b
🔀 Merge pull request #1037 from m42e/drone-io-widget
Drone io widget
2023-01-22 17:00:35 +00:00
Matthias Bilger
75b06f8af8 Fix CodeSonar warnings 2023-01-22 15:51:34 +01:00
Matthias Bilger
1e84f51825 Fixed deepscan analysis warnings 2023-01-22 15:50:02 +01:00
Matthias Bilger
4cb3332e3e Added mvg connection + doc updates 2023-01-22 12:57:02 +01:00
Alberto Caravaca
0d9689883c Added productId to the endpoint and improved docs 2023-01-21 06:23:13 -06:00
Alberto Caravaca
c867a90919 Remove trailing space 2023-01-20 15:21:55 -06:00
Alberto Caravaca
5cfc9b1bd8 Added authentication to Pi-Hole widgets 2023-01-20 15:02:55 -06:00
kxenox
678e7119f8
Update fr.json
Added missing character
2023-01-16 23:08:39 +01:00
itsmejoeeey
8ec5f30a5d 🐛 Add trailing slash to quick fix #1064
* Add trailing slash to switch-view-buttons on Workspace sidebar. This prevents a bug when later using switch view buttons on Default/Minimal view switchers.
2023-01-16 21:34:45 +13:00
BySempron
728eb0256e
Solve background image resize 2023-01-10 20:21:51 +01:00
Matthias Bilger
b404bb09be Added Mvg Widget
Display mvg departure times for MVG station.
2023-01-10 09:11:04 +01:00
Matthias Bilger
db8abb2831 Added skipped icon, use correct status 2023-01-08 23:13:05 +01:00