Awesome work. I needed it.
@Sfner i have few questions:
can users make their own groups and their own categories?
(Hopefully) As requested by @chrismccoy
Thanks for the idea!
The name actually only tells half the story. This plugin lets you:
Hide uploads of definable filetypes behind a hash/timestamp/filename combination. Uploads are not stored in the standard path (public/uploads). This ensures, that even when the filename is known, it's pretty hard to guess its location.
Set an expiration time(range) for those hash/timestamp/filename urls. Every setting > 0 will have uploads handled by this plugin expire.
PLEASE NOTE: Expiration is calculated at request time. If you uploaded a file 7 days ago and now decide to lower the expiration time from 10 to 5 days, this file will be treated as expired.
npm install nodebb-plugin-expiring-uploads
Activate the plugin in the ACP.
Adjust the settings! Standard expiration time is 0 = uploads never expire.
... more in the CHANGELOG.
Awesome work
any reason you have the link text field hidden on settings page, i want to set a default link text, and i noticed the form group you have a class of hidden, so its not shown on the settings page