Allow specifying/importing global ignored file extension list via URL or TXT File
- Dominant language
- C++
- Stars
- 3.9k
- Forks
- 1k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 127
Description
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you want to have the same feature implemented.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.
### Feature description
Currently, [the ransomware-protection Nextcloud App](https://github.com/nextcloud/ransomware_protection) has been unmaintained for a few years. It provided a server-side regex-filter on the name/extension of Files to be uploaded and was advertised as preventing automatic upload of ransomware-infected files to your Nextcloud instance. Now you may think of that what you want and there is a reason this app is no longer maintained, but a simpler "ignore the following file names"-Feature is also available in the Nextcloud Desktop app.
Now, after explaining all this, what do I want? The current Nextcloud Desktop App allows manually specifying individual regex-filters which files should be ignored, however mass-import from a textfile (like [the one used in the old ransomware-protection app](https://github.com/nextcloud/ransomware_protection/blob/master/resources/extensions.txt)) or even the use of a remote list by specifying a URL instead of a regex-filter is currently not possible.
Optimal would be if the Nextcloud Server already provided a global Admin Setting that all connected Nextcloud Apps would use. Allowing the user to import a textfile containing predefined filters in the Nextcloud Desktop App would be nice, being able to specify a URL to import once (or repeatedly) from would be even better.
I can imagine this isn't a top priority topic or even widely requested, but I would assume Enterprise Customers would like to be able to control these client-side regex-filters from a central location / from the Nextcloud Admin Settings.
Contributor guide
Assessment
This issue has not been assessed yet.