Commit Graph

427 Commits

Author SHA1 Message Date
RD WebDesign
bf82c47e98 Fix the wrong escaping on settings datatable (#2100)
* Fix the wrong escaping on settings datatable

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>

* Using utils escapeHtml function

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>

* Fix prettier

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
2022-01-30 14:46:47 +01:00
DL6ER
eadd6c5c20 Merge pull request #2042 from Moonlight63/tweak/DHCP-datatables
Tweak DHCP datatables
2022-01-05 19:03:45 +01:00
Justin Cauchon
dbcafc333a Fix mislabeled privacy setting (#2044)
* Fix mislabeled privacy setting

* Update settings.php

Co-authored-by: yubiuser <ckoenig@posteo.de>

Co-authored-by: yubiuser <ckoenig@posteo.de>
2022-01-04 18:56:08 +00:00
Dalen
f850264ab4 Fixed a typo and split DHCP page into different boxes.
Signed-off-by: Dalen <dalencattmlsp@gmail.com>
2022-01-01 14:54:06 -08:00
DL6ER
fc1b2c56ab Merge branch 'devel' into feat/avoid-window-open 2021-12-21 21:33:44 +01:00
DL6ER
2f52ab35fa Merge pull request #1991 from paul-man/chore/use-thead
Add absent <thead> tags
2021-12-21 21:30:21 +01:00
DL6ER
d7e750bda0 Improve interface settings (#2011)
* Change wording in the "Interface Listening Behavior" box (renamed to simply "Interface settings") to address issue #2009

Signed-off-by: DL6ER <dl6er@dl6er.de>

* Clarify interface listening behavior. Add fourth (new) option it actually bind to an interface.

Signed-off-by: DL6ER <dl6er@dl6er.de>

* Improve .no-danger-area and .danger-area CSS

Signed-off-by: DL6ER <dl6er@dl6er.de>
2021-12-20 21:38:00 +01:00
Paul Mannarino
2a776f9dca Create modal for API token
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
2021-12-09 12:10:57 -05:00
Paul Mannarino
2ca53d4f1e Merge remote-tracking branch 'upstream/devel' into chore/use-thead
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
2021-12-02 18:33:54 -05:00
Paul Mannarino
ee2482a7ee Adding <thead> where missing
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
2021-11-30 21:15:50 -05:00
DL6ER
18d15881ea Merge pull request #1943 from pi-hole/remove/API_Privacy_leftover
Remove traces of leftover API_PRIVACY_MODE
2021-11-20 21:13:59 +01:00
Dylan Sealy
4371caa227 Added missing rel='noopener'
Signed-off-by: Dylan Sealy <66305635+DylanSealy@users.noreply.github.com>
2021-11-01 22:22:31 +01:00
Christian König
b5d9908bb5 Remove traces of leftover API_PRIVACY_MODE
Signed-off-by: Christian König <ckoenig@posteo.de>
2021-10-26 19:47:31 +02:00
Th3M3
0d24f25f3c Modal Dialog for Teleporter-import
fixes page reload every time the DHCP tab gets active

Signed-off-by: Th3M3 <the_me@outlook.de>
2021-10-07 00:12:33 +01:00
yubiuser
eb44144485 Do not default true for unset variables (#1909)
Signed-off-by: yubiuser <ckoenig@posteo.de>
2021-10-04 21:52:01 +01:00
Adam Warner
d64818c7a5 Merge pull request #1892 from a1346054/fixes
Simple maintenance improvements
2021-09-29 21:17:25 +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
a1346054
26f0203137 Trim excess whitespace
Signed-off-by: a1346054 <36859588+a1346054@users.noreply.github.com>
2021-09-15 21:23:01 +00:00
a1346054
48c63c0a0b Fix spelling
Signed-off-by: a1346054 <36859588+a1346054@users.noreply.github.com>
2021-09-15 21:22:59 +00:00
yubiuser
1dacdbabc0 Clarify that never forward non-FQDN only applies to A and AAAA queries
Signed-off-by: yubiuser <ckoenig@posteo.de>
2021-09-12 23:07:21 +02:00
Adam Warner
2e9bb78472 Merge pull request #1882 from pi-hole/master
Sync Master back to Dev
2021-09-11 22:39:57 +01:00
DL6ER
f606346440 Merge pull request #1845 from yubiuser/no_adlists
Remove adlists tab from settings page
2021-09-11 22:12:10 +02:00
Adam Warner
87beebd92e Merge pull request #1873 from pi-hole/tweak/FQDN_UQDN_DNS
Clarify how and when UQDN are forwarded with conditional forwarding
2021-09-11 20:59:17 +01:00
Adam Warner
25df783378 Apply htmlentities in a couple of places to prevent xss
Co-authored-by: wtwver <wtwver@users.noreply.github.com>
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2021-09-11 20:03:05 +01:00
DL6ER
8940e79f07 Fix typo
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-09-10 09:20:01 +02:00
DL6ER
d39e0809da Clarify how and when UQDN are forwarded with conditional forwarding
Signed-off-by: DL6ER <dl6er@dl6er.de>
2021-09-09 21:03:57 +02:00
DL6ER
690feb8b26 Fix code syntax error
Signed-off-by: DL6ER <dl6er@dl6er.de>
2021-07-25 16:54:24 +02:00
DL6ER
6a315fc972 Re-add incorrectly removed variables.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2021-07-24 15:05:27 +02:00
yubiuser
bacded47d2 Remove adlists tab from settings page
Signed-off-by: yubiuser <ckoenig@posteo.de>
2021-07-04 20:06:08 +02:00
DL6ER
cf917a6391 Remove obsolete setupVars.conf stuff from the settings page
Signed-off-by: DL6ER <dl6er@dl6er.de>
2021-06-26 11:01:26 +02:00
DL6ER
08207835c3 Add better descrption of what the two check boxes actually effect.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2020-12-01 09:30:12 +01:00
Adam Warner
68351a3a91 Merge pull request #1634 from pi-hole/new/unlink_DHCP_lease
Add button to remove dynamic DHCP leases
2020-11-28 16:32:37 +00:00
Adam Warner
10505d775a Merge pull request #1636 from yubiuser/tweak/DHCP_options
Make it clearer that the option DHCP rapid commit only applies to IPv4
2020-11-28 16:16:50 +00:00
yubiuser
58efc12a19 Fix indention
Signed-off-by: yubiuser <ckoenig@posteo.de>
2020-11-27 21:01:56 +01:00
yubiuser
93e1752315 Be explicite about DHCPv4 rapid commit
Signed-off-by: yubiuser <ckoenig@posteo.de>
2020-11-27 20:51:37 +01:00
yubiuser
3f4b02de1d Switch order of advanced options
Signed-off-by: yubiuser <ckoenig@posteo.de>
2020-11-27 20:49:42 +01:00
yubiuser
f6ea7632e2 Summarize the names of DNS servers which support DNSSEC
Signed-off-by: yubiuser <ckoenig@posteo.de>
2020-11-24 20:57:02 +01:00
DL6ER
6e0e1bbb41 Add button to remove dynamic DHCP leases. They are immediately removed both from FTL and the dhcp.leases file (FTL takes care of updating the file!) WITHOUT the need for a restart of the DHCP/DNS resolver.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2020-11-23 13:35:40 +01:00
Adam Warner
f5d8ca9843 Update settings.php
Co-authored-by: DL6ER <DL6ER@users.noreply.github.com>
2020-11-08 17:57:12 +00:00
Jonathan Straub
160f873672 Added check for NULL value in PHP internal error handling
Signed-off-by: Jonathan Straub <j.f.straub@gmx.de>
2020-11-01 16:45:49 +01:00
yubiuser
2e557fb2ae Be more explicit about flushing logs
Signed-off-by: yubiuser <ckoenig@posteo.de>
2020-10-17 20:55:53 +02:00
Tony Jeffree
4a53a8aa1c Add cache busting to all vendor scripts
Signed-off-by: Tony Jeffree <tjeffree@gmail.com>
2020-08-21 10:12:41 +01:00
Tony
0a4ebe14e3 Add cache busting to all custom scripts and common css
Signed-off-by: Tony Jeffree <tjeffree@gmail.com>
2020-08-17 08:30:00 +01:00
Adam Warner
27bead730a Merge pull request #1509 from yubiuser/fix/DHCP_unknown_hostname
Fixes formatting of unknown host in DHCP leases table
2020-08-15 10:45:16 +01:00
Epoxide
320ca55739 fix(settings): typo in conditional forwarding
Signed-off-by: Epoxide <epoxide@epoxide.se>
2020-07-21 18:12:43 +02:00
yubiuser
3c456d975f Fixes formating of unknown host in DHCP leases table
Signed-off-by: yubiuser <ckoenig@posteo.de>
2020-07-18 12:38:18 +02:00
DL6ER
0255905216 Merge pull request #1501 from yubiuser/tweak/FTL_startDateTime
Show date and time FTL started in settings page
2020-07-17 09:38:44 +02:00
Michael Stanclift
658033143e Remove duplicate DNSSEC explanation
Signed-off-by: Michael Stanclift <mstanclift@vmware.com>
2020-07-16 21:53:31 -05:00
yubiuser
495a96a16e Show date and time FTL started in settings page
Signed-off-by: yubiuser <ckoenig@posteo.de>
2020-07-17 00:04:37 +02:00
DL6ER
cb5b9c69c4 Merge pull request #1278 from marank/devel
Added support for CNAME records add/remove
2020-07-07 23:13:48 +02:00