Version 1.683

Released: 2025-09-02

File Manager large directory mode evolution new

The 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.

Large directory warning

Quick directory size calculation action evolution update

A 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.

Directory sizes action

Menu 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.

File Manager toolbar refactor on mobile layout evolution update

Mobile 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.

File Manager mobile layout toolbar

File Manager preferences moved to Skin Options page evolution update

The File Manager related preferences are moved into the Profile -> Skin Options page.

File Manager skin options

Software version changes custombuild update

  • awstats updated from 7.9 to 8.0
  • csf updated from 14.24 to 15.00
  • litespeed updated from 6.3.4-2 to 6.3.4-3
  • PHP 8.3 updated from 8.3.24 to 8.3.25
  • PHP 8.4 updated from 8.4.11 to 8.4.12
  • spamassassin updated from 4.0.1 to 4.0.2
  • zstd (PHP extension) updated from 0.15.1 to 0.15.2

Show features that user has access to when creating domain evolution fix

Within 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.

Removed chpasswd configuration option from directadmin.conf removal

The system default chpasswd tool will be used instead of using a specific location configured in the directadmin.conf file.

CMD_SSL: Auto SSL for 'Manual Trigger' provides option for Pointers and Subdomains new

Previously, 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"
	}
},

It 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.

Last Updated: