agentejo / cockpit

Add content management functionality to any site - plug & play / headless / api-first CMS
http://getcockpit.com
MIT License
5.4k stars 525 forks source link

better filenames #1374

Closed patrickuhlmann closed 4 years ago

patrickuhlmann commented 4 years ago

before the filename started with a md5 hash and the original name came afterwards. Now the original name comes first and is then followed by a uid. I also made the uid explicitly visible with a prefix.

In the assets manager files are displayed based on their filename. With this change this is improved too as now the sorting is based on the original filename and not on the md5 hash. This has lead to some strange ordering before.

aheinze commented 4 years ago

Thanks!