3.13.0
·
15 commits
to develop
since this release
MDCS 3.13.0
- Added processing modules to enable the asynchronous processing of files and metadata present on the system at different points of their lifecycle (manual, creation, read, update, delete). This feature is currently available as a preview, with only the "On Demand" (manual) trigger implemented.
- Added the
WEBSITE_CONTACTSsetting to define points of contact for the application (https://github.com/usnistgov/core_main_app/blob/master/settings.md#website_contacts).
Email addresses of this list will receive contact messages and user account requests.
TheADMINSandMANAGERSlists will continue to receive technical error messages, as defined by the Django framework. - Enabled token authentication to REST API by default.
- Minor fixes and improvements.