Adam Warner
cd0c392d5b
Pi-hole Web v6.4 ( #3670 )
v6.4
2025-11-27 18:10:45 +00:00
yubiuser
7a51bb1b53
build(deps): bump github/codeql-action from 4.31.3 to 4.31.4 ( #3665 )
2025-11-22 21:45:18 +01:00
yubiuser
7933fff9cf
build(deps): bump actions/checkout from 5.0.0 to 6.0.0 ( #3666 )
2025-11-22 21:44:32 +01:00
yubiuser
a4f057d80e
build(deps-dev): bump autoprefixer from 10.4.21 to 10.4.22 ( #3668 )
2025-11-22 19:33:15 +01:00
dependabot[bot]
242d76a68f
build(deps-dev): bump autoprefixer from 10.4.21 to 10.4.22
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.21 to 10.4.22.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.21...10.4.22 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-version: 10.4.22
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-22 10:04:03 +00:00
dependabot[bot]
013f3c58fa
build(deps): bump actions/checkout from 5.0.0 to 6.0.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](08c6903cd8...1af3b93b68 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-22 10:03:31 +00:00
dependabot[bot]
9e0daf847d
build(deps): bump github/codeql-action from 4.31.3 to 4.31.4
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.31.3 to 4.31.4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](014f16e7ab...e12f017898 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.31.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-22 10:03:24 +00:00
Dominik
ff299898ea
Request ANSI colour codes when calling gravity API ( #3662 )
2025-11-22 09:49:45 +01:00
Adam Warner
e2d711f547
Request ANSI colour codes when calling gravity API
...
Add the 'color=true' query parameter to the gravity API call so that the
FTL backend will include ANSI escape codes for terminal color output.
This works in conjunction with FTL changes that make color codes opt-in
rather than always-on.
Addresses: pi-hole/FTL#2671
2025-11-19 21:28:47 +00:00
Adam Warner
24141635b0
Set "All Time " range for query log datepicker based on Database ranges (moment) ( #3657 )
2025-11-19 20:39:35 +00:00
Adam Warner
77b3833fa6
Use the start of day for past 7 and 30 days
...
No need to check for null on endofTime, it will always have a values
Co-authored-by: yubiuser <github@yubiuser.dev >
Signed-off-by: Adam Warner <me@adamwarner.co.uk >
2025-11-19 20:06:57 +00:00
yubiuser
eb975e5f0e
build(deps): bump github/codeql-action from 4.31.2 to 4.31.3 ( #3659 )
2025-11-15 13:56:03 +01:00
dependabot[bot]
3214e975ae
build(deps): bump github/codeql-action from 4.31.2 to 4.31.3
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.31.2 to 4.31.3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](0499de31b9...014f16e7ab )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.31.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-15 10:03:53 +00:00
Adam Warner
1b509593c9
Treat 0.0 response as NULL. Also get the in-memory timetamp, and then use whichever of the two timestamps is smallest (and non-zero)
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk >
2025-11-12 23:11:53 +00:00
yubiuser
2fb7c7eb92
Enable one-time code autofill for TOTP input ( #3658 )
2025-11-12 22:10:46 +01:00
Sebastian Livoni
d1f00195f2
Enable one-time code autofill for TOTP input
...
Replaced autocomplete="off" with autocomplete="one-time-code" to allow
browsers and mobile devices to suggest one-time passcodes automatically,
improving the user experience.
Signed-off-by: Sebastian Livoni <29739749+sebastianlivoni@users.noreply.github.com >
2025-11-12 18:13:55 +01:00
Adam Warner
0f76df92b9
Refactor date range initialization to fetch earliest timestamp from API and set default values
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk >
2025-11-10 00:00:08 +00:00
Dominik
1d7d203c79
Add hint that partial matching may not return all possible results ( #3654 )
2025-11-09 20:04:07 +01:00
Dominik
836de7d9db
Add hint that partial matching may not return all possible results
...
Signed-off-by: Dominik <dl6er@dl6er.de >
2025-11-09 11:11:46 +01:00
yubiuser
a6affad350
build(deps-dev): bump eslint from 9.39.0 to 9.39.1 ( #3653 )
2025-11-08 11:44:55 +01:00
yubiuser
54f1cebf59
build(deps): bump codespell-project/actions-codespell from 2.1 to 2.2 ( #3652 )
2025-11-08 11:43:04 +01:00
dependabot[bot]
2846bc1b84
build(deps-dev): bump eslint from 9.39.0 to 9.39.1
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.39.0 to 9.39.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/compare/v9.39.0...v9.39.1 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.39.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-08 10:03:25 +00:00
dependabot[bot]
e123607454
build(deps): bump codespell-project/actions-codespell from 2.1 to 2.2
...
Bumps [codespell-project/actions-codespell](https://github.com/codespell-project/actions-codespell ) from 2.1 to 2.2.
- [Release notes](https://github.com/codespell-project/actions-codespell/releases )
- [Commits](406322ec52...8f01853be1 )
---
updated-dependencies:
- dependency-name: codespell-project/actions-codespell
dependency-version: '2.2'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-08 10:02:52 +00:00
yubiuser
bfaa3ee0ac
build(deps-dev): bump eslint from 9.38.0 to 9.39.0 ( #3648 )
2025-11-01 12:25:34 +01:00
dependabot[bot]
bc440c3d8d
build(deps-dev): bump eslint from 9.38.0 to 9.39.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.38.0 to 9.39.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/compare/v9.38.0...v9.39.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.39.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-01 10:46:39 +00:00
yubiuser
1442a2f8b9
build(deps-dev): bump globals from 16.4.0 to 16.5.0 ( #3647 )
2025-11-01 11:45:21 +01:00
yubiuser
67abf257c4
build(deps): bump github/codeql-action from 4.31.0 to 4.31.2 ( #3646 )
2025-11-01 11:43:36 +01:00
dependabot[bot]
beb974f826
build(deps-dev): bump globals from 16.4.0 to 16.5.0
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 16.4.0 to 16.5.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v16.4.0...v16.5.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-version: 16.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-01 10:03:42 +00:00
dependabot[bot]
8ca3216464
build(deps): bump github/codeql-action from 4.31.0 to 4.31.2
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.31.0 to 4.31.2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](4e94bd11f7...0499de31b9 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.31.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-01 10:03:24 +00:00
RD WebDesign
8632a750fa
Make sure the table is redrawn after the dnssec API call returns ( #3645 )
2025-10-29 23:20:13 -03:00
RD WebDesign
5e3000c141
Make sure the table is redrawn after the dnssec API call returns
...
Without this, the icons won't show up on the initial table draw because the
asynchronous AJAX call usually only completes after that.
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2025-10-29 18:04:49 -03:00
Adam Warner
2a7d10ebfb
Remove some unused code (leftover from v5) ( #3636 )
2025-10-28 13:37:21 +00:00
RD WebDesign
356666122b
Remove unused filter_dnsmasq_warnings=true option
...
Also remove the old code used to read hideNonfatalDnsmasqWarnings_chkbox
from localstorage. This value was a leftover from v5 web interface.
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2025-10-27 19:50:17 -03:00
yubiuser
2a4dc20003
Start using commented tags for editorconfig-checker ( #3643 )
2025-10-26 20:33:52 +01:00
yubiuser
6fc3bc6464
Start using commented tags for editorconfig-checker
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-10-26 20:25:37 +01:00
yubiuser
e4e96954e1
build(deps): bump chart.js from 4.5.0 to 4.5.1 ( #3630 )
2025-10-26 17:04:45 +01:00
yubiuser
0171aea158
Sync master back into development ( #3639 )
2025-10-26 15:21:49 +01:00
yubiuser
ddfadd7141
build(deps): bump github/codeql-action from 4.30.9 to 4.31.0 ( #3638 )
2025-10-26 15:20:03 +01:00
Adam Warner
62c55dcf35
Pi-hole Web v6.3 ( #3594 )
v6.3
2025-10-25 11:12:17 +01:00
dependabot[bot]
7b048945db
build(deps): bump github/codeql-action from 4.30.9 to 4.31.0
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.30.9 to 4.31.0.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](16140ae1a1...4e94bd11f7 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.31.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-25 10:02:50 +00:00
Adam Warner
4159aaade6
Merge commit from fork
...
HTML escape adlist URL and non-domain entried before printing it in gravity stream
2025-10-25 10:08:44 +01:00
Adam Warner
4d39206b33
Merge commit from fork
...
Replace `mg.request_info.request_uri` with the variable `scriptname`
2025-10-25 10:07:49 +01:00
RD WebDesign
844f16e5e9
Remove mg.request_info.request_uri from error403.lp
...
This page is currently not used because we redirect to login page in case
of unauthenticated access, but I'm removing it just in case we decide to
change how we handle 403 errors in the future.
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2025-10-19 18:52:40 -03:00
RD WebDesign
8c0f785351
Replace mg.request_info.request_uri with the variable scriptname
...
The information from `mg.request_info.request_uri` depends on the URL typed
by the user. This information was used without any sanitization, allowing
an attacker to send crafted links containing anything, including javascript
code, which could be loaded and executed in a few pages.
Replacing this value with `scriptname` variable fixes the issue, since this
variable contains the name of the file currently being executed. This
information cannot be externally manipulated and it is safe to be used on
the page.
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2025-10-19 18:44:52 -03:00
yubiuser
da8033947a
build(deps-dev): bump eslint from 9.37.0 to 9.38.0 ( #3635 )
2025-10-18 15:02:53 +02:00
yubiuser
814c556c68
build(deps): bump github/codeql-action from 4.30.8 to 4.30.9 ( #3634 )
2025-10-18 13:29:00 +02:00
yubiuser
020a202ed4
build(deps): bump editorconfig-checker/action-editorconfig-checker from 1a41284d59c6fe7f1b21ddc4a2b36400a33dc1b4 to 5ecdd656fe347c26f76b1b435b90e1d74fb5e787 ( #3633 )
2025-10-18 13:28:03 +02:00
yubiuser
142b27c4a3
build(deps): bump actions/setup-node from 5.0.0 to 6.0.0 ( #3632 )
2025-10-18 13:27:37 +02:00
dependabot[bot]
7a2197820d
build(deps-dev): bump eslint from 9.37.0 to 9.38.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.37.0 to 9.38.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/compare/v9.37.0...v9.38.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.38.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-18 10:03:31 +00:00
dependabot[bot]
ee2a3ee30c
build(deps): bump github/codeql-action from 4.30.8 to 4.30.9
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.30.8 to 4.30.9.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](f443b600d9...16140ae1a1 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.30.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-18 10:03:22 +00:00