-
-
Notifications
You must be signed in to change notification settings - Fork 558
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
Pi-hole web v5.9 #2016
Commits on Oct 2, 2021
-
fix: exclude status checkboxes from being treated as iCheck elements
Signed-off-by: Lion Ralfs <lion.ralfs@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 28b7e85 - Browse repository at this point
Copy the full SHA 28b7e85View commit details
Commits on Oct 4, 2021
-
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
Configuration menu - View commit details
-
Copy full SHA for 15f4b4c - Browse repository at this point
Copy the full SHA 15f4b4cView commit details
Commits on Oct 24, 2021
-
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for 75251c1 - Browse repository at this point
Copy the full SHA 75251c1View commit details -
Fixing errors identified by CodeFactor
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for 507e825 - Browse repository at this point
Copy the full SHA 507e825View commit details -
- toggle button (disabled): knob removed; - gradiend changed; Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for f6daed5 - Browse repository at this point
Copy the full SHA f6daed5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 754a5f0 - Browse repository at this point
Copy the full SHA 754a5f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa58807 - Browse repository at this point
Copy the full SHA fa58807View commit details
Commits on Oct 25, 2021
-
Fix date ranges in datarangepicker (#1940)
Signed-off-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for b4780e4 - Browse repository at this point
Copy the full SHA b4780e4View commit details -
don't use percentage in scale() to support Safari 15.0 and earlier
Signed-off-by: Iksas <Iksas@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8f6ae80 - Browse repository at this point
Copy the full SHA 8f6ae80View commit details -
Merge pull request #1939 from Iksas/safari-animation-fix
fix dashboard icon animations in Safari
Configuration menu - View commit details
-
Copy full SHA for ae17a48 - Browse repository at this point
Copy the full SHA ae17a48View commit details
Commits on Oct 26, 2021
-
Remove traces of leftover API_PRIVACY_MODE
Signed-off-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for b5d9908 - Browse repository at this point
Copy the full SHA b5d9908View commit details -
Signed-off-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for 9ce065f - Browse repository at this point
Copy the full SHA 9ce065fView commit details
Commits on Oct 27, 2021
-
Force all columns in any declared datatable to render using datatable…
…s render.text function to prevent possible (very low risk, requiring authenticated dashboard anyway) XSS. Signed-off-by: Adam Warner <me@adamwarner.co.uk>
Configuration menu - View commit details
-
Copy full SHA for 0e483a8 - Browse repository at this point
Copy the full SHA 0e483a8View commit details -
Set stateDuration to 0 for all saved datatables to store the state in…
…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>
Configuration menu - View commit details
-
Copy full SHA for 98ec9ee - Browse repository at this point
Copy the full SHA 98ec9eeView commit details
Commits on Oct 28, 2021
-
Merge pull request #1948 from pi-hole/tweak/datatables
Tweak to datatables column rendering
Configuration menu - View commit details
-
Copy full SHA for 5aeb52e - Browse repository at this point
Copy the full SHA 5aeb52eView commit details -
Added missing blocked boolean in queries.js
Signed-off-by: Dylan Sealy <66305635+DylanSealy@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5e9ba7d - Browse repository at this point
Copy the full SHA 5e9ba7dView commit details
Commits on Oct 29, 2021
-
queryads: Replace double DIV solution with single DIV and responsive CSS
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for 065d587 - Browse repository at this point
Copy the full SHA 065d587View commit details -
Signed-off-by: Dylan Sealy <66305635+DylanSealy@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dcdad3e - Browse repository at this point
Copy the full SHA dcdad3eView commit details
Commits on Oct 30, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for ca4a693 - Browse repository at this point
Copy the full SHA ca4a693View commit details -
Merge pull request #1954 from pi-hole/dependabot/npm_and_yarn/devel/x…
…o-0.46.3 Bump xo from 0.45.0 to 0.46.3
Configuration menu - View commit details
-
Copy full SHA for 54d3bd7 - Browse repository at this point
Copy the full SHA 54d3bd7View commit details -
Sidebar and NavTabs: additional CSS for focus state.
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for 675a1a6 - Browse repository at this point
Copy the full SHA 675a1a6View commit details
Commits on Oct 31, 2021
-
Merge pull request #1950 from DylanSealy/devel
Add missing blocked boolean in queries.js
Configuration menu - View commit details
-
Copy full SHA for 24b1449 - Browse repository at this point
Copy the full SHA 24b1449View commit details
Commits on Nov 1, 2021
-
Merge pull request #1936 from rdwebdesign/theme_lcars
Add Star Trek LCARS theme
Configuration menu - View commit details
-
Copy full SHA for ca97e13 - Browse repository at this point
Copy the full SHA ca97e13View commit details -
Merge pull request #1952 from rdwebdesign/queryads_singlediv
Queryads single DIV and responsive CSS (fixed)
Configuration menu - View commit details
-
Copy full SHA for 0ad7cfc - Browse repository at this point
Copy the full SHA 0ad7cfcView commit details -
Signed-off-by: Dylan Sealy <66305635+DylanSealy@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4371caa - Browse repository at this point
Copy the full SHA 4371caaView commit details -
Merge pull request #1956 from DylanSealy/devel
Add missing rel="noopener" attributes
Configuration menu - View commit details
-
Copy full SHA for 3cadf6c - Browse repository at this point
Copy the full SHA 3cadf6cView commit details
Commits on Nov 3, 2021
-
Sidebar: same effect for hover and focus (all themes).
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for c36e08d - Browse repository at this point
Copy the full SHA c36e08dView commit details -
Merge pull request #1955 from rdwebdesign/sidebar_focus
Sidebar and nav-tab-custom: additional CSS for focus state
Configuration menu - View commit details
-
Copy full SHA for c0cd21f - Browse repository at this point
Copy the full SHA c0cd21fView commit details
Commits on Nov 5, 2021
-
Allows reloading the queries after modifying the options.
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for 8bce551 - Browse repository at this point
Copy the full SHA 8bce551View commit details -
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for ac57671 - Browse repository at this point
Copy the full SHA ac57671View commit details
Commits on Nov 6, 2021
-
Allow this functionality only after a daterange has been selected by …
…the user Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for 319b394 - Browse repository at this point
Copy the full SHA 319b394View commit details
Commits on Nov 7, 2021
-
Using the same date interval (7 days) for the default value.
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for 8746dc7 - Browse repository at this point
Copy the full SHA 8746dc7View commit details -
Co-authored-by: yubiuser <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for 59cb739 - Browse repository at this point
Copy the full SHA 59cb739View commit details -
"7 days fix" on db_lists.js and db_graph.js
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for 1a88de9 - Browse repository at this point
Copy the full SHA 1a88de9View commit details -
Merge pull request #1957 from rdwebdesign/fix1750
Allowing data loading after selecting/deselecting options - Long-term data > Query Log
Configuration menu - View commit details
-
Copy full SHA for 7022170 - Browse repository at this point
Copy the full SHA 7022170View commit details
Commits on Nov 9, 2021
-
Merge pull request #1910 from lionralfs/fix/1849-checkboxes
fix: exclude status checkboxes from being treated as iCheck elements
Configuration menu - View commit details
-
Copy full SHA for 14d44f2 - Browse repository at this point
Copy the full SHA 14d44f2View commit details -
Add prettier:check back into npm test, and also run prettier:fix agai…
…nst the devel branch. Signed-off-by: Adam Warner <me@adamwarner.co.uk>
Configuration menu - View commit details
-
Copy full SHA for b43eea7 - Browse repository at this point
Copy the full SHA b43eea7View commit details -
Bumps [xo](https://github.com/xojs/xo) from 0.46.3 to 0.46.4. - [Release notes](https://github.com/xojs/xo/releases) - [Commits](xojs/xo@v0.46.3...v0.46.4) --- updated-dependencies: - dependency-name: xo dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 6259fec - Browse repository at this point
Copy the full SHA 6259fecView commit details -
Fixes Background of the dark-midnight theme
Co-authored-by: Sascha Moser <28950736+xopez@users.noreply.github.com> Signed-off-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for 5c2cd60 - Browse repository at this point
Copy the full SHA 5c2cd60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ca0324 - Browse repository at this point
Copy the full SHA 7ca0324View commit details
Commits on Nov 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0bcb4de - Browse repository at this point
Copy the full SHA 0bcb4deView commit details
Commits on Nov 11, 2021
-
Signed-off-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for 99b978b - Browse repository at this point
Copy the full SHA 99b978bView commit details
Commits on Nov 12, 2021
-
Starting the Long-term graph on the the earliest date contained in th…
…e database. Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for 906f76a - Browse repository at this point
Copy the full SHA 906f76aView commit details -
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for ffc628a - Browse repository at this point
Copy the full SHA ffc628aView commit details -
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for 3cc8797 - Browse repository at this point
Copy the full SHA 3cc8797View commit details -
Fix input field background color and graph grid
Signed-off-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for 0a21b9e - Browse repository at this point
Copy the full SHA 0a21b9eView commit details -
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for 4b23b03 - Browse repository at this point
Copy the full SHA 4b23b03View commit details -
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for 1cc8094 - Browse repository at this point
Copy the full SHA 1cc8094View commit details -
Merge pull request #1969 from rdwebdesign/lt_graph_changes
Long-term graph changes
Configuration menu - View commit details
-
Copy full SHA for e598608 - Browse repository at this point
Copy the full SHA e598608View commit details
Commits on Nov 13, 2021
-
small typo in IP_ADDPRESS_OF_YOUR_PI_HOLE; two minor copy tweaks
Signed-off-by: Andy Clapson <andy.clapson@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 520c6b8 - Browse repository at this point
Copy the full SHA 520c6b8View commit details -
Merge pull request #1972 from Homesteady/minor-README-typo-fix
Fix typos in README
Configuration menu - View commit details
-
Copy full SHA for 83ee1a0 - Browse repository at this point
Copy the full SHA 83ee1a0View commit details -
Add pretty-printing for message type DNSMASQ_WARN (#1973)
* Add pretty-printing for message type DNSMASQ_WARN Signed-off-by: DL6ER <dl6er@dl6er.de> * Fix prettier Signed-off-by: Christian König <ckoenig@posteo.de> Co-authored-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for ecbaaca - Browse repository at this point
Copy the full SHA ecbaacaView commit details
Commits on Nov 14, 2021
-
Fix the icon position (login password field) (#1974)
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for d141708 - Browse repository at this point
Copy the full SHA d141708View commit details -
Revert "Remove duplicated code as it is already part of utils.stateLo…
…adCallback" This reverts commit 395b1b6. Signed-off-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for 78aace3 - Browse repository at this point
Copy the full SHA 78aace3View commit details
Commits on Nov 16, 2021
-
Merge pull request #1975 from pi-hole/fix/localStorage
Revert "Remove duplicated code as it is already part of utils.stateLoadCallback"
Configuration menu - View commit details
-
Copy full SHA for 1437f7f - Browse repository at this point
Copy the full SHA 1437f7fView commit details
Commits on Nov 17, 2021
-
Improving the display of some graphics (#1976)
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for 753d1c9 - Browse repository at this point
Copy the full SHA 753d1c9View commit details
Commits on Nov 19, 2021
-
Use theme gridColor and ticksColor in long time graph
Signed-off-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for 23828df - Browse repository at this point
Copy the full SHA 23828dfView commit details -
Fix zeroLineColor in all graphs
Signed-off-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for e370957 - Browse repository at this point
Copy the full SHA e370957View commit details
Commits on Nov 20, 2021
-
Bump eslint-plugin-compat from 3.13.0 to 4.0.0
Bumps [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) from 3.13.0 to 4.0.0. - [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases) - [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/main/CHANGELOG.md) - [Commits](amilajack/eslint-plugin-compat@v3.13.0...v4.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-compat dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for bcb7f5f - Browse repository at this point
Copy the full SHA bcb7f5fView commit details -
Remove obsolete code from network.php
Signed-off-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for de3d40a - Browse repository at this point
Copy the full SHA de3d40aView commit details -
Merge pull request #1943 from pi-hole/remove/API_Privacy_leftover
Remove traces of leftover API_PRIVACY_MODE
Configuration menu - View commit details
-
Copy full SHA for 18d1588 - Browse repository at this point
Copy the full SHA 18d1588View commit details
Commits on Nov 21, 2021
-
Merge pull request #1977 from pi-hole/tweak/db_graph
Use theme gridColor and ticksColor in long time graph
Configuration menu - View commit details
-
Copy full SHA for 686a0f4 - Browse repository at this point
Copy the full SHA 686a0f4View commit details -
Swap colors for top lists bars. (#1981)
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for c3e879a - Browse repository at this point
Copy the full SHA c3e879aView commit details -
Merge pull request #1966 from pi-hole/background
Redo of Fixes background of the dark-midnight theme #1961
Configuration menu - View commit details
-
Copy full SHA for 14cd279 - Browse repository at this point
Copy the full SHA 14cd279View commit details -
Add note to message table how to generate debug log
Signed-off-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for 41ea207 - Browse repository at this point
Copy the full SHA 41ea207View commit details -
Signed-off-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for ec43bfe - Browse repository at this point
Copy the full SHA ec43bfeView commit details -
Skip DNS server processing if the requested type is not available for…
… this server (#1970) Signed-off-by: DL6ER <dl6er@dl6er.de>
Configuration menu - View commit details
-
Copy full SHA for 21cba36 - Browse repository at this point
Copy the full SHA 21cba36View commit details -
Signed-off-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for cc58104 - Browse repository at this point
Copy the full SHA cc58104View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c852a6 - Browse repository at this point
Copy the full SHA 0c852a6View commit details -
Merge pull request #1982 from pi-hole/fix/DHCP_table
Fix DHCP tables button column
Configuration menu - View commit details
-
Copy full SHA for 4f559a5 - Browse repository at this point
Copy the full SHA 4f559a5View commit details -
Merge pull request #1978 from pi-hole/dependabot/npm_and_yarn/devel/e…
…slint-plugin-compat-4.0.0 Bump eslint-plugin-compat from 3.13.0 to 4.0.0
Configuration menu - View commit details
-
Copy full SHA for d0cade1 - Browse repository at this point
Copy the full SHA d0cade1View commit details -
Merge pull request #1962 from pi-hole/diagnosis
Add note to message table how to generate debug log
Configuration menu - View commit details
-
Copy full SHA for 30f4b2f - Browse repository at this point
Copy the full SHA 30f4b2fView commit details -
Merge pull request #1960 from pi-hole/dependabot/npm_and_yarn/devel/x…
…o-0.46.4 Bump xo from 0.46.3 to 0.46.4
Configuration menu - View commit details
-
Copy full SHA for fc88f26 - Browse repository at this point
Copy the full SHA fc88f26View commit details -
Bump postcss-cli from 9.0.1 to 9.0.2
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 9.0.1 to 9.0.2. - [Release notes](https://github.com/postcss/postcss-cli/releases) - [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md) - [Commits](postcss/postcss-cli@9.0.1...9.0.2) --- updated-dependencies: - dependency-name: postcss-cli dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 99176ff - Browse repository at this point
Copy the full SHA 99176ffView commit details -
Merge pull request #1959 from pi-hole/dependabot/npm_and_yarn/devel/p…
…ostcss-cli-9.0.2 Bump postcss-cli from 9.0.1 to 9.0.2
Configuration menu - View commit details
-
Copy full SHA for 55b724d - Browse repository at this point
Copy the full SHA 55b724dView commit details -
Bump postcss from 8.3.9 to 8.3.11
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.9 to 8.3.11. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.3.9...8.3.11) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 5a4fcf5 - Browse repository at this point
Copy the full SHA 5a4fcf5View commit details -
Merge pull request #1932 from pi-hole/dependabot/npm_and_yarn/devel/p…
…ostcss-8.3.11 Bump postcss from 8.3.9 to 8.3.11
Configuration menu - View commit details
-
Copy full SHA for 086ca1a - Browse repository at this point
Copy the full SHA 086ca1aView commit details -
Merge pull request #1979 from pi-hole/clean/network.php
Remove obsolete code from network.php
Configuration menu - View commit details
-
Copy full SHA for fa54c0e - Browse repository at this point
Copy the full SHA fa54c0eView commit details -
Bump autoprefixer from 10.3.7 to 10.4.0
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.3.7 to 10.4.0. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.3.7...10.4.0) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 341cd1c - Browse repository at this point
Copy the full SHA 341cd1cView commit details -
Merge pull request #1953 from pi-hole/dependabot/npm_and_yarn/devel/a…
…utoprefixer-10.4.0 Bump autoprefixer from 10.3.7 to 10.4.0
Configuration menu - View commit details
-
Copy full SHA for f2d5664 - Browse repository at this point
Copy the full SHA f2d5664View commit details
Commits on Nov 27, 2021
-
Bump prettier from 2.4.1 to 2.5.0
Bumps [prettier](https://github.com/prettier/prettier) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.4.1...2.5.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for daef5e7 - Browse repository at this point
Copy the full SHA daef5e7View commit details -
Merge pull request #1986 from pi-hole/dependabot/npm_and_yarn/devel/p…
…rettier-2.5.0 Bump prettier from 2.4.1 to 2.5.0
Configuration menu - View commit details
-
Copy full SHA for e091b1f - Browse repository at this point
Copy the full SHA e091b1fView commit details
Commits on Nov 30, 2021
-
Add message types LOAD, SHMEM and DISK to Pi-hole diagnosis system (#…
…1989) Signed-off-by: DL6ER <dl6er@dl6er.de>
Configuration menu - View commit details
-
Copy full SHA for 4a470ce - Browse repository at this point
Copy the full SHA 4a470ceView commit details -
Add bounce animation to Pi-hole diagnosis warning triangle (#1990)
Signed-off-by: DL6ER <dl6er@dl6er.de>
Configuration menu - View commit details
-
Copy full SHA for 00acbff - Browse repository at this point
Copy the full SHA 00acbffView commit details
Commits on Dec 1, 2021
-
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ee2482a - Browse repository at this point
Copy the full SHA ee2482aView commit details -
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cb6b348 - Browse repository at this point
Copy the full SHA cb6b348View commit details
Commits on Dec 2, 2021
-
Applying the same CSS colors used on the dashboard to db_grahps.php
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for 3d2a6f8 - Browse repository at this point
Copy the full SHA 3d2a6f8View commit details -
Merge pull request #1992 from rdwebdesign/bar_colors
Applying the same colors (CSS colors) used on the dashboard, for consistency.
Configuration menu - View commit details
-
Copy full SHA for 42c3be7 - Browse repository at this point
Copy the full SHA 42c3be7View commit details -
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 05d56d1 - Browse repository at this point
Copy the full SHA 05d56d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35396a6 - Browse repository at this point
Copy the full SHA 35396a6View commit details -
Number of domains on adlist is total number not valid number
Signed-off-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for 4ee02c7 - Browse repository at this point
Copy the full SHA 4ee02c7View commit details -
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for aa3c8ae - Browse repository at this point
Copy the full SHA aa3c8aeView commit details -
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fc30e45 - Browse repository at this point
Copy the full SHA fc30e45View commit details -
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f67780b - Browse repository at this point
Copy the full SHA f67780bView commit details -
Merge remote-tracking branch 'upstream/devel' into feat/avoid-window-…
…open Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a874311 - Browse repository at this point
Copy the full SHA a874311View commit details -
Merge remote-tracking branch 'upstream/devel' into chore/use-thead
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2ca53d4 - Browse repository at this point
Copy the full SHA 2ca53d4View commit details -
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 63b27dc - Browse repository at this point
Copy the full SHA 63b27dcView commit details
Commits on Dec 3, 2021
-
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 59ca797 - Browse repository at this point
Copy the full SHA 59ca797View commit details -
Replace mousedown with click event
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bae84d9 - Browse repository at this point
Copy the full SHA bae84d9View commit details -
Merge pull request #1995 from pi-hole/fix/valid
Number of domains on adlist is total number not valid number
Configuration menu - View commit details
-
Copy full SHA for 91def08 - Browse repository at this point
Copy the full SHA 91def08View commit details
Commits on Dec 9, 2021
-
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2a776f9 - Browse repository at this point
Copy the full SHA 2a776f9View commit details
Commits on Dec 11, 2021
-
Bump postcss-cli from 9.0.2 to 9.1.0
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 9.0.2 to 9.1.0. - [Release notes](https://github.com/postcss/postcss-cli/releases) - [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md) - [Commits](postcss/postcss-cli@9.0.2...9.1.0) --- updated-dependencies: - dependency-name: postcss-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 7f9b22d - Browse repository at this point
Copy the full SHA 7f9b22dView commit details
Commits on Dec 13, 2021
-
Signed-off-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for aae1df4 - Browse repository at this point
Copy the full SHA aae1df4View commit details
Commits on Dec 14, 2021
-
Ignore theme color for qr code
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1c12e97 - Browse repository at this point
Copy the full SHA 1c12e97View commit details -
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5923ac1 - Browse repository at this point
Copy the full SHA 5923ac1View commit details
Commits on Dec 15, 2021
-
Select PHP version for phpstan
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for de03a34 - Browse repository at this point
Copy the full SHA de03a34View commit details
Commits on Dec 16, 2021
-
Merge pull request #2007 from rdwebdesign/fix_phpstan_errors
Select PHP version for phpstan
Configuration menu - View commit details
-
Copy full SHA for 8a98677 - Browse repository at this point
Copy the full SHA 8a98677View commit details -
Change default theme to auto light/dark theme
Signed-off-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for a1904e2 - Browse repository at this point
Copy the full SHA a1904e2View commit details -
Merge pull request #2006 from pi-hole/default_theme
Change default theme to auto light/dark theme
Configuration menu - View commit details
-
Copy full SHA for e76a03b - Browse repository at this point
Copy the full SHA e76a03bView commit details
Commits on Dec 17, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for b94884a - Browse repository at this point
Copy the full SHA b94884aView commit details
Commits on Dec 18, 2021
-
Improving code readability for lists (index.js and db_lists.js) (#1994)
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
Configuration menu - View commit details
-
Copy full SHA for 7927ac1 - Browse repository at this point
Copy the full SHA 7927ac1View commit details
Commits on Dec 20, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for d7e750b - Browse repository at this point
Copy the full SHA d7e750bView commit details
Commits on Dec 21, 2021
-
Merge pull request #2001 from pi-hole/dependabot/npm_and_yarn/devel/p…
…ostcss-cli-9.1.0 Bump postcss-cli from 9.0.2 to 9.1.0
Configuration menu - View commit details
-
Copy full SHA for 016ef17 - Browse repository at this point
Copy the full SHA 016ef17View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 837375e - Browse repository at this point
Copy the full SHA 837375eView commit details -
Bump postcss from 8.3.11 to 8.4.5
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>
Configuration menu - View commit details
-
Copy full SHA for 96f0325 - Browse repository at this point
Copy the full SHA 96f0325View commit details -
Merge pull request #1991 from paul-man/chore/use-thead
Add absent <thead> tags
Configuration menu - View commit details
-
Copy full SHA for 2f52ab3 - Browse repository at this point
Copy the full SHA 2f52ab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc1b2c5 - Browse repository at this point
Copy the full SHA fc1b2c5View commit details -
Merge pull request #2008 from pi-hole/dependabot/npm_and_yarn/devel/p…
…ostcss-8.4.5 Bump postcss from 8.3.11 to 8.4.5
Configuration menu - View commit details
-
Copy full SHA for 0eeb36a - Browse repository at this point
Copy the full SHA 0eeb36aView commit details -
Merge pull request #1985 from pi-hole/dependabot/npm_and_yarn/devel/x…
…o-0.47.0 Bump xo from 0.46.4 to 0.47.0
Configuration menu - View commit details
-
Copy full SHA for 9d04f85 - Browse repository at this point
Copy the full SHA 9d04f85View commit details -
Bump prettier from 2.5.0 to 2.5.1
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>
Configuration menu - View commit details
-
Copy full SHA for 70e3926 - Browse repository at this point
Copy the full SHA 70e3926View commit details -
Merge pull request #1996 from paul-man/feat/avoid-window-open
Avoid window.open and add more visible eye icon
Configuration menu - View commit details
-
Copy full SHA for 2b594d6 - Browse repository at this point
Copy the full SHA 2b594d6View commit details -
Merge pull request #2002 from pi-hole/dependabot/npm_and_yarn/devel/p…
…rettier-2.5.1 Bump prettier from 2.5.0 to 2.5.1
Configuration menu - View commit details
-
Copy full SHA for e861db0 - Browse repository at this point
Copy the full SHA e861db0View commit details -
Merge pull request #2003 from pi-hole/iOS_fav
Add padding to apple fav icon and set background to black
Configuration menu - View commit details
-
Copy full SHA for 7631c58 - Browse repository at this point
Copy the full SHA 7631c58View commit details
Commits on Dec 22, 2021
-
Reduce font-size of eyeCon from 17px to 14px to make the eye smaller (#…
…2015) Signed-off-by: DL6ER <dl6er@dl6er.de>
Configuration menu - View commit details
-
Copy full SHA for 42a7bbe - Browse repository at this point
Copy the full SHA 42a7bbeView commit details -
Better output for "prettier" test (#2014)
* 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>
Configuration menu - View commit details
-
Copy full SHA for d037066 - Browse repository at this point
Copy the full SHA d037066View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76a6344 - Browse repository at this point
Copy the full SHA 76a6344View commit details