Also the error message is shown every single sync. Yes, the sync should fail as it is a blacklisted file but on the other hand the sync was also successful because it did not synced the files that were not supposed to be synced. It is a bit harsh to fail the sync, shouldn't the files be rather ignored?
Server: 10.4.0 RC3 Client: 2.6.1 (build 13096)
Steps to recreate: 1) Add
'blacklisted_files_regex' => [ '.*\.jpg' ],
into config.php on the server 2) Create a new file123.jpg
in the client 3) SyncActual result: 403 Forbidden message Expected result: Nice user friendly message
Similar with secure view https://github.com/owncloud/client/issues/7604#issue-524404600 and file firewall https://github.com/owncloud/client/issues/7604#issuecomment-555414003
Also the error message is shown every single sync. Yes, the sync should fail as it is a blacklisted file but on the other hand the sync was also successful because it did not synced the files that were not supposed to be synced. It is a bit harsh to fail the sync, shouldn't the files be rather ignored?