Rob Gill
adeec42dd4
relocate checkbox
...
Persistent login checkbox moved from form feedback.
2018-05-09 08:31:34 +10:00
Rob Gill
8eed0e09d9
Update loginpage.php
2018-05-08 19:05:42 +10:00
Rob Gill
a8bf42687c
Update password.php
2018-05-08 19:05:19 +10:00
rrobgill
84b6f6b291
Update password.php
2018-05-08 17:24:11 +10:00
rrobgill
d64292ba5c
Update loginpage.php
2018-05-08 17:24:09 +10:00
rrobgill
fb988f247d
Cookie login
...
Allow user to (optionally) set a cookie for automatic login.
UI addition of checkbox and informs user of option to store a cookie.
2018-05-05 14:45:04 +10:00
rrobgill
85dd92771a
Cookie login
...
Allow user to (optionally) set a cookie for automatic login.
Expiry is set for 7 days.
Cookie refreshes, extending for 7 days from each use.
2018-05-05 14:42:04 +10:00
Mark Drobnak
041b0550d9
Merge pull request #674 from pi-hole/fix/php-security
...
Clean up some security issues
2018-01-24 15:12:31 -05:00
Mark Drobnak
63061fa826
Merge pull request #616 from Th3M3/AddToList_Modal
...
replace Alerts with Modal on queries.php page
2018-01-20 11:12:33 -05:00
Mark Drobnak
5de7202cda
Merge pull request #636 from Th3M3/mobile-query-log2
...
optimize query-log for small screens
2018-01-20 11:04:01 -05:00
Mcat12
289b62abf3
Fix header.php importing func.php twice
...
Signed-off-by: Mcat12 <newtoncat12@yahoo.com >
2018-01-20 10:59:05 -05:00
Mcat12
862db2ba9e
Use hash_equals in password.php (and move it to funcs.php)
...
Signed-off-by: Mcat12 <newtoncat12@yahoo.com >
2018-01-19 17:52:06 -05:00
Mcat12
a2b30e9fe9
Sanitize debug text before sending
...
Signed-off-by: Mcat12 <newtoncat12@yahoo.com >
2018-01-19 17:08:05 -05:00
Mcat12
ad614a2b93
Fix list_verify XSS
...
Signed-off-by: Mcat12 <newtoncat12@yahoo.com >
2018-01-19 16:57:47 -05:00
DL6ER
78f6cb3751
Add option to disable logging without flushing logs (for temporary disabling without wanting to nuke the logs).
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2018-01-18 17:09:20 +01:00
Mark Drobnak
1e96f5d6dd
Merge branch 'devel' into mobile-query-log2
2018-01-12 11:03:48 -05:00
Mark Drobnak
690d0a6899
Merge pull request #667 from pi-hole/fix/top-clients-filter
...
Fix Top Clients filter
2018-01-11 17:30:04 -05:00
Mark Drobnak
1695175dfb
Merge pull request #666 from pi-hole/tweak/teleporter-auditlog
...
Add the audit log to Teleporter
2018-01-11 17:29:04 -05:00
Mark Drobnak
34b6c37516
Fix IP check and allow host names in Top Clients filter
...
Signed-off-by: Mark Drobnak <newtoncat12@yahoo.com >
2018-01-11 15:33:31 -05:00
Mark Drobnak
323b3a7a8b
Fix Top Clients filter
...
It expected IP addresses, but only let in domains
Signed-off-by: Mark Drobnak <newtoncat12@yahoo.com >
2018-01-10 15:56:41 -05:00
Mcat12
a2d9e7c1ac
Add auditlog.list to the Teleporter
...
Signed-off-by: Mcat12 <newtoncat12@yahoo.com >
2018-01-08 22:03:27 -05:00
Mcat12
afe2f73bef
Use triple equals in the other places too
...
Signed-off-by: Mcat12 <newtoncat12@yahoo.com >
2018-01-07 14:20:41 -05:00
Mcat12
322f73fcac
Use triple equals
...
Signed-off-by: Mcat12 <newtoncat12@yahoo.com >
2018-01-07 14:13:57 -05:00
Mcat12
081f0bb98c
Add timeout warning to database pages
...
Signed-off-by: Mcat12 <newtoncat12@yahoo.com >
2018-01-07 14:04:38 -05:00
DL6ER
746df3b63f
Decide whether FTL is on any custom branch by looking for "vDev" in the beginning of the version string
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2018-01-05 23:19:02 +01:00
Mark Drobnak
f2a0b622f1
Fix preg_split warning
...
Warning was:
`preg_split(): Delimiter must not be alphanumeric or backslash`
Signed-off-by: Mark Drobnak <newtoncat12@yahoo.com >
2018-01-02 12:11:22 -05:00
Mark Drobnak
9d37821081
Merge pull request #656 from pi-hole/new/DNSSEC_support
...
Show DNSSEC result in Query Log (if available)
2017-12-31 11:50:05 -05:00
DL6ER
6500d46289
Unspecified is no error, so make it black
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2017-12-31 17:20:41 +01:00
DL6ER
f5930e134c
Add ABANDONED result
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2017-12-31 17:19:21 +01:00
DL6ER
d9d477f7fb
Add "BOGUS" and unknown ("?")
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2017-12-31 16:50:31 +01:00
DL6ER
b5adf6d28a
Show DNSSEC result in Query Log (if available)
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2017-12-31 16:41:27 +01:00
DL6ER
bc1f6f9be6
Add quad9 secondary IPv4 server
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2017-12-30 18:26:49 +01:00
Mark Drobnak
224bb79dbf
Merge branch 'devel' into mobile-query-log2
2017-12-22 12:44:30 -05:00
DL6ER
cfa9bfbbd2
:codacy:
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2017-12-17 21:08:58 +01:00
DL6ER
ff66f4af97
Merge branch 'devel' into release/3.2
2017-12-16 20:50:20 +01:00
Mark Drobnak
3b5cac13de
Finish fixing whitespace caused by license headers
...
Addresses https://github.com/pi-hole/AdminLTE/pull/409#issuecomment-350504602
Signed-off-by: Mcat12 <newtoncat12@yahoo.com >
2017-12-10 14:18:35 -05:00
TheME
ca868ca4b3
optimize query-log for small screens
...
Signed-off-by: Th3M3 <the_me@outlook.de >
2017-12-10 15:15:38 +01:00
DL6ER
7a93fa6470
:codacy: says: "Strings must use doublequote"
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2017-12-10 12:43:59 +01:00
DL6ER
848f59787a
Add checkbox on Query Log to be able to disable filtering on click
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2017-12-10 12:31:54 +01:00
DL6ER
36eaa6b45d
Merge pull request #624 from pi-hole/tweak/updatecheckerFTL
...
Adding branch/version display for FTL
2017-12-10 11:27:08 +01:00
Bryan Tsang
4530e5d89d
Fix off-by-one display of month
...
Signed-off-by: Bryan Tsang <bvtsang@gmail.com >
2017-12-09 01:01:44 -08:00
Adam Warner
c357813dc3
Merge branch 'release/3.2' into fix/list-outside-whitepsace
2017-12-07 00:52:42 +00:00
Adam Warner
9c97c97504
Update queries.js
...
Add a space to the header to force codacy to move on from the current commit in this PR
2017-12-07 00:44:25 +00:00
DL6ER
f5f4e57454
Also hide the long details if only the FTL branch is set
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2017-12-04 21:51:44 +01:00
DL6ER
6e6151c9cd
Adding branch/version display for FTL
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2017-12-04 21:50:14 +01:00
DL6ER
aa42f3d282
:codacy:
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2017-12-02 11:16:20 +01:00
Mcat12
3ec55dbf0a
Improve domain whitespace handling in inputs
2017-11-22 13:25:23 -05:00
TheME
cd08ae7141
reduce nasting, as suggested
2017-11-20 20:40:22 +01:00
Mcat12
c2d9506bec
Merge pull request #619 from mcattle/patch-1
...
Add Quad9 DNS Servers to DNS Servers List
2017-11-18 14:06:51 -05:00
mcattle
edb93db3ce
Add Quad9 DNS Servers to DNS Servers List
...
I've added the Quad9 DNS servers (IPv4 and IPv6) to the DNS Servers list. (https://www.quad9.net/ ) I've opted not to also add their non-secure alternate servers, as those mainly exist for diagnostics of false positives, and are not the primary focus of the Quad9 service. They do not offer secondary servers, as their primary servers are already geographically distributed and redundant.
2017-11-16 23:08:35 -07:00