Feature #45327
closedRecycler for files
100%
Description
FAL should have a recycler like we had in the past for files.
The recycler should not be browsable by users (like the processing folder), likewise should files from the folder not be displayed to users. We might even think about completely disabling external access to these files (e.g. via getPublicUrl()
).
Recycled files should not be indexed in sys_file anymore, but the record should be serialized and stored somewhere else (like we do with sys_history for normal records). We cannot just simply drop the record as we might later need it again (and should then be able to restore the metadata).
Updated by Gerrit Code Review almost 9 years ago
- Status changed from Accepted to Under Review
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45076
Updated by Michael Oehlhof almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ac66cdb4aaf31ff9a1ca22e4a9186cbc7bcb9644.