Commit Graph

4520 Commits

Author SHA1 Message Date
Adam Warner 8ce0d0e8bf Merge pull request #2116 from pi-hole/dependabot/npm_and_yarn/devel/xo-0.48.0
Bump xo from 0.47.0 to 0.48.0
2022-02-12 13:46:42 +00:00
Adam Warner c394d4cf55 Merge pull request #2118 from pi-hole/supress-invalid-warnings
Prevent misleading warning being printed to the lighttpd error log when importing from teleporter backup
2022-02-12 13:43:54 +00:00
Adam Warner edfcf4521a Prevent misleading warning being printed to the lighttpd error log when attempting to flush tables that don't actually exist
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-02-12 13:39:57 +00:00
dependabot[bot] f590c9b80e Bump xo from 0.47.0 to 0.48.0
Bumps [xo](https://github.com/xojs/xo) from 0.47.0 to 0.48.0.
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](https://github.com/xojs/xo/compare/v0.47.0...v0.48.0)

---
updated-dependencies:
- dependency-name: xo
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-12 10:04:23 +00:00
DL6ER d9ad67860f Merge pull request #2111 from pi-hole/local_time
Include timezone info in time/date FTL has been started
2022-02-12 09:30:05 +01: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
Christian König bfe91d9da3 Prevent code injection
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-02-12 09:10:19 +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 3abfea0168 Merge pull request #2115 from pi-hole/sanitise-docker-tag
Prevent potential execution of arbitrary code through the PIHOLE_DOCKER_TAG variable
2022-02-11 23:30:34 +00:00
Adam Warner d0ceca674d Prevent potential execution of arbitary code through the PIHOLE_DOCKER_TAG variable and AUTHORIZED_HOSTNAMES
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-02-11 23:21:04 +00:00
Adam Warner eaf2fe1bd2 Merge pull request #2114 from pi-hole/apidb_improvement
Improved loop for getAllQueries
2022-02-11 22:23:25 +00: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
RD WebDesign 28dbb2ab4f Improved loop for getAllQueries
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-02-09 02:44:12 -03:00
Christian König be31e4ea58 Get TZ info from ENV in docker or date command
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-02-08 21:51:55 +01:00
yubiuser 551e2d093f Merge pull request #2091 from goopilot/devel
API call to modify local DNS and CNAME records
2022-02-07 19:36:37 +01:00
yubiuser 500550107e Merge pull request #2112 from pi-hole/navigation
Add navigation above all datatables
2022-02-06 22:04:04 +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
Christian König 9b1e2b8dab Fix indention
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-02-05 19:21:25 +01:00
Christian König a0ee63381f Inlcude timezone info
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-02-05 17:09:51 +01:00
Adam Warner 3e21e323b2 Merge pull request #2097 from pi-hole/dependabot/npm_and_yarn/nanoid-3.2.0
Bump nanoid from 3.1.30 to 3.2.0
2022-02-03 18:05:37 +00:00
Adam Warner 24bf323a08 Merge pull request #2107 from pi-hole/maxlogage_via_API
Retreives maxlogage calling api_FTL.php
2022-02-03 18:04:58 +00: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
RD WebDesign 7457f68658 Merge pull request #2106 from pi-hole/fix_fixescaping
Fixing the escaping for settings datatable
2022-01-31 18:01:27 -03:00
yubiuser 47c015de11 Merge pull request #2105 from pi-hole/fix_MAXLOGAGE
Limit MAXLOGAGE to 24h, just like FTL
2022-01-31 21:54:26 +01: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
rdwebdesign 7734c22949 Changing the comment
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
2022-01-31 16:36:44 -03:00
rdwebdesign b50fada211 Limiting MAXLOGAGE interval to 24 (just like FTL)
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
2022-01-31 15:52:20 -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 867fb48902 improve efficiency of the LCARS login screen error message
Signed-off-by: Iksas <Iksas@users.noreply.github.com>
2022-01-24 10:15:46 +01:00
RD WebDesign a302e9fedb Merge pull request #2095 from pi-hole/fix_warning_triangle
Adjusting the notification icon
2022-01-23 18:24:23 -03:00
Iksas 8fa0d8d018 improve efficiency of the warningPulse animation
Signed-off-by: Iksas <Iksas@users.noreply.github.com>
2022-01-22 15:23:57 +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
Adam Warner 903c40ed5c Merge pull request #2096 from PeterDaveHelloKitchen/EnhanceFooter
footer.php: Add the Docker Hub tags filter link to "Docker Tag"
2022-01-22 12:17:22 +00:00
Peter Dave Hello ddd48b1eb3 footer.php: Add the Docker Hub tags link to "Docker Tag"
Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
2022-01-22 18:37:19 +08:00
dependabot[bot] e559af90f9 Bump nanoid from 3.1.30 to 3.2.0
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 01:54:27 +00:00
Alexandr Salamatov 5137206dcc adjust indentation
Signed-off-by: Alexandr Salamatov <wpgnetworks@gmail.com>
2022-01-21 14:28:33 -06:00
Alexandr Salamatov 39f0da7eb5 API call to modify local CNAME records
Signed-off-by: Alexandr Salamatov <wpgnetworks@gmail.com>
2022-01-20 21:22:01 -06:00
rdwebdesign e8807fb9d2 Fix an "overflow" on hover
Change the animation range and timing

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
2022-01-20 20:09:37 -03:00
Alexandr Salamatov dc598295ca API call to modify local DNS records
Signed-off-by: Alexandr Salamatov <wpgnetworks@gmail.com>
2022-01-19 16:07:18 -06:00
yubiuser fe32e57390 Merge pull request #2087 from pi-hole/fix_extension_check
Improves extension validation for `teleporter.php`
2022-01-17 20:20:09 +01:00
rdwebdesign d1e90e273a Better file extension verification
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
2022-01-17 02:06:26 -03:00
Adam Warner a7c2084030 Merge pull request #2086 from pi-hole/master
sync: master to devel
2022-01-16 18:30:55 +00:00
Adam Warner 692d23edb0 Merge pull request #2085 from pi-hole/tweak/dco-bot-config
[Config] Add dco.yml to .github folder
2022-01-16 18:29:50 +00:00
Adam Warner 1d8b9d5f12 Skip DCO check for org members (leaving this commit unsigned for testing) 2022-01-16 18:16:34 +00:00
yubiuser 7aee470507 Merge pull request #2034 from rdwebdesign/piechart_legend
Better pie chart legend
2022-01-16 17:49:29 +01:00
Adam Warner 854a340bcd Merge pull request #2060 from pi-hole/dependabot/npm_and_yarn/devel/autoprefixer-10.4.2
Bump autoprefixer from 10.4.1 to 10.4.2
2022-01-16 16:07:25 +00:00