Changelog for
pi-hole-web-6.x+git.20241012T161510~cd916b1-258.1.noarch.rpm :
* Tue Oct 15 2024 obs-service-tar-scmAATTinvalid- Update to version 6.x+git.20241012T161510~cd916b1:
* Bump actions/checkout from 4.2.0 to 4.2.1
* Keep the sub-menu open when clicking on the Interfaces link
* Bump actions/checkout from 4.1.7 to 4.2.0
* Remove temperature settings leftover
* Query Log: Show X-icon instead of reply time if no reply was received
* Update package-lock.json by running npm install
* Add bstreeview to package.json
* Fix the `list-group-item` background color and hover effect in all themes
* Support systems without IPv4 or IPv6 gateways
* Add scheduler and address types
* Add Tools -> Interfaces page
* Add basic interface information on Settings->System page
* Mon Oct 09 2023 Robert Herb
- rename to pi-hole-web- update git repo url- obsoletes pi-hole-admin-lte
* Sun Sep 10 2023 Robert Herb - witch to prerelease version 6
* Sun Sep 10 2023 Robert Herb - Fix webroot
* Sun Mar 12 2023 Robert Herb - added Requires:procps (for pidof)
* Tue Nov 08 2022 Robert Herb - update directory permissions- remove %postrans
* Fri Nov 04 2022 Robert Herb - use same webroot as upstream: /var/www/html
* Wed Nov 02 2022 Robert Herb - added message to add lighttpd to www group
* Sun Oct 30 2022 Robert Herb - do not own /etc/lighttpd
* Sat Oct 22 2022 Robert Herb - update webfiles location to /usr/srv/www/pihole in php-fpm config
* Fri Oct 21 2022 Robert Herb - update webfiles location to /usr/srv/www/pihole
* Thu Oct 20 2022 Robert Herb - install lighttpd configuration as /etc/lighttpd/pihole-lighttpd.conf- added custom servive pi-hole-lighttpd- remove SuSE.readme- remove nginx.conf (duplicated)
* Thu Oct 13 2022 Robert Herb - show correct ftl version in GUI
* Wed Oct 12 2022 Robert Herb - fix /etc/lighttpd/lightttpd.conf- fix logpath for pihole-FTL.log
* Wed Oct 12 2022 Robert Herb - update permissions for /var/log/pihole
* Wed Oct 12 2022 Robert Herb - update to 5.16
* Tue Oct 11 2022 Robert Herb - update lighttpd.conf
* Sat Oct 08 2022 Robert Herb - fix rpm query- remove dependency php8-json- fix session path for php8- install lighttp.conf to /etc/lighttpd
* Fri Oct 07 2022 Robert Herb - use rpm for version detection (002_pi-hole-admin-lte_show_versions.patch)
* Thu Oct 06 2022 Robert Herb - added missing Requires for lighttpd config
* Wed Oct 05 2022 Robert Herb - removed old php dependencies (--> version 7)
* Tue Oct 04 2022 Robert Herb - use php version 8 as dependencies- removed hardcoded php-versions from spec-file- install lighttpd config to drop-in-directory
* Mon Oct 03 2022 Robert Herb - added missing Requires: lighttpd
* Tue Sep 27 2022 Robert Herb - dropped 003_pi-hole-admin-lte_do_not_show_docker.patch- disable caching for admin GUI in lighttpd
* Wed Sep 14 2022 Robert Herb - added 002_pi-hole-admin-lte_show_versions.patch- added 003_pi-hole-admin-lte_do_not_show_docker.patch
* Wed Jul 06 2022 Robert Herb - based on https://build.opensuse.org/package/show/home:Smar:pi-hole/pihole-admin-lte- rebuild for Leap 15- update to latest git version
* Thu Sep 30 2021 Samu Voutilainen - Added missing file to install list
* Thu Sep 30 2021 pihole-suse-packagesAATTsmar.fi- Refreshed patches.- Update to version v5.7 + Improve wording: Percentage blocked domains + Bump xo from 0.37.1 to 0.38.2 + Disable a few xo rules for now. + Password autocompletion + Upgrade to GitHub-native Dependabot + Check if we can get a host name from the database when looking up the MAC address of this client instead + Fixes pi-hole/AdminLTE#1796 + Bump postcss from 8.2.9 to 8.2.14 + Bump postcss from 8.2.14 to 8.2.15 + Bump browserslist from 4.16.1 to 4.16.6 + Adding CORS support via environment variable + Bump trim-newlines from 3.0.0 to 3.0.1 + Bump normalize-url from 4.5.0 to 4.5.1 + Change tabs to spaces + Adapt `theme-color` and `background-color` for different themes + Added the option for an automatic dark mode based on the device status + Update scripts/pi-hole/php/theme.php + Updated theme naming + Change prettier option trailingComma from \"none\" to the new default \"es5\" (see https://prettier.io/docs/en/options.html#trailing-commas) + Add new DNSSEC reply type + Escape `.` in regex for validDomainWildcard to ensure malicious commands cannot be passed to the function + Query Log: Show if a query was already answered or was only sent to an upstream (and we\'re still awaiting the reply) + Remove obsolete setupVars.conf stuff from the settings page + Bump prettier from 2.2.1 to 2.3.1 + Update styling of scripts/pi-hole/js/settings.js + Add EDE if available + Add note when a BOGUS result was sent down from upstream (we cannot say why it failed in this case) + Update to latest (and last) 2.x.x version of Chart.js to fix some bugs found in 2.9.3 + Hide blackbutton for internally generated DNSSEC queries (they cannot be blocked) + Remove adlists tab from settings page + Fix it again + Re-add incorrectly removed variables. + Fix code syntax error + Move validation functions into func.php and use the same validation in all cases. + Fix inverse logic when adding domains on the group management pages. + footer.php: move FTL before Web Interface + Fix require func.php + Prevent arbritary js code from beign returned from the database + re-implement fix introduced in 1664090a011f5ffe160416078a54ff972f12e069 + Add interpretation for Pi-hole message type RATE_LIMIT + Stop timer when user reenabled blocking early + Add padding between if statements + Fix TypeError if no extended DNS error is available + Add new blocked by database status and NONE reply types + Show response time only when reply is not N/A + Add new BLOB reply type + Add notes about order of locally stored DNS records (#1865) + Less color for the Query Log + Remove coloring of the domain names + Clarify how and when UQDN are forwarded with conditional forwarding + Fix typo + set httponly to true when calling setcookie. the ini_set option above doesn\'t actually seem to do anything... (but not removing it just in case + Apply htmlentities in a couple of places to prevent xss + Bump prettier from 2.3.1 to 2.4.0 (#1880) + Bump eslint-plugin-compat from 3.9.0 to 3.13.0 (#1877) + Bump postcss from 8.2.15 to 8.3.6 (#1878) + Bump autoprefixer from 10.2.5 to 10.3.4 (#1879) + Bump xo from 0.38.2 to 0.44.0 + Update xo rules for the new version + Autofix issues + Regenerate package-lock.json + Update test.yml + Add forgotton target _blank + Add delete button to message table + Fix prettier + Add interpretation for Pi-hole message type RATE_LIMIT + Fix xo + Address review comments + Clarify that never forward non-FQDN only applies to A and AAAA queries + Add final newline + Use english name for control key + Fix spelling + Trim excess whitespace + Lift prefix limitaion for --rev-server + Add background colors on Query log + switchable text coloring (as before) (#1893) + Fix regex + Bump postcss from 8.3.6 to 8.3.8 + Bump autoprefixer from 10.3.4 to 10.3.6 + Bump prettier from 2.4.0 to 2.4.1
* Wed May 05 2021 pihole-suse-packagesAATTsmar.fi- Update to version v5.5 + Fix links in box headers being invisible on the dark theme. + Add new Pi-hole \'default-darker\' theme + Add additional information children to adlist table + Improve formatting and make status texts more human-friendly + Use distinct icons for getting more information on the first look + Always inform about any invalid domains on a list using exclamation-triangle and bold-red text in the invalid domains column + Open adlists in new tabs and allow sorting by status. + Do not create links for file:// adlists + Add status icon tooltip + Typo fixed in save settings + Don\'t count new status types as blocked queries + Fix prettier complains + Inlcud new query types in long term graph and top lists + Status in lowercase + Add update command & documentation link + Simple typo fix: static release -> static lease. + Trim CNAME target input field value data + Avoid 1970 date if list was never updated. + [Security] Bump elliptic from 6.5.3 to 6.5.4 + Bump autoprefixer from 10.2.1 to 10.2.5 + Bump postcss from 8.2.4 to 8.2.8 + use textContent instead ot innerHTML to prevent possible xss attack + Bump postcss from 8.2.8 to 8.2.9
* Wed Apr 14 2021 pihole-suse-packagesAATTsmar.fi- Update to version v5.4 + Add interpretation of new query status 14 = already forwarded + Properly escape possible user-input + Prevent javascript XSS attacks aimed to steal the session ID + Regenerate session ID on successful login to prevent session fixation
* Fri Jan 22 2021 pihole-suse-packagesAATTsmar.fi- Update to version v5.3.1 + Added phpstan + Fixes in func.php from phpstan + Fix sorting by replies in query log + Added more query types to title of Query Log + Use empty array for foreach() when no group is to be set, always commit when editing domains, and report any errors while commiting. + Add SVCB and HTTPS types and reduce code duplication + Implement dark theme on the modal dialogs (#1674) + Use new style constructors + Date.now() fixes + unicorn/prefer-dom-node-append + unicorn/no-lonely-if + Bump xo from 0.36.1 to 0.37.1 + Bump postcss from 8.2.1 to 8.2.2 + Implement new offset types for the long-term queries page. Also add the new SVCB and HTTPS tyes where they were forgotten. + fix(cname_records): Fixed gammar + Adlist can contain userinfo (basicauth) + Bump autoprefixer from 10.1.0 to 10.2.1 + Don\'t need this backround-color for the interface. + Fix gray space on the left side for cleaner look. + Fix charts overflowing. + Change radius to 10px for a more modern look (Fix) + Bump eslint-plugin-compat from 3.8.0 to 3.9.0 + Bump postcss-cli from 8.3.0 to 8.3.1 + Bump postcss from 8.2.2 to 8.2.4 + Update scripts/pi-hole/php/groups.php + fix prettier complaints + Update codeql.yml + Only add link to Query Log when filtering property is available + Also compute and show share of displayed quantities in the doghount charts (only if some items are hidden) + Change tooltip wording to \"%% of shown items\" to be more universal
* Tue Jan 12 2021 Samu Voutilainen - Bundle necessary files
* Tue Jan 12 2021 pihole-suse-packagesAATTsmar.fi- Update to version v5.2.2 + Change color of blocked queries in dashboard piechart forward destinations to red + Switch from fontawesome webfonts to SVG + JS + Update devDependencies + Fix issue 1643 - quote numbers in switch case + Require auth for recentBlocked function + Use hash_equals when comparing to pwhash from cookie + [Security] Bump ini from 1.3.5 to 1.3.7 + Bump autoprefixer from 10.0.4 to 10.1.0 + Bump xo from 0.35.0 to 0.36.1 + Bump postcss from 8.1.10 to 8.2.1 + Validate target domain for CNAME records + Fix typo + Add hint to the web interface about the limits of CNMAE records + Further enhance explanation + Add code formating + Fix transactions in groups.php + Prevent malformed DNS queries executing JS on querylog/long term query log + replace \"~\" by \" \" in getAllQueries response + Add note on CNAME external domains + Revise DHCP text + Improve explanation- Use proper version handling in spec