Commit Graph

1017 Commits

Author SHA1 Message Date
DL6ER
790921a4e1 Hide triangle if all warnings disappeared
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-02-27 20:45:15 +01:00
DL6ER
8b8341ba36 Also hide non-fatal messages in the table
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-02-26 11:02:13 +01:00
DL6ER
21964cfd7f Add per-browser setting to ignore non-fatal dnsmasq warnings
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-02-26 10:53:45 +01:00
RD WebDesign
adbd9ec3cc Change the order of "uptream servers" graphic items
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-02-14 16:36:51 -03: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
Adam Warner
bb4cafcb7c Merge pull request #2021 from Iksas/safari-css-animation-fix
Decrease resource usage of CSS animations
2022-02-11 17:23:30 +00: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
Christian König
01de8fa3a8 Add navigation above all datatables
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-02-06 21:47:44 +01:00
Chris Miceli
cb083c061c 1119 Privacy - Query Page and Dom.storage
fix else

Signed-off-by: Chris Miceli <chrismiceli@outlook.com>
2022-02-05 23:04:29 -06:00
Chris Miceli
dde4ac7d3e 1119 Privacy - Query Page and Dom.storage
be explicit for undefined

Signed-off-by: Chris Miceli <chrismiceli@outlook.com>
2022-02-05 22:38:56 -06:00
Chris Miceli
bb2934e243 1119 Privacy - Query Page and Dom.storage
implement memory storage for functionality in case of no storage

