fnagel / deletefiles

TYPO3 extension deletefiles
http://typo3.org/extensions/repository/view/deletefiles
GNU General Public License v2.0
2 stars 5 forks source link

Using with non-public File Storage or absolute Path #6

Open bh-teufels opened 2 years ago

bh-teufels commented 2 years ago

i want to use the Task for cleanup files inside a non-public file storage (Is publicly available? = Off) but a Validation Check wont let me save this path same if using absolute path to storage.

My storage Settings: Is browsable? = On Is publicly available? = Off Is writable? = On Is online? = On Path type = absolute

bh-teufels commented 2 years ago

seem just because of using absolute path for the storage. but for GDPR / DSGVO safety reasons i want to keep the path outside the web root

fnagel commented 2 years ago

The extension currently only allows to use public folders (starting from web root). Absolute paths are not possible.

Possible to change that. We need to consider lockRootPath and make sure its backwards compatible. I'm open to PRs!