aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Check
Commit message (Expand)AuthorAgeFilesLines
* fix(workflow): Check tag attributeJoas Schilling2023-03-161-8/+29
* 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
* Make sure to not pass null to DateTime::createFromFormatCôme Chilliet2022-11-141-2/+2
* Fix psalm issuesCarl Schwan2022-01-131-1/+4
* Add helper method in WrapperCarl Schwan2022-01-131-12/+5
* The storage is not static anymoreCarl Schwan2022-01-131-15/+11
* Optimize FileSystemTags workflow for groupfolderCarl Schwan2022-01-131-9/+29
* Fix RequestURL check for cli commandsCarl Schwan2022-01-111-6/+11
* fix testsRobin Appelman2021-12-021-2/+2
* Detect mimetype by content only with contentJoas Schilling2021-10-271-1/+1
* Do not cache file ids in FileSystemTags inside group foldersRichard Steinmetz2021-09-141-2/+10
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0411-33/+70
* Rename External storages to External storageszaimen2021-05-201-1/+1
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
* consider local external storages, tooArthur Schiwon2020-12-151-1/+2
* enables the file name check also to match name of mountpointsArthur Schiwon2020-12-151-2/+20
* 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
* Update urls to stackoverflow.com to "HTTPS"J0WI2020-09-171-3/+3
* Flow: Include root folder for shared storages when fetching system tagsJulius Härtl2020-06-151-1/+2
* Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-3/+0
* Use elseif instead of else ifChristoph Wurst2020-04-103-4/+4
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-2/+2
* Use a blank line after the opening tagChristoph Wurst2020-04-092-0/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-099-9/+0
* Remove unused importsChristoph Wurst2020-03-251-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-102-4/+15
* Improve mimetype detection in workflow componentsJoas Schilling2019-12-101-82/+13
* Only cache the mimetype if the file existsJoas Schilling2019-10-141-15/+35
* Don't call basename on nullJoas Schilling2019-10-011-1/+1
* Correctly detect the mimetype from uploadsJoas Schilling2019-09-261-1/+1
* Fix type hinting on setFileInfoJulius Härtl2019-09-102-2/+2
* let a dedicate service serve a stateful processArthur Schiwon2019-09-096-27/+0
* require IChecks to receive entity contextArthur Schiwon2019-09-0910-45/+97
* seperate setFileInfo from ICheckArthur Schiwon2019-09-098-42/+6
* Extend missing check classesJulius Härtl2019-09-094-0/+54
* extends ICheck with scope and entity support, provide them as initialStateArthur Schiwon2019-09-097-0/+51
* A folder should get a folder mimetypeRoeland Jago Douma2018-10-291-0/+5
* Ignore case for is and !isDaniel Kesselberg2018-10-051-4/+9
* Remove unused importDaniel Kesselberg2018-10-041-2/+0
* Make code strictDaniel Kesselberg2018-10-031-2/+3
* Add FileName to Workflow engineDaniel Kesselberg2018-10-031-0/+74
* Fix mimetype detection for junked uploadsJoas Schilling2018-08-241-4/+10
* Make the Outlook and Thunderbird addons identifyableJoas Schilling2018-02-271-2/+10
* Use non aliased method insteadMorris Jobke2018-02-131-1/+1
* Request->getHeader() should always return a stringMorris Jobke2018-01-171-2/+2