server icon indicating copy to clipboard operation
server copied to clipboard

Implementing usage of forbidden_chars for file/folder uploads via WebDAV

Open nc-fkl opened this issue 2 years ago • 0 comments

How to use GitHub

  • Please use the 👍 reaction to show that you are interested into the same feature.
  • 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

Hi Nextcloud Team,

there is a forbidden_characters=[....] feature in the WebUI that disallows the usage for renaming/uploading/moving of files & folders with specific characters that are forbidden. Could we also implement this for WebDAV so that it is in sync with the frontend?

Thank you for your effort! :)

Describe alternatives you've considered Updating the documentation that is clear that forbidden_chars is only used in the WebUI and not respected by Desktop Client / WebDav. ( https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#forbidden-chars )

Additional context

Desktop Client: https://github.com/nextcloud/desktop/issues/6447

WebUI: https://github.com/nextcloud/server/pull/40585 https://github.com/nextcloud/server/issues/38614 https://github.com/nextcloud/server/issues/43423

Screenshot Frontend: +new_folder (6)

nc-fkl avatar Feb 15 '24 14:02 nc-fkl