nextcloud/apps/workflowengine/lib/Check
Roeland Jago Douma 90dc8fb42e
A folder should get a folder mimetype
If doing achunked upload the mimetype of the folder would otherwise be
guessed from the path. Which always returned application/octet-stream.

If an access control rule to block that is in place this means that all
chunked uploads fail hard in directories as the isCreatable on the
directory always fails.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-29 21:35:08 +01:00
..
AbstractStringCheck.php
FileMimeType.php A folder should get a folder mimetype 2018-10-29 21:35:08 +01:00
FileName.php Ignore case for is and !is 2018-10-05 17:54:48 +02:00
FileSize.php
FileSystemTags.php
RequestRemoteAddress.php
RequestTime.php
RequestURL.php
RequestUserAgent.php Make the Outlook and Thunderbird addons identifyable 2018-02-27 14:37:32 +01:00
UserGroupMembership.php