Skip to content

itx-informationssysteme/file-dashboard

Repository files navigation

TYPO3 File Dashboard

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

image

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

Filter

Download single files

  • Each file has it's own Download button. Clicking it will download the file

Download

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

MultiDownload

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

image

For developers

  • The extension triggers a FileRenameEvent when downloading multiple files, which can be used to rename files before they are zipped