933 Commits

Author SHA1 Message Date
Alicia Sykes
57ca287c20 🐛 Show username for logout to OIDC users too 2026-04-07 14:09:09 +01:00
Pavel Diptan
d106e97b5d fix: allow guest access when OIDC or Keycloak authentication is enabled
When enableGuestAccess: true is set alongside OIDC or Keycloak auth,
unauthenticated visitors were immediately redirected to the identity
provider with no way to view the dashboard as a guest.

- Remove !isOidcEnabled() and !isKeycloakEnabled() guards from
  isGuestAccessEnabled() so the flag is respected for all auth providers
- Skip signinRedirect() in OidcAuth when guest access is enabled
- Skip keycloak.login() in KeycloakAuth when guest access is enabled
- Fix getUserState() to return the guestAccess state when OIDC or
  Keycloak is active and guest access is on, so the login button appears
- Fix goToLogin() in AuthButtons to trigger the correct provider flow
  (OIDC redirect or Keycloak login) instead of routing to /login
2026-04-06 18:12:26 +03:00
Alicia Sykes
7c2c2a8a70 🔥 Code cleanup around opening methods 2026-04-01 11:27:01 +01:00
Alicia Sykes
63952fb030 🚚 Replace instances of Axios with new request handlers across everywhere 2026-03-31 21:31:57 +01:00
Alicia Sykes
37e6a9f532 🐛 Fixes sabnzbd path prefix configurable (#1965) 2026-03-29 23:23:49 +01:00
Alicia Sykes
b578702035 Adds "New Window" as opening method (#1970) 2026-03-29 20:01:01 +01:00
Alicia Sykes
271eb268eb 🐛 Fixes duplicate forecase entries in weather (#1887) 2026-03-29 19:59:51 +01:00
Alicia Sykes
1f30bafee5 🐛 Fixes custom search engine prevening bangs (#1980) 2026-03-29 19:59:02 +01:00
Alicia Sykes
50c9ecd016 🐛 Fixed Pi Hole key not read from env var (#1934) 2026-03-22 21:00:00 +00:00
Alicia Sykes
b1eb3f258a 🐛 Fixed Pi Hole key not read from env var (#1934) 2026-03-22 21:00:00 +00:00
Alicia Sykes
7b2ab67cb0 Finishes implementing glances uptime widget 2026-03-16 19:39:01 +00:00
Alicia Sykes
b760786ee4 🔄️ Merge branch 'master' of github.com:lissy93/dashy into jasper/feature-1821-glances-uptime 2026-03-16 19:22:34 +00:00
Alicia Sykes
43068f6e2a ♻️ Refactors to remove unnecisary intermediaty varianple for filter tiles in sidebar 2026-03-15 14:52:33 +00:00
Alicia Sykes
1ac4001fec 🔄 Rebases from master 2026-03-14 15:30:14 +00:00
Alicia Sykes
e07f2988bc 🥅 Adds safty check when displayData undefined
- Fixes a NaN bug when `displayData.cols` was undefined
- Resolves type error where `activeColCount` was being declared as a string but used as a number.
- Also added some reactivity so it works when a window gets resized.
2026-03-13 09:14:12 +00:00
Alicia Sykes
7ff6141817 🔄️ Merge branch 'master' of github.com:lissy93/dashy into bugcols 2026-03-12 17:48:19 +00:00
Alicia Sykes
9152bd640e ️ Split GlCompactMetrics to seperate requests, to handle individual failures ok 2026-03-12 17:35:58 +00:00
Alicia Sykes
a41111fbab ♻️ GlCompactMetrics to use WidgetBase shared methods 2026-03-12 17:25:47 +00:00
Alicia Sykes
fa118dd5c8 🔄️ Merge branch 'master' of github.com:lissy93/dashy into jasper/feature-1853-compact-glance 2026-03-12 17:11:48 +00:00
Alicia Sykes
bf10fc1ec2 🐛 Fix to update alert end / not begin 2026-03-11 11:37:58 +00:00
Alicia Sykes
5a5f73405d 🔀 Merge branch 'master' of github.com:lissy93/dashy into FIX/1953_glances_alerts_api_update 2026-03-11 11:35:50 +00:00
Alicia Sykes
958f82f1a7 Simplifies implementation of opening (searchbar) URLs directly 2026-03-10 12:16:17 +00:00
Alicia Sykes
fb41a42f43 🔄 Sync from master 2026-03-10 00:20:18 +00:00
Alicia Sykes
a674e21927 🚨 Small lint fixes to cve widget 2026-03-10 00:00:34 +00:00
Alicia Sykes
b9ce363f18 🔀 Merge branch 'master' of github.com:lissy93/dashy into ricardodemauro/master 2026-03-09 14:41:38 +00:00
Alicia Sykes
a05ae9b393 🌐 Adds translations for new GluetunStatus, and fixes indentation 2026-03-09 14:21:47 +00:00
Alicia Sykes
22749aef53 Merge branch 'master' of github.com:lissy93/dashy into patch-1 2026-03-09 14:19:53 +00:00
Alicia Sykes
d8f8344682 🔄 Sync from master 2026-03-08 21:54:22 +00:00
Alicia Sykes
c02e23211f ⬆ Upgrades many dependencies, resolves many security warnings 2026-03-08 20:13:40 +00:00
Alicia Sykes
f467b2ea36 Fixes RSS parsing and hardens security against XSS 2026-02-15 17:44:10 +00:00
SnachBarr
0ddf972a17 Add forwarded port display in GluetunStatus component 2026-02-09 13:29:15 -06:00
Ricardo
4dec9d8bd8 fixing color pick and removing unused function 2026-02-01 08:33:11 +00:00
Ricardo
a1acb77841 adding parsing for different types of cvs metrics 2026-02-01 08:25:56 +00:00
Ricardo
53ab9e3da8 removing unecessary async 2026-02-01 08:02:27 +00:00
Ricardo
0cb63d086f - updating docs to include - documentation of api
fixing parsing of severity level
2026-02-01 08:00:38 +00:00
Ricardo
1ce7aae08e fixing suggestions 2026-02-01 07:31:21 +00:00
Ricardo
24326630fc fixes #1391 - replacing datasource to nist - https://nvd.nist.gov/developers/vulnerabilities 2026-02-01 07:10:05 +00:00
copilot-swe-agent[bot]
075970b293 Add watcher to handle dynamic section changes in SideBar component
Co-authored-by: JDB321Sailor <212125521+JDB321Sailor@users.noreply.github.com>
2025-12-29 13:05:38 +00:00
copilot-swe-agent[bot]
4bde34c3b1 Add hideFromWorkspace support at section level in ConfigSchema and SideBar component
Co-authored-by: JDB321Sailor <212125521+JDB321Sailor@users.noreply.github.com>
2025-12-29 13:02:12 +00:00
copilot-swe-agent[bot]
281b7a83e1 Add hideFromWorkspace configuration option
Co-authored-by: JDB321Sailor <212125521+JDB321Sailor@users.noreply.github.com>
2025-12-29 11:52:05 +00:00
Alicia Sykes
ceb6023208 🌟 Adds Quantum file browser widget (#1966) 2025-12-27 18:43:17 +00:00
Alicia Sykes
fdb0b9840e Resolve lint errors 2025-12-27 11:23:46 +00:00
eddie
52bb9b1056 Converted to dot notation 2025-11-25 12:19:14 -07:00
eddie
ae4b0f1592 🐛 Updated GlAlerts to use latest Glances Alerts API 2025-11-25 12:10:38 -07:00
aspen
652b804e52 search panel style adjustment 2025-11-13 21:15:41 +00:00
aspen
d1c5a42c08 Merge branch 'master' into opt1-search 2025-11-13 20:35:56 +00:00
Alicia Sykes
996de036e8 🔀 Merge pull request #1932 from ga-lep/FEATURE/1924_uptime-kuma-status-page-widget
 Add Uptime Kuma Status Page Widget
2025-11-08 21:25:55 +00:00
Phillip Whelan
1b77917335 Add opening method option for custom search widget. 2025-11-04 19:16:26 -03:00
Robert Nowotniak
7d44e8e7cf Display Departures/Arrivals only if direction !== arrival/departure
Display Departures if direction = 'departure' or 'both'
Display Arrivals   if direction = 'arrival'   or 'both'
2025-10-12 14:48:36 +02:00
Robert Nowotniak
e00a547d6f Use .revisedTime.local and .scheduledTime.local
Use .revisedTime.local and .scheduledTime.local instead of
.actualTimeUTC which is no longer present in the API schema.
2025-10-12 14:47:27 +02:00