You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the same problem that MIME types are not checked (correctly?) during the upload on public links. But as soon as the file is uploaded, file access control denies the access.
However, if you want to grant access to the file for the normal user (that shared the link), you can modify the rule a little bit.
For example:
file mime type -- is -- JPEG
user group membership -- not member of -- normalUser
So if the user is member of the group "normalUser", then he can still access the file and delete it.
Nevertheless I would love to have the file access control also working for uploads to a public link.
I wanted to forbid uploads of *.sh, *.php and *.js but can't get this to work.
Steps to reproduce
Expected behaviour
jpeg file should not be uplaoded with error message that jpeg files are not allowed
Actual behaviour
jpeg file will be uploaded but will be not accessable
Server configuration
Operating system:
Docker Image Nextcloud:10.0.3-apache
Web server:
Apache2
Database:
MySQL 10.1.20
PHP version:
PHP 5.6.30
Nextcloud version: (see Nextcloud admin page)
11.0.2 (stable)
Updated from an older Nextcloud/ownCloud or fresh install:
updated from 10.0.3
Where did you install Nextcloud from:
Docker Hub
The text was updated successfully, but these errors were encountered: