After years of using easy-thumbnails, we found orphaned files in stacking up in storage. Finding files without a source was not possible so far with the management command. This commit extends the existing management command to support a new option that allows exactly this. The change is backwards compatible.
If you are interessted, please pull it. :-)
I would also be interested in this pull request going through.
Edit: How ever, I just tested it my test environment and it deleted all Thumbnails, not just the orphaned files.
It needs to be fix first. :thinking:
Orphans are files in storage that have no source.
After years of using easy-thumbnails, we found orphaned files in stacking up in storage. Finding files without a source was not possible so far with the management command. This commit extends the existing management command to support a new option that allows exactly this. The change is backwards compatible. If you are interessted, please pull it. :-)
Signed-off-by: Max Tuengerthal max@tuengerthal.net