DL6ER
e873dfed2b
Use document.body.dataset instead of defining a hidden <div>
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2025-03-09 20:13:33 +01:00
DL6ER
f8ef22572a
Store value of pihole.webhome() in a globally available variable instead of calling pihole.webhome() multiple times
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2025-03-08 21:37:21 +01:00
DL6ER
a7f1ca7800
Allow path prefix multiplexing the dashboard and API. See https://github.com/pi-hole/FTL/pull/2319 for further details
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2025-03-02 20:20:10 +01:00
yubiuser
002c39ef78
Save the state of the query log table infinitely
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-02-23 14:28:38 +01:00
DL6ER
1f6ebdbea3
Accept tabs inside dns.hosts and strip possible trailing comments
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2025-02-22 11:27:07 +01:00
RD WebDesign
a495fe5ba4
Fix indentation
...
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2025-02-19 19:54:41 -03:00
RD WebDesign
8f72215630
Add a link to the docker tag on the footer if the tag is up-to-date.
...
Else, show the normal "Update available" link
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2025-02-19 19:46:14 -03:00
RD WebDesign
59bd0098df
Use the combination of the 2 fields as data for the Type column
...
to allow correct sorting
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2025-02-04 16:47:21 -03:00
yubiuser
1964d4b0d6
More clarification
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-02-03 19:51:53 +01:00
yubiuser
e1a01b0877
Clearify that only enabled domains are counted
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-02-03 19:49:31 +01:00
RD WebDesign
cd49280bca
Simplify the text on list details table
...
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2025-01-31 14:43:44 -03:00
Dominik
8e239ec4e0
Modify status text if a reply was received for clarify ( #3203 )
2025-01-30 20:47:08 +01:00
DL6ER
64c191fd32
Modify status text if a reply was received for clarify
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2025-01-30 17:50:50 +01:00
RD WebDesign
9d49c618b9
Tweak margin and padding to achieve better indentation alignment
...
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2025-01-27 17:21:49 -03:00
DL6ER
c56578b578
Use new dnssec.color instead of the removed dnssecClass variable
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2025-01-21 19:36:53 +01:00
Dominik
37fcb780a7
Show DNSSEC status icon (if applicable) ( #3185 )
2025-01-20 18:01:32 +01:00
DL6ER
f91e8a0f49
Fix ability to add groups with spaces in them if thy are enclosed in quotes
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2024-12-23 18:06:00 +01:00
DL6ER
fcbc8a709f
Add possibility to assign groups to newly added entries from the beginning
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2024-12-23 12:37:17 +01:00
RD WebDesign
607ef8a2e9
Apply review suggestion
...
Co-authored-by: yubiuser <github@yubiuser.dev >
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2024-12-21 19:32:36 -03:00
RD WebDesign
fa36f6493c
Actually move the icon to the left
...
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2024-12-21 18:40:25 -03:00
RD WebDesign
8f57898497
Left align DNSSEC icons
...
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2024-12-19 14:56:46 -03:00
Dominik
43efed6834
Use better icon
...
Co-authored-by: RD WebDesign <github@rdwebdesign.com.br >
Signed-off-by: Dominik <DL6ER@users.noreply.github.com >
2024-12-18 21:39:36 +01:00
DL6ER
1bf622f296
Show DNSSEC status icon (if applicable)
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2024-12-18 11:37:28 +01:00
DL6ER
e7a97d382a
Show extended DNS error (if applicable)
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2024-12-18 10:55:54 +01:00
Toni Förster
fa77236432
consistent naming for forum
...
Signed-off-by: Toni Förster <toni.foerster@icloud.com >
2024-12-16 20:38:56 +01:00
yubiuser
e7f97baab1
Fix prefer-global-this error
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2024-12-07 16:11:35 +01:00
yubiuser
b7b9227b3a
Fix max-depth error
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2024-12-07 16:09:47 +01:00
yubiuser
4277311bc7
Adjust onZoom callback to not trigger on chart.zoomScale introduced in v2.1.0 of the chartjs zoom plugin
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2024-11-27 22:19:45 +01:00
Dominik
47e977a2ad
Display update information of individual components only if we are not running in a Docker container ( #3170 )
2024-11-22 18:38:33 +01:00
yubiuser
664e2dac3d
Display update information of individual components only if we are not running in a Docker container
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2024-11-01 21:58:19 +01:00
yubiuser
5a48c352df
Update actual files
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2024-10-29 16:31:30 +01:00
yubiuser
9b4d03d53e
Remove obsolete debug.js
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2024-10-28 20:25:10 +01:00
yubiuser
1e922a8b29
Move all files from /scripts/pi-hole/ to /scripts/
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2024-10-28 20:22:09 +01:00
yubiuser
732932a162
Bootstrap needs some special folder structure as it hard codes some paths (e.g. ../fonts/)
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2024-10-28 20:16:28 +01:00
yubiuser
4c21641663
Unify vendor file location
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2024-10-28 20:12:11 +01:00
RD WebDesign
74a5367fe9
Fix gravity count when FTL fails to return this value ( #3160 )
2024-10-28 12:34:56 -03:00
yubiuser
55d95c6cab
Update chart.js files
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2024-10-28 15:19:13 +01:00
RD WebDesign
8308057721
Rearrange the code and use better texts in case of error
...
- show an error message including the error code;
- change the title (tooltip) text
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2024-10-27 18:55:53 -03:00
RD WebDesign
8511681bde
Do not show negative gravity count
...
When FTL fails to count the number of domains on the lists, the value -2 is
returned, but this value should not be printed (it's just an error code).
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2024-10-24 19:07:42 -03:00
yubiuser
8ad3397d80
Update chartjs files
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2024-10-15 21:29:54 +02:00
RD WebDesign
b508bd5435
Keep the sub-menu open when clicking on the Interfaces link
...
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2024-09-28 20:21:28 -03:00
Dominik
0a3dec5269
Add domains/regex tooltip on the sidebar numbers ( #3148 )
2024-09-25 07:03:07 -04:00
DL6ER
25aaebf360
Increase accessability
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2024-09-25 12:16:13 +02:00
DL6ER
c1fd6b8ad9
Query Log: Show X-icon instead of reply time if no reply was received
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2024-09-25 10:42:02 +02:00
DL6ER
582cafbd51
Add domains/regex tooltip on the sidebar numbers
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2024-09-25 10:17:52 +02:00
DL6ER
38452e8119
Merge branch 'development' into new/ifaces
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2024-09-25 09:54:42 +02:00
Dominik
8d0aa3668c
Replace temperature display by query frequency ( #3139 )
2024-09-25 03:30:08 -04:00
yubiuser
a01018b9b6
Fix atob issue when xff is undefined
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2024-09-22 22:42:21 +02:00
DL6ER
c6fbdfcdff
Queries/minute as default unit. Switching to Queries/second if more than 100 queries are received per minute (~ 1.6q/s)
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2024-09-09 21:41:21 +02:00
DL6ER
3a568b55e1
Dynamically determine number of QPS fraction digits based on the value itself
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2024-09-07 21:57:11 +02:00