Skip to content

v1.8

Compare
Choose a tag to compare
@liuch liuch released this 05 Sep 16:21
· 90 commits to master since this release

What's Changed

  • Added support for the new policy NP
  • Implemented filtering of the logs
  • Implemented filtering in the report view
  • Implemented initial user management with three access levels
  • Some improvements in the summary report (HTML, multiple domains, design changes)
  • The statistics block can now take into filtering options
  • Added the ability to customize what to do with processed reports
  • Added the ability to use a custom CSS file
  • Added a new option report-view.filter.initial-value
  • Added a new option status.emails-filter-when-list-filtered
  • Added a new parameter auth_exclude; see conf.sample.php for details
  • Reports with the same ID but different date range are now accepted
  • Changed the default method for IMAP connections [starttls -> ssl]
  • Some improvements in working with mailboxes and IMAP
  • Improved checks and handling of incoming reports and email messages
  • Improved mailbox accessibility check via the Web UI
  • Improved the report list sorting
  • FQDN are now case-insensitive
  • Improved display of notifications
  • Added a new script utils/config_check.php
  • Added a new parameter 'emailto' to utils/summary_report.php
  • Error handling is significantly improved (front-end, back-end and utilities)
  • Exit codes have been added to all the utilities
  • Fixed errors with php8
  • Some minor improvements in the Web UI
  • Some code optimization and refactoring
  • Some minor fixes