Skip to content

v2.0

Compare
Choose a tag to compare
@liuch liuch released this 01 May 15:44
· 41 commits to master since this release

Upgrating from 1.8

All you need is to change the path to the HTML root directory in your web server settings. In earlier versions you had something like this:
/path/to/dmarcsrg/
Now you need to do the following:
/path/to/dmarcsrg/public/
and then restart your web server.

The user_management has moved from the admin section to the users section. Edit the config/conf.php if you are using the user managements feature.

What's Changed

  • All the files related to WebUI moved to the public/ directory. The HTTP server settings need to be changed!
  • Information on the summary report was enhanced: added disposition information; improved display of alignment information; other minor changes
  • Implemented domain assignment to users. See docs/user_management.md for details
  • WebUI: Added the ability to generate summary reports for several domains at once
  • WebUI: Implemented date range selection in the summary report
  • WebUI: Added the ability to filter the report list by disposition
  • WebUI: Added the ability to filter records in the report view by disposition
  • Implemented retrieving incoming reports from AWS S3. External dependencies are required
  • Added the ability to use SMTP in order to send reports (via PHPMailer)
  • WebUI: added a button to manually retrieve incoming reports from email
  • WebUI: Implemented export of summary reports to CSV
  • Now the utilities can be run from any current directory
  • Added a new parameter 'offset' to utils/summary_report.php
  • Fixed 'Bad Message Number' error (#116)
  • Improved error handling in utils/fetch_reports.php
  • WebUI: Fixed resource leak in the summary report dialog
  • When the domain=all option is used and there are no available domains, a warning message is displayed instead of sending an empty email message
  • Fixed some errors and warnings (#105, #110);
  • A number of minor fixes and improvements