Version 1.683
Released: 2025-09-02
evolution new
File Manager large directory modeThe large directory mode allows File Manager to be functional in large directories.
If a directory contains more than 10,000 items (files or directories), then large directory mode will be activated. An alert message will show the total number of items in the directory, but only the first 10,000 items will be visible.
To allow finding files in a large directory, a name filter input is added. It enables searching for files that would otherwise be omitted because of the maximum visible items limit.
evolution update
Quick directory size calculation actionA new action to show accurate directory sized is added to the File Manager.
It calculates and shows sizes of all the sub-directories in the current directory.
Automatic directory size calculation can be enabled with an setting in the Profile -> Skin Options page.
evolution update
Menu customization UX improvementsMenu customization page (located in Customize Evolution Skin -> Menu) has the following improvements:
- Removed most confirmation windows to speed up workflow. Kept confirmation only for critical actions like "Reset to Defaults".
- Introduced edit, remove and restore buttons for categories and entries. This means that clicking an item will no longer bring up the edit window, or clicking item when it's disabled - restore it. Instead, actions will now have dedicated buttons.
- Categories and entries inside them can be dragged by holding click anywhere inside them. This is to make the process of customizing categories similar to regular menu entries.
evolution update
File Manager toolbar refactor on mobile layoutMobile layout now shows a single primary "Search" button. All other actions were moved into a right-side overflow menu to reduce clutter and increase user experience. No actions were removed.
evolution update
File Manager preferences moved to Skin Options pageThe File Manager related preferences are moved into the Profile -> Skin Options page.
custombuild update
Software version changesawstats
updated from7.9
to8.0
csf
updated from14.24
to15.00
litespeed
updated from6.3.4-2
to6.3.4-3
PHP 8.3
updated from8.3.24
to8.3.25
PHP 8.4
updated from8.4.11
to8.4.12
spamassassin
updated from4.0.1
to4.0.2
zstd (PHP extension)
updated from0.15.1
to0.15.2
evolution fix
Show features that user has access to when creating domainWithin the domain creation page (located in user level -> Account Manager -> Add New) the checkboxes for "Secure SSL", "CGI Access", "PHP Access" were shown even if user was configured to have no control over these features.
chpasswd
configuration option from directadmin.conf
removal
Removed The system default chpasswd
tool will be used instead of using a specific location configured in the directadmin.conf
file.
new
CMD_SSL: Auto SSL for 'Manual Trigger' provides option for Pointers and SubdomainsPreviously, the Manual Trigger was only for the master domain, but did provide checkboxes for Domain Pointers and Subdomains. Should a pointer or subdomain renewal fail, or a manual trigger be required, without requesting anything else, the only way was to delete or re-add the pointer, or request everything and quikcly remove the requests that were not required. This change will provide a select/dropdown on the Manual Trigger tab, allowing the selection of the desired master domain, pointer, or subdomain on the master or pointers.
When selecting a domain pointer, if the wildcard checkbox is not checked but the subdomains checkbox is checked, DirectAdmin will now build requests for each subdomain from it's master domain without needing to make a request for each subdomain on the domain pointer.
Currently, only the Enhanced
skin has recieved this change. The Evolution skin should be updated shortly to support this new functionality.
Extra information will now be output with the call to be able to fill the select's host options if Auto SSL is allowed:
CMD_SSL?domain=master-domain.com&json=yes
eg:
"manual_trigger_hosts":
{
"pointer.com":
{
"type": "pointer"
},
"master-domain.com":
{
"type": "domain"
},
"sub.pointer.com":
{
"type": "subdomain"
},
"sub.master-domain.com":
{
"type": "subdomain"
}
},
evolution removal
Removed category linksIt is no longer possible to create categories which acts as links. In case user previously had such categories, they will now be returned as regular categories where the first item inside that category is the link.