Signed-off-by: Chris Miceli <chrismiceli@outlook.com>
2022-02-05 22:04:14 -06:00
rdwebdesign
171bf81b11 Retreives maxlogage calling api_FTL.php
FTL defines MAXLOGAGE value.
PHP retrieves the value and converts seconds to hours
Javascript calls the API to update the value.

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
2022-02-01 22:56:06 -03:00
rdwebdesign
c2b902da3b Fixing the escaping for settings datatable
This time, fixing the right spot.

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
2022-01-31 17:49:58 -03:00
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
Iksas
369170105a improve efficiency of the lookatme animation
Signed-off-by: Iksas <Iksas@users.noreply.github.com>
2022-01-22 15:12:30 +01:00
yubiuser
7aee470507 Merge pull request #2034 from rdwebdesign/piechart_legend
Better pie chart legend
2022-01-16 17:49:29 +01:00
rdwebdesign
63032c8f6c Better pie chart legend
New icon and function names for pie legends
Minor adjustments to pie chart tooltips

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
2022-01-15 18:43:12 -03:00
RD WebDesign
035d8f981d Fix layout on small screens (Group Mgmt tables) (#2078)
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
2022-01-14 22:41:41 +01:00
RD WebDesign
f0c3ecded3 Use formmated string for "api.php?summary" (#2067)
restoring the old behavior

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
2022-01-10 19:23:37 +01:00
DL6ER
eadd6c5c20 Merge pull request #2042 from Moonlight63/tweak/DHCP-datatables
Tweak DHCP datatables
2022-01-05 19:03:45 +01: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
Dalen
9979b73371 Update DataTables on DHCP page to be consistent with the rest of Pi-Hole.
Signed-off-by: Dalen <dalencattmlsp@gmail.com>
2021-12-31 19:52:18 -08: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
yubiuser
64a3675326 Include FTL's DNS port in web status and give the temperature its own line (#2031)
* Inlcude port in web status

Signed-off-by: Christian König <ckoenig@posteo.de>

* Single line for DNS status

Signed-off-by: Christian König <ckoenig@posteo.de>

* Fix enable/disable status

Signed-off-by: Christian König <ckoenig@posteo.de>

* Give the user-panel a bit more space

Signed-off-by: Christian König <ckoenig@posteo.de>

* Address reviewer's comment

Signed-off-by: Christian König <ckoenig@posteo.de>

* Fix temp sensor

Signed-off-by: Christian König <ckoenig@posteo.de>

* Add  again

Signed-off-by: Christian König <ckoenig@posteo.de>

* Simplify CPU temp code

Signed-off-by: Christian König <ckoenig@posteo.de>

* Use intval() and resize the logo

Signed-off-by: Christian König <ckoenig@posteo.de>

* Do not substitute temperature if FTL is offline

Signed-off-by: Christian König <ckoenig@posteo.de>

* Apply suggestions from code review

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

Co-authored-by: DL6ER <DL6ER@users.noreply.github.com>
2021-12-29 20:52:32 +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
DL6ER
b7c0fcb131 Ensure number formatting is taking place in browser-scope to use client- instead of browser-based number localization
Signed-off-by: DL6ER <dl6er@dl6er.de>
2021-12-26 11:32:13 +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
DL6ER
5eb2e2392e Add link to Pi-hole docs when showing dnsmasq warnings
Signed-off-by: DL6ER <dl6er@dl6er.de>
2021-12-23 11:36:09 +01:00
DL6ER
fc1b2c56ab Merge branch 'devel' into feat/avoid-window-open 2021-12-21 21:33:44 +01:00
RD WebDesign
7927ac1815 Improving code readability for lists (index.js and db_lists.js) (#1994)
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
2021-12-18 13:15:24 +01:00
RD WebDesign
b94884ae17 Show ignored items when adding new adlists (#1997)
* Show ignored itens when adding new adlists

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

* Show ignored itens when adding new adlists (new messages)

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
2021-12-17 19:56:49 +01:00
Paul Mannarino
1c12e9719c Ignore theme color for qr code
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
2021-12-13 19:08:29 -05: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
bae84d953d Replace mousedown with click event
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
2021-12-02 19:31:06 -05:00
Paul Mannarino
59ca7971c2 Resolve code quality issues
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
2021-12-02 19:20:43 -05:00
Paul Mannarino
63b27dc9d1 Run prettier
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
2021-12-02 18:47:03 -05:00
Paul Mannarino
a8743115fd Merge remote-tracking branch 'upstream/devel' into feat/avoid-window-open
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
2021-12-02 18:31:43 -05:00
Paul Mannarino
f67780bb07 Remove backticks
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
2021-12-02 18:26:34 -05:00
Paul Mannarino
fc30e45ccd Re-add comment
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
2021-12-02 18:20:08 -05:00
Paul Mannarino
aa3c8aef5f reduce functions
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
2021-12-02 18:08:24 -05:00
Christian König
4ee02c73e3 Number of domains on adlist is total number not valid number
Signed-off-by: Christian König <ckoenig@posteo.de>
2021-12-02 23:16:31 +01:00
Paul Mannarino
35396a6cb5 Clean up
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
2021-12-02 13:31:14 -05:00
Paul Mannarino
05d56d12d5 Update pie chart slice toggle
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
2021-12-02 13:12:08 -05:00
rdwebdesign
3d2a6f8fa9 Applying the same CSS colors used on the dashboard to db_grahps.php
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
2021-12-02 04:22:49 -03:00
Paul Mannarino
cb6b3480a5 Avoid window.open
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
2021-11-30 23:13:53 -05:00
DL6ER
4a470ce47e Add message types LOAD, SHMEM and DISK to Pi-hole diagnosis system (#1989)
Signed-off-by: DL6ER <dl6er@dl6er.de>
2021-11-30 12:13:04 +01:00
Christian König
0c852a6880 Fix prettier
Signed-off-by: Christian König <ckoenig@posteo.de>
2021-11-21 13:23:54 +01:00
Christian König
cc58104538 Fix DHCP tables button column
Signed-off-by: Christian König <ckoenig@posteo.de>
2021-11-21 13:16:26 +01:00
RD WebDesign
c3e879a9ce Swap colors for top lists bars. (#1981)
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
2021-11-21 08:47:18 +01:00