RD WebDesign
c74162ee47
Preparing PHP and javascript files for the new themes
...
- change HTML header code
- add new class to Pi-hole logo
- add new classes to auditlog buttons
- add new classes to query log and long-term query log buttons
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2023-02-16 01:11:24 -03:00
DL6ER
c9a7d5df8e
Addressing review comments.
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2022-11-14 15:06:45 -03:00
DL6ER
1a0b24474d
Add stale cache query status
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2022-11-14 15:06:45 -03:00
Christian König
d55847013f
Fix deprecated warnings of jquery-migrate
...
Signed-off-by: Christian König <ckoenig@posteo.de >
2022-10-13 17:53:13 +02:00
Christian König
58f8738907
Reverse logic of in/exlcudin queries from long-term database and rename queryType => statusType
...
Signed-off-by: Christian König <ckoenig@posteo.de >
2022-09-16 13:04:51 +02:00
Christian König
21521498b5
Keep conversion for long-term data
...
Signed-off-by: Christian König <ckoenig@posteo.de >
2022-08-28 20:15:36 +02:00
Christian König
4e12212f13
Revert empty domain dot replacement
...
Signed-off-by: Christian König <ckoenig@posteo.de >
2022-08-28 19:19:05 +02:00
yubiuser
ffaad6dc04
Merge pull request #2202 from pi-hole/fix/issue2149
...
Show all available data on Long-term data query log page
2022-05-31 21:07:46 +02:00
RD WebDesign
33c5450ba4
Use consistent output for both query lists
...
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2022-05-31 15:26:10 -03:00
RD WebDesign
fad13b1151
Fixing prettier line break
...
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2022-05-30 01:11:52 -03:00
RD WebDesign
2dd5fb816b
Fix DNSSEC info
...
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2022-05-29 19:14:44 -03:00
Christian König
6300c551b0
Change lighttpd log file names
...
Signed-off-by: Christian König <ckoenig@posteo.de >
2022-05-29 21:18:01 +02:00
RD WebDesign
9d225ed8e4
Fix prettier
...
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2022-05-15 19:55:38 -03:00
RD WebDesign
ba18ece9d8
Fix multiplier (reply_time field unit is second)
...
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2022-05-15 19:49:23 -03:00
RD WebDesign
7fb8f94ea3
Add missing columns reply_type, reply_time, dnssec
...
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2022-05-15 19:11:26 -03:00
DL6ER
c4481cacb5
Review comments
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2022-04-24 15:52:40 +02:00
DL6ER
4d6481ffa9
Add QUERY_SPECIAL_DOMAIN as new query status
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2022-04-24 09:17:10 +02:00
yubiuser
f4c765a42c
Merge pull request #2113 from pi-hole/fix_php_userini
...
Remove invalid PHP config file and change alert message for `db_queries.js`
2022-02-12 09:22:45 +01:00
RD WebDesign
66af9c5f96
Delete .user.php.ini
...
and change alert message for db_queries.js error.
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2022-02-11 20:32:24 -03:00
yubiuser
f727fb7690
Merge pull request #2026 from chrismiceli/issue/1119
...
1119 Privacy - Query Page and Dom.storage
2022-02-10 22:39:39 +01:00
Iksas
1c23b78744
rename IDs of query summary elements
...
Signed-off-by: Iksas <Iksas@users.noreply.github.com >
2021-12-29 21:49:02 +01:00
DL6ER
96be130325
Also use Intl.NumberFormat.format() for long-term pages
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2021-12-26 18:25:18 +01:00
Chris Miceli
99c718296a
1119 Privacy - Query Page and Dom.storage
...
handle localStorage being null
Signed-off-by: Chris Miceli <chrismiceli@outlook.com >
2021-12-24 22:43:18 -06:00
rdwebdesign
8746dc76ba
Using the same date interval (7 days) for the default value.
...
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br >
2021-11-06 23:34:37 -03:00
rdwebdesign
319b394c3a
Allow this functionality only after a daterange has been selected by the user
...
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br >
2021-11-06 19:12:25 -03:00
rdwebdesign
ac5767118a
fixing prettier complaint
...
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br >
2021-11-05 20:14:18 -03:00
rdwebdesign
8bce551012
Allows reloading the queries after modifying the options.
...
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br >
2021-11-05 19:54:02 -03:00
Adam Warner
0e483a8eea
Force all columns in any declared datatable to render using datatables render.text function to prevent possible (very low risk, requiring authenticated dashboard anyway) XSS.
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk >
2021-10-27 19:49:46 +01:00
yubiuser
b4780e4a7f
Fix date ranges in datarangepicker ( #1940 )
...
Signed-off-by: Christian König <ckoenig@posteo.de >
2021-10-25 17:49:49 +01:00
Lion Ralfs
7462904c60
fix: row background colors in query log ( #1906 )
...
Signed-off-by: Lion Ralfs <lion.ralfs@gmail.com >
2021-10-05 14:48:54 +01:00
Adam Warner
e3a69aff6a
Add background colors on Query log + switchable text coloring (as before) ( #1893 )
...
* Add subtle background colour to the rows depending on query status
* Do the same for long term query log (and also apply changes missed on last release
* Add per-browser setting for Query Log colorization
Signed-off-by: DL6ER <dl6er@dl6er.de >
Co-authored-by: DL6ER <dl6er@dl6er.de >
2021-09-21 09:39:49 -07:00
DL6ER
b4a26d3d59
Add new blocked by database status and NONE reply types
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2021-08-18 11:24:59 +02:00
DL6ER
0d0a8dba67
Change prettier option trailingComma from "none" to the new default "es5" (see https://prettier.io/docs/en/options.html#trailing-commas )
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2021-06-23 11:26:43 +02:00
yubiuser
e045ec3d32
Fix prettier complains
...
Signed-off-by: yubiuser <ckoenig@posteo.de >
2021-02-18 20:24:03 +01:00
yubiuser
cc2030968d
Don't count new status types as blocked queries
...
Signed-off-by: yubiuser <ckoenig@posteo.de >
2021-02-17 22:55:27 +01:00
DL6ER
2d02855830
Add interpretation of new query status 14 = already forwarded
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2021-01-24 10:38:22 +01:00
Adam Warner
a28f4e4f18
Prevent malformed DNS queries executing JS on querylog/long term query log
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk >
2020-12-23 18:11:14 +00:00
Adam Warner
483f5037db
Merge pull request #1625 from pi-hole/tweak/replace_domains
...
Add new replace_domain action to allow adding domain(s) exclusively to a specific list
2020-11-28 16:25:38 +00:00
DL6ER
4ee491115a
Show upstream destination a query was sent to in the Query Log (both standard and long-term)
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2020-11-13 01:01:49 +01:00
DL6ER
a3b24e08aa
Reduce code-duplication by moving the addFromQueryLog() function into utils.js. This also fixes non-visible modals on the long-term query log page.
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2020-11-09 21:33:09 +01:00
DL6ER
ad43e5a8dc
Add missing space and extend error hiding timeout from 4 to 10 seconds.
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2020-11-09 21:21:30 +01:00
DL6ER
0e924fd910
Add new replace_domain action in groups.php to allow adding domain(s) exclusively to a specific list. In this mode, any occurrences of said domain are first removed from the list before adding the new ones.
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2020-11-08 18:51:49 +01:00
DL6ER
22f0fd6a27
Merge pull request #1578 from sgtlaggy/fix-query-log-whitelist
...
Fix Whitelist buttons on query log pages
2020-11-08 18:29:18 +01:00
Adam Warner
33b660d4fa
Merge pull request #1610 from pi-hole/fix/query_retries
...
Add new query status 12 and 13 (retried queries)
2020-11-08 15:23:00 +00:00
XhmikosR
274c196e42
Lint.
...
Signed-off-by: XhmikosR <xhmikosr@gmail.com >
2020-10-26 06:16:04 +00:00
DL6ER
6fcd137ed9
Add new query status 12 and 13 (retried queries).
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2020-10-22 22:30:38 +02:00
sgtlaggy
caf9e2af09
fix whitelist buttons on query log page
...
Signed-off-by: sgtlaggy <8661717+sgtlaggy@users.noreply.github.com >
2020-09-05 14:04:56 -07:00
Adam Warner
acfc29004d
Merge pull request #1529 from yubiuser/tweak/24hTimeRangePicker
...
Change timePicker to 24h format in dateragepicker
2020-08-15 10:35:59 +01:00
yubiuser
5565d00617
Change timePicker to 24h format in dateragepicker
...
Signed-off-by: yubiuser <ckoenig@posteo.de >
2020-07-26 12:47:32 +02:00
Adam Warner
3a68efc4b0
fix a complaint from the CI
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk >
2020-07-16 18:44:00 +01:00