Version 1.688
Released: 2025-10-28
File Manager "Create File" now uses a new API endpoint evolution update
The Create File action in File Manager now uses a new API endpoint, replacing the previous one.
Cleaner search in File Manager evolution update
The file and folder search in File Manager now has a cleaner look that matches the regular page search, making it easier to use.

Prevent access to DNSSEC page when disabled evolution fix
It is no longer possible to access user level DNSSEC page when user_dnssec_control is set to 0 in directadmin.conf.
File Manager Trash directory only restore or permanently delete actions evolution fix
In Trash, you can now only restore items or delete them permanently. Creating new files or folders in Trash directory, or copying, moving, renaming items, etc., is no longer allowed.
Fixed /CMD_API_DNS_CONTROL handler validation for DNS record type parameter fix
Validation logic for /CMD_API_DNS_CONTROL is updated to correctly report errors about malformed DNS entry parameter values.
Legacy /CMD_MODSECURITY endpoint no longer supports action=log parameter removal
The endpoint /CMD_MODSECURITY no longer returns the ModSecurity log with the action=log parameter. The log is available with the new API endpoints:
/api/modsecurity-audit-log/summary- key data from the ModSecurity log./api/modsecurity-audit-log/entry- more detailed information about a single event in the log.
The legacy endpoint was not used by the Evolution skin. The Enhanced skin is updated to redirect users to the new API endpoint.
Removed enable_threads configuration option from directadmin.conf removal
Multi-server configuration will automatically use concurrent requests to multiple servers on the supported actions.
The option enable_threads to enable or disable threads for multi-server actions is removed from the directadmin.conf file.
Removed zip related configuration from directadmin.conf removal
Updated codebase supports Zip archives out of the box and stops relying on system zip tools. This renders zip related fields in directadmin.conf non-functional.
The following fields are removed from directadmin.conf:
zipzip_binunzip_binextra_unzip_option
One-Click Roundcube Login to support webmail.domain.com new
New option for the RoundCube SSO login, ability to set:
da config-set one_click_webmail_link 'https://webmail.domain.com' --restart
where the default value will remain as /roundcube.
More information in the documentation.