What's Changed
- Streamline actions, format and switch to Node.js 22 by @XhmikosR in #3357
- Remove remaining hard-coded /admin/ paths in the webinterface by @DL6ER in #3370
- Fix Local CNAME records records mistake by @yubiuser in #3367
- Fix concurrency issue about const apiUrl by @DL6ER in #3371
- groups-lists: remove unneeded HTML escape by @XhmikosR in #3379
- login.js: fix deprecated submit() usage by @XhmikosR in #3380
- Remove
x-dns-prefetch-control
meta tag by @XhmikosR in #3378 - group-domains: fix uncaught TypeError due to invalid URLs by @XhmikosR in #3383
- Replace remaining
i
element cases withem
by @XhmikosR in #3381 - Revert the
defer
addition for now by @XhmikosR in #3382 - header: fix runtime error when query_string is null by @XhmikosR in #3395
- utils: fix typo in showAlert() by @XhmikosR in #3403
- queries: make the Advanced filtering button occupy all space by @XhmikosR in #3402
- Remove icheckbox related-code except for primary by @XhmikosR in #3387
- queries: add missing
display: none
by @XhmikosR in #3405 - Allow free input in upstream filter by @yubiuser in #3408
- Fix console warning when no password set by @PromoFaux in #3410
- Modernize JS and tighten things by @XhmikosR in #3388
- high-contrast.css: fix duplicate selector by @XhmikosR in #3411
- Remove unused CSS by @XhmikosR in #3420
- Add missing
display: none
for collapsed boxes by @XhmikosR in #3417 - Remove unused HTML elements by @XhmikosR in #3418
- Update chart.umd.js.map from npm by @XhmikosR in #3419
- settings-api: add missing end closing
p
tag by @XhmikosR in #3428 - settings-system: fix span end tag typo by @XhmikosR in #3427
- login: fix deprecated
submit()
function by @XhmikosR in #3425 - settings-api: fix deprecated
keyup()
function by @XhmikosR in #3424 - gravity: remove the unused
?go
code by @XhmikosR in #3426 - disabled and checked are boolean attributes by @XhmikosR in #3434
- queries: replace the deprecated
jQuery.parseJSON
withJSON.parse
by @XhmikosR in #3435 - package.json: sort deps by name by @XhmikosR in #3437
- Use CODEOWNERS instead of deprecated dependbot/reviewers by @yubiuser in #3433
- Add 'Bug: Confirmed' to stale exempt list by @yubiuser in #3432
- Various minor tweaks to the LCARS theme by @rdwebdesign in #3446
- queries: fix box markup by @XhmikosR in #3445
- Use the same default interface used by FTL if none is set in pihole.toml by @rdwebdesign in #3436
- Use
font-weight: 600
by @XhmikosR in #3449 - Use mg.script_name to retrieve the scriptname by @rdwebdesign in #3447
- .user-header: use
font-weight: 600
by @XhmikosR in #3450 - settings-system.js: remove unused overlay code by @XhmikosR in #3455
- settings-advanced: remove unused code by @XhmikosR in #3454
- index.lp: remove unused classes by @XhmikosR in #3453
- scripts/js/settings-dns-records.js: fix api url base by @onlyJakob in #3456
- Add hint about wildcard search in advanced query filtering by @yubiuser in #3452
- index: make tables stripped by @XhmikosR in #3438
- Replace invalid hostname to prevent XSS by @yubiuser in #3401
- settings-system: fix typo by @XhmikosR in #3460
- sidebar: increase logo size to prevent a reflow by @XhmikosR in #3407
- queries: improve link to search page by @XhmikosR in #3422
- Hide top tables depending on privacy level by @yubiuser in #3362
- settings-dns-records: fix typo by @XhmikosR in #3459
- Fix deprecated
ready
function by @XhmikosR in #3461 - utils: remove the unused
objectToArray
util by @XhmikosR in #3462 - utils: improve readability for
validateIPv*
functions by @XhmikosR in #3423 - settings-api: fix wrong code by @XhmikosR in #3463
- Use
text()
/textContent
when we don't need HTML by @XhmikosR in #3464 - footer: drop redundant addAdvancedInfo() call by @XhmikosR in #3467
- settings-system: remove unneeded span elements by @XhmikosR in #3468
- settings-dhcp: drop unused lookatme-text attribute by @XhmikosR in #3469
- settings-advanced.js: fix wrong
role
value by @XhmikosR in #3470 - settings-advanced: drop
small
element by @XhmikosR in #3472 - updateFtlInfo: remove unused code by @XhmikosR in #3474
- settings-level-expert: only toggle the expert elements by @XhmikosR in #3473
- Make use of the new format_path function to add the current page in body by @XhmikosR in #3390
- Use proper Object methods by @XhmikosR in #3441
- queries: minor grammar fix by @XhmikosR in #3477
- queries: change box to an info one by @XhmikosR in #3476
- Fix DataTables warning message in Network page by @rdwebdesign in #3475
- Fix broken themes by @rdwebdesign in #3479
- queries: drop non-existent elements code by @XhmikosR in #3478
- Reset
update-hint
text every timeupdateVersionInfo()
function is executed by @rdwebdesign in #3480 - Use the same interface name used by FTL in DNS Settings page by @rdwebdesign in #3481
- messages: fix function call by @XhmikosR in #3482
- footer: rename label by @XhmikosR in #3486
- header_authenticated: change documentation icon to solid by @XhmikosR in #3488
- Remove horizontal line in hamburger menu by @yubiuser in #3491
- sidebar: move active class outside of class attribute conditional by @XhmikosR in #3492
- index: use sentence case for queries for consistency by @XhmikosR in #3493
- Add rel="noreferrer" to external hyperlinks by @casperklein in #3495
- settings-level-expert: hide them by default by @XhmikosR in #3487
New Contributors
- @onlyJakob made their first contribution in #3456
- @casperklein made their first contribution in #3495
Full Changelog: v6.1...v6.2