Commit Graph

6842 Commits

Author SHA1 Message Date
yubiuser
7046a9f3d9 Use text()/textContent when we don't need HTML (#3464) 2025-05-18 17:18:51 +02:00
Dominik
cb6da5677f settings-api: fix wrong code (#3463) 2025-05-17 15:09:39 +02:00
yubiuser
2cfccc2de5 Bump github/codeql-action from 3.28.17 to 3.28.18 (#3465) 2025-05-17 13:09:19 +02:00
dependabot[bot]
60d947c3cf Bump github/codeql-action from 3.28.17 to 3.28.18
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.17 to 3.28.18.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v3.28.17...v3.28.18)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.28.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-17 10:02:33 +00:00
XhmikosR
907441ca92 charts.j: use textContent when we don't need HTML
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-05-17 08:40:47 +03:00
XhmikosR
f389c5a0ea footer: use text() when we don't need HTML
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-05-17 08:27:55 +03:00
XhmikosR
7b6408df6e network: use textContent when we don't need HTML
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-05-16 21:56:48 +03:00
Adam Warner
d078d1fd09 utils: improve readability for validateIPv* functions (#3423) 2025-05-16 17:22:14 +01:00
XhmikosR
a69a65d95e utils: improve readability for validateIPv* functions
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-05-16 11:33:34 +03:00
XhmikosR
c72b7b872f settings-api: fix wrong code
`ids` is an array so `id` is the value when using a for...of loop.

Also, switch to Number.isInteger since we expect the IDs to be numbers

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-05-16 11:19:37 +03:00
Adam Warner
a05e93bf34 utils: remove the unused objectToArray util (#3462) 2025-05-15 18:06:48 +01:00
Adam Warner
46728f90c7 Fix deprecated ready function (#3461) 2025-05-15 18:05:44 +01:00
yubiuser
29f4bff5ea settings-dns-records: fix typo (#3459) 2025-05-15 19:04:22 +02:00
Adam Warner
3d99693dd6 Hide top tables depending on privacy level (#3362) 2025-05-15 18:02:51 +01:00
Adam Warner
ecb512a0ea queries: improve link to search page (#3422) 2025-05-15 18:00:31 +01:00
Adam Warner
db48e5e32f sidebar: increase logo size to prevent a reflow (#3407) 2025-05-15 17:19:02 +01:00
XhmikosR
c03c740710 utils: remove the unused objectToArray util
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-05-15 18:23:24 +03:00
XhmikosR
f69df08a08 Fix deprecated ready function
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-05-15 18:17:31 +03:00
yubiuser
58c692ca5e settings-system: fix typo (#3460) 2025-05-15 09:41:45 +02:00
XhmikosR
d219e436cb settings-system: fix typo
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-05-15 10:40:03 +03:00
XhmikosR
b3ac3afd17 settings-dns-records: fix typo
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-05-15 10:38:37 +03:00
Dominik
ed09c524ff Replace invalid hostname to prevent XSS (#3401) 2025-05-14 19:37:52 +02:00
Dominik
ab61f8d9ba index: make tables stripped (#3438) 2025-05-14 19:35:04 +02:00
yubiuser
87667dadbf Add hint about wildcard search in advanced query filtering (#3452) 2025-05-14 19:33:52 +02:00
Dominik
37ba4f4689 scripts/js/settings-dns-records.js: fix api url base (#3456) 2025-05-14 19:18:30 +02:00
Jakob Lorenz
ae8775898b scripts/js/settings-dns-records.js: fix api url base
Signed-off-by: Jakob Lorenz <onlyJak0b@mailbox.org>
2025-05-14 17:11:33 +02:00
yubiuser
53da785fe1 index.lp: remove unused classes (#3453) 2025-05-14 09:01:48 +02:00
yubiuser
de1e27c782 settings-advanced: remove unused code (#3454) 2025-05-14 09:01:09 +02:00
yubiuser
9543cf1293 settings-system.js: remove unused overlay code (#3455) 2025-05-14 08:57:54 +02:00
XhmikosR
453b017905 settings-system.js: remove unused overlay code
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-05-13 18:43:25 +03:00
XhmikosR
3ddb41db79 settings-advanced: remove unused code
There's no such button with id=save

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-05-13 18:32:40 +03:00
XhmikosR
02a07d21ad index.lp: remove unused classes
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-05-13 18:07:59 +03:00
XhmikosR
f9f6969dc5 queries.js: link to CNAME if available
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-05-11 18:00:16 +03:00
yubiuser
aa98731084 Add hint about wildcard search in advanced query filtering
Signed-off-by: yubiuser <github@yubiuser.dev>
2025-05-11 13:25:17 +02:00
yubiuser
04760b55c8 .user-header: use font-weight: 600 (#3450) 2025-05-11 10:25:53 +02:00
RD WebDesign
cd6e335bd9 Use mg.script_name to retrieve the scriptname (#3447) 2025-05-11 05:07:51 -03:00
yubiuser
a692361566 Use font-weight: 600 (#3449) 2025-05-11 09:48:35 +02:00
XhmikosR
41f0cb0958 .user-header: use font-weight: 600
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-05-11 10:03:11 +03:00
XhmikosR
a41fc12d84 Use font-weight: 600
We don't have 500 in the current source-sans-pro version

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-05-11 10:00:47 +03:00
RD WebDesign
2845858920 Use the same default interface used by FTL if none is set in pihole.toml (#3436) 2025-05-10 17:46:56 -03:00
yubiuser
4643fff076 queries: fix box markup (#3445) 2025-05-10 13:34:24 +02:00
yubiuser
2295926ac6 Various minor tweaks to the LCARS theme (#3446) 2025-05-10 12:30:55 +02:00
yubiuser
f2f019119d fix tests
Signed-off-by: yubiuser <github@yubiuser.dev>
2025-05-10 12:30:20 +02:00
yubiuser
0f2a6426d0 Add 'Bug: Confirmed' to stale exempt list (#3432) 2025-05-10 07:01:51 +02:00
RD WebDesign
66f7e1d081 Use mg.script_name to retrieve the scriptname
This value is independent from webhome or prefix

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2025-05-09 00:05:52 -03:00
RD WebDesign
e60c62c70b Other small LCARS improvements
- adjust status panel icons contrast using better colors
- increase general text contrast a little

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2025-05-08 00:05:42 -03:00
RD WebDesign
43c88395a6 Adjust buttons styles
- change "Apply" button (Group management pages)
- adjust teleporter buttons colors and padding
- adjust small buttons
- use "success" color for Local DNS buttons (all themes)

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2025-05-07 23:57:26 -03:00
RD WebDesign
5322d3d5f9 Use better alignment for tree elements in Tools-Interfaces page
Fixes #3303

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2025-05-07 23:57:23 -03:00
RD WebDesign
57bc7a371b Fix style for dropdown-menu (used on Group Management pages)
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2025-05-07 23:56:42 -03:00
XhmikosR
38da01eb18 queries: fix box markup
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-05-07 09:18:42 +03:00