cs3org / reva

WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends
https://reva.link
Apache License 2.0
167 stars 113 forks source link

Disallow invalid filenames #4721

Closed dragonchaser closed 3 months ago

dragonchaser commented 3 months ago

Bugfix: Disallow illegal filenames filter

We have created a validator that checks if a filename is in a list of forbidden filenames. This list is defined in the config file and can be extended by the administrator.

https://github.com/owncloud/ocis/issues/1002

update-docs[bot] commented 3 months ago

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

dragonchaser commented 3 months ago

closing superseded by #4740