Ariadne 8.3 introduces drag/drop selection and file uploads in the ariadne user interface. You can now simply drag files from your desktop directly to ariadne and it will upload the files in place. You can also select multiple objects and copy, move or delete them.
In addition we made a number of security related improvements. All forms generated with ar('html')->form() have automatic Cross Site Request Forgery (CSRF) protection. Session cookies now use the http-only flag and the secure flag if you use https. You can disable the default admin user by creating a new user and adding it to the 'admin' group, then using that user you can disable the admin user.
Warning: if you have users in the group '/system/groups/admin/' and they aren't supposed to have all grants at all locations in Ariadne, you must move them to another group. The admin group now has all grants everywhere.
regards,
Robbert Müller