nextcloud/apps/workflowengine/lib
Joas Schilling f519ed3fda Only cache the mimetype if the file exists
Otherwise files access control will cache "application/octet-stream"
for all the target node on:
rename, move, copy and all other methods which create a new item

To check this:
1. Add an automated tagging rule which tags on mimetype NOT "httpd/unix-directory"
2. Add an access control rule which checks for any mimetype
3. Create a folder and rename it, the folder should not be tagged, but it is

Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-14 19:40:59 +00:00
..
AppInfo Move workflowengine to compiled handlebars 2018-10-15 14:55:25 +02:00
Check Only cache the mimetype if the file exists 2019-10-14 19:40:59 +00:00
Controller Make sure to always use an array as parameter 2018-07-19 10:38:15 +02:00
Settings Add the icons for shipped apps 2017-01-19 10:42:22 +01:00
Manager.php Be sure to get the jailed path if the storage is a jail 2019-09-04 06:57:16 +00:00