Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pi-hole web v5.9 #2016

Merged
merged 126 commits into from
Dec 22, 2021
Merged

Pi-hole web v5.9 #2016

merged 126 commits into from
Dec 22, 2021

Conversation

DL6ER
Copy link
Member

@DL6ER DL6ER commented Dec 22, 2021

What's Changed

New Contributors

Full Changelog: v5.8...v5.9

lionralfs and others added 30 commits October 2, 2021 15:31
Signed-off-by: Lion Ralfs <lion.ralfs@gmail.com>
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
- toggle button (disabled): knob removed;
- gradiend changed;

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Signed-off-by: Christian König <ckoenig@posteo.de>
Signed-off-by: Iksas <Iksas@users.noreply.github.com>
fix dashboard icon animations in Safari
Signed-off-by: Christian König <ckoenig@posteo.de>
Signed-off-by: Christian König <ckoenig@posteo.de>
…s render.text function to prevent possible (very low risk, requiring authenticated dashboard anyway) XSS.

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
…definitely (#1944)

* Set stateDuration to 0 for all saved datatables to store the state indefinite

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

* Move stateDuration to utils.js

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

* Remove duplicated code as it is already part of utils.stateLoadCallback

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

* Fix function

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

* Revert "Fix function"

This reverts commit 2f54f5f.

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

* Revert "Move stateDuration to utils.js"

This reverts commit 6a3e778.

Signed-off-by: Christian König <ckoenig@posteo.de>
Tweak to datatables column rendering
Signed-off-by: Dylan Sealy <66305635+DylanSealy@users.noreply.github.com>
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Signed-off-by: Dylan Sealy <66305635+DylanSealy@users.noreply.github.com>
Bumps [xo](https://github.com/xojs/xo) from 0.45.0 to 0.46.3.
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](xojs/xo@v0.45.0...v0.46.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Add missing blocked boolean in queries.js
 Queryads single DIV and responsive CSS (fixed)
Signed-off-by: Dylan Sealy <66305635+DylanSealy@users.noreply.github.com>
Add missing rel="noopener" attributes
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Sidebar and nav-tab-custom: additional CSS for focus state
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
DL6ER and others added 14 commits December 20, 2021 21:38
* 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>
…ostcss-cli-9.1.0

Bump postcss-cli from 9.0.2 to 9.1.0
Bumps [xo](https://github.com/xojs/xo) from 0.46.4 to 0.47.0.
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](xojs/xo@v0.46.4...v0.47.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.11 to 8.4.5.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.3.11...8.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
…ostcss-8.4.5

Bump postcss from 8.3.11 to 8.4.5
Bumps [prettier](https://github.com/prettier/prettier) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.5.0...2.5.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Avoid window.open and add more visible eye icon
…rettier-2.5.1

Bump prettier from 2.5.0 to 2.5.1
Add padding to apple fav icon and set background to black
* Better prettier output

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

* Adding a new test, to preserve the current behavior.

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

* Fix command

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
@pralor-bot
Copy link

This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there:

https://discourse.pi-hole.net/t/nach-update-keine-counter-mehr/51812/7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.