https://github.com/itx-informationssysteme/file-dashboard
Typo3 Extension to view and download your files more easily
https://github.com/itx-informationssysteme/file-dashboard
backend dashboards files typo3 typo3-extension typo3-v11 typo3-v12 typo3-v13
Last synced: 5 months ago
JSON representation
Typo3 Extension to view and download your files more easily
- Host: GitHub
- URL: https://github.com/itx-informationssysteme/file-dashboard
- Owner: itx-informationssysteme
- License: other
- Created: 2024-12-13T12:37:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T07:38:31.000Z (over 1 year ago)
- Last Synced: 2025-11-21T06:20:23.526Z (7 months ago)
- Topics: backend, dashboards, files, typo3, typo3-extension, typo3-v11, typo3-v12, typo3-v13
- Language: PHP
- Homepage: https://extensions.typo3.org/extension/file_dashboard
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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

### 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