nextcloud/apps/workflowengine/lib/Check
Roeland Jago Douma fc49fa1620
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-11-06 08:02:48 +01:00
..
AbstractStringCheck.php Translate the errors 2016-08-01 17:56:33 +02:00
FileMimeType.php A folder should get a folder mimetype 2018-11-06 08:02:48 +01:00
FileSize.php Translate the errors 2016-08-01 17:56:33 +02:00
FileSystemTags.php Also add the root of external storages to the file id list 2017-03-30 23:26:19 +02:00
RequestRemoteAddress.php Translate the errors 2016-08-01 17:56:33 +02:00
RequestTime.php Translate the errors 2016-08-01 17:56:33 +02:00
RequestURL.php Translate the errors 2016-08-01 17:56:33 +02:00
RequestUserAgent.php Translate the errors 2016-08-01 17:56:33 +02:00
UserGroupMembership.php Translate the errors 2016-08-01 17:56:33 +02:00