Bastien Wirtz
d1356c3e6a
chore: lint apply
2025-11-15 15:47:36 +01:00
M
62606e0caf
Gatus seems to have changed the duration format from us to ns
2025-10-08 09:31:32 +02:00
M
8249aa8ae4
Add a flag to hide the averages. They are not calculated in this case
2025-10-06 16:20:40 +02:00
M
a4ec46ee35
Remove console logging
2025-10-06 16:20:40 +02:00
M
3913c30a56
Refactor: Allow reload. Reformat with template by joriswvanrijn
2025-10-06 16:20:40 +02:00
M
d19724b896
Add optional filtering on groups
2025-10-06 16:20:40 +02:00
M
7bd56d941a
Add script
2025-10-06 16:20:40 +02:00
Robert Dixon
5a816709e5
Update walkxcode.scss
...
Addresses issue #769 where background image url is referencing <ip_address>/resources/assets/themes/walkxcode (404) rather than <ip_address>/assets/themes/walkxcode where the images are stored
2025-10-05 15:00:16 +02:00
Bastien Wirtz
81c7496264
feat: Inject package.json version into the app
2025-09-29 22:00:20 +02:00
Bastien Wirtz
4904717db0
fix(smartcard): fix transmission service rework
2025-09-28 22:06:53 +02:00
Bastien Wirtz
92a79ffdfb
chore(transmission): cleanup component code
2025-09-27 15:20:57 +02:00
Igor Kulman
68fb183c20
Use service mixin fetch method with custom session handling for Transmission RPC
2025-09-27 14:54:35 +02:00
Igor Kulman
9054bd8941
Use consistent auth format with auth field instead of username/password
2025-09-27 14:54:35 +02:00
Igor Kulman
b821651017
Remove endpoint validation as service mixin handles this
2025-09-27 14:54:35 +02:00
Igor Kulman
5b29bc411c
Fix variable naming and bounds check in displayRate function
2025-09-27 14:54:35 +02:00
Igor Kulman
06b677ab76
Add subtitle support - display subtitle if provided, otherwise show data
2025-09-27 14:54:35 +02:00
Igor Kulman
843a814ac5
Remove showWhenEmpty option and always show data for consistency
2025-09-27 14:54:35 +02:00
Igor Kulman
1b6c3e6213
Use single interval config instead of separate rate and torrent intervals
2025-09-27 14:54:35 +02:00
Igor Kulman
90ba82de8f
Add Transmission service
2025-09-27 14:54:35 +02:00
Bastien Wirtz
9aaef4eaef
chore(release): version bump
2025-09-26 21:21:27 +02:00
Rodrigo Maia
e4588bc634
fix(neon-theme): add missing highlight-variant-inverted colors for better contrast
...
Adds --highlight-variant-inverted color definitions to both light and dark variants of the neon theme to improve text contrast against the bright neon green background.
2025-09-26 20:50:31 +02:00
Bastien Wirtz
61d5d0b722
fix: ensure independent service state between page
2025-09-21 15:45:16 +02:00
Igor Kulman
63647e837a
Do not append subtitle to document title when empty
2025-09-21 15:03:02 +02:00
3thibaut1304
ee152fd202
fix service traefik with basic auth
2025-09-21 14:42:20 +02:00
Bastien Wirtz
a941e94a3b
chore: Update dependencies
2025-08-06 23:02:37 +02:00
Bastien Wirtz
83152453c5
fix(connectivity-checker): fix network offline issue with auth proxies #961
2025-08-06 23:02:02 +02:00
Bastien Wirtz
b4e20fe8af
refactor(layouts): remove duplicated code.
2025-08-06 16:13:26 +02:00
tanasegabriel
c230392da8
Use promises for HTTP calls
2025-05-20 20:49:21 +02:00
tanasegabriel
adf671772b
Add orange indicator for disabled blocking
2025-05-20 20:49:21 +02:00
tanasegabriel
51b4649628
Improve PiHole status
2025-05-20 20:49:21 +02:00
Bastien Wirtz
3f1d8e01ad
fix(fresh-rss): Fix response decoding #902
2025-05-17 14:50:09 +02:00
Bastien Wirtz
58a1a0764d
update dependencies
2025-05-17 14:49:36 +02:00
tanasegabriel
abb0cf84bb
Do not mandate the usage of an API key for Pi-hole v6
2025-05-17 14:26:52 +02:00
Bastien Wirtz
1afa0afd00
chore(lint): Apply lint
2025-05-04 15:15:12 +02:00
Bastien Wirtz
a5eeb1e44e
feat(smart-cards): handle dynamic loading error
2025-05-04 06:14:06 -07:00
Molham
347a3d062b
remove deleteing the session over the API call when leaving the page
2025-05-04 04:11:59 -07:00
Molham
15f59b9e36
delete unused object
2025-05-04 04:11:59 -07:00
Molham
42f3a3ee71
reset the mixin service.js and make use of the actual error message from the current service.js
2025-05-04 04:11:59 -07:00
Molham
ad76093a38
modify service.js mixin to accept one more parameter and return full response and use this.fetch in PiHole.vue
2025-05-04 04:11:59 -07:00
Molham
9e314c960b
fix integration test
2025-05-04 04:11:59 -07:00
Molham
07207dca55
reset the api_v5 function to fetch the remote api with this.fetch
2025-05-04 04:11:59 -07:00
Molham
59b0ed7688
set this.status after checking the response is OK
2025-05-04 04:11:59 -07:00
Molham
4684b23a8c
better handle errors and set the subtitle as a message holder for errors
2025-05-04 04:11:59 -07:00
Molham
28ad80369f
add support to dynamic interval time for polling the status
2025-05-04 04:11:59 -07:00
Molham
9307f5a926
feat(pihole): Support Pi-hole v6 API with session management ( #875 )
...
Add support for Pi-hole v6 API while maintaining v5 compatibility. The component now
handles both API versions with proper session-based authentication for v6 and legacy
authentication for v5. Includes automated retries, session caching, and proper cleanup.
- Add new apiVersion config option (default: 5, accepts: 5,6)
- Implement session-based auth with caching for v6 API
- Add auto-retry mechanism with configurable attempts
- Add periodic status polling for v6 API
- Separate v5/v6 API handling logic for better maintenance
- Improve error handling and status display
- Update documentation with v6 API support details
Breaking changes: None. V5 remains default for backward compatibility.
V6 mode must be explicitly enabled by setting apiVersion: 6 in config.
2025-05-04 04:11:59 -07:00
Marco Kreeft
b40d008400
Removed upload
2025-04-14 00:06:32 -07:00
Marco Kreeft
f4c026fe2e
Handled subtitle if present
2025-04-14 00:06:32 -07:00
Marco Kreeft
1de57d9423
Comments Bastien
2025-04-14 00:06:32 -07:00
Marco Kreeft
042e4a0529
Update SABnzbd.vue
2025-04-14 00:06:32 -07:00
Marco Kreeft
ef95630225
Added download and upload speed to Sabnzbd
2025-04-14 00:06:32 -07:00