itx / file-dashboard
Filterable file list backend module including easy download functionality.
Installs: 65
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- maennchen/zipstream-php: ^3
- typo3/cms-core: ^12.4 || ^13.4
README
This dashboard helps you get a more simplified view on your files and lets you download them in a more usable format. It can download huge files even better than the regular Filelist can
Features
View all your files in one long list
- The dashboard lists every file in your filesystem it can, and display them in a flat hierarchy
- Every file has it's name, path, filetype and creation date listed
Filter your files
- The extension allows you to filter your files by name, path, file type and creation date
- After inserting your filters, press the Filter button to apply them. The Reset button resets all the filters
Download single files
- Each file has it's own Download button. Clicking it will download the file
Download multiple files
- If you want to download multiple files at the same time, you can tick their respective checkboxes (1), and then click on the floating action button(2). This will start downloading a zip folder with all your selected files inside
View file details
- If you click on the name of one of the files, you will be shown a preview of the file and a table with the file's metadata
For developers
- The extension triggers a FileRenameEvent when downloading multiple files, which can be used to rename files before they are zipped