aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Check/FileMimeType.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply new CSFixer rulesFerdinand Thiessen4 days1-11/+12
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-9/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-311-23/+2
* Merge pull request #38604 from fsamapoor/replace_strpos_calls_in_workflowengi...Côme Chilliet2023-08-071-4/+4
|\
| * Fixes "PossiblyFalseArgument" notices.Faraz Samapoor2023-07-031-4/+4
| * Refactors "strpos" calls in /apps/workflowengine to improve code readability.Faraz Samapoor2023-07-031-4/+4
* | fix: Avoid failing with duplicate checksJulius Härtl2023-07-121-7/+1
|/
* remove file exists check from `cacheAndReturnMimeType`Robin Appelman2022-12-201-2/+2
* use mimetype from cache for workflow if availableRobin Appelman2022-12-201-4/+8
* Detect mimetype by content only with contentJoas Schilling2021-10-271-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+8
* Only execute plain mimetype check for directories and do the fallback only fo...Morris Jobke2020-11-301-2/+6
* Make sure to check the mimetype on the path if a secure one could not be dete...Julius Härtl2020-09-291-0/+13
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* make the mime type checker for flow available to regular usersArthur Schiwon2020-01-091-0/+4
* Allow to specify apps that somethign is a dirJoas Schilling2019-12-101-3/+9
* Improve mimetype detection in workflow componentsJoas Schilling2019-12-101-82/+13
* Only cache the mimetype if the file existsJoas Schilling2019-10-141-15/+35
* Correctly detect the mimetype from uploadsJoas Schilling2019-09-261-1/+1
* Fix type hinting on setFileInfoJulius Härtl2019-09-101-1/+1
* require IChecks to receive entity contextArthur Schiwon2019-09-091-8/+4
* seperate setFileInfo from ICheckArthur Schiwon2019-09-091-1/+2
* extends ICheck with scope and entity support, provide them as initialStateArthur Schiwon2019-09-091-0/+5
* A folder should get a folder mimetypeRoeland Jago Douma2018-10-291-0/+5
* Fix mimetype detection for junked uploadsJoas Schilling2018-08-241-4/+10
* Fix workflow engine mimetype detection when creating a directoryJoas Schilling2017-03-231-0/+6
* Fix mimetype detection on public uploads for the workflow engineJoas Schilling2017-03-061-1/+20
* Make mimetype also work for READ and DELETE operationsJoas Schilling2016-09-051-0/+39
* Better detection of mimetypes while uploading a zip on a macJoas Schilling2016-09-051-8/+46
* Translate the errorsJoas Schilling2016-08-011-1/+4
* Add file mime typeJoas Schilling2016-08-011-0/+82