⚠️ This issue respects the following points: ⚠️
Bug description
When uploading a file and the proxy has a file-filter rule in place to block the upload by sending a 403. Netflix UI says: Operation is blocked by access control indicating that it's the files_accesscontrol app who blocks
Error is caused by this line: https://github.com/nextcloud/server/blob/master/apps/files/src/views/FilesList.vue#L604
the server sends response content as well but it's only checked for the 403 code.
I know it's a very niche issue so LMK if that needs fixing.
Steps to reproduce
- block file uploads with proxy rule
- upload file
- see error Operation blocked by access control
Expected behavior
more clear error message
Nextcloud Server version
master
Bug description
When uploading a file and the proxy has a file-filter rule in place to block the upload by sending a 403. Netflix UI says: Operation is blocked by access control indicating that it's the files_accesscontrol app who blocks
Error is caused by this line: https://github.com/nextcloud/server/blob/master/apps/files/src/views/FilesList.vue#L604
the server sends response content as well but it's only checked for the 403 code.
I know it's a very niche issue so LMK if that needs fixing.
Steps to reproduce
Expected behavior
more clear error message
Nextcloud Server version
master