summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Check
Commit message (Expand)AuthorAgeFilesLines
* 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
* Also add the root of external storages to the file id listJoas Schilling2017-03-301-5/+13
* 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-019-26/+69
* Load the timezones via select2Joas Schilling2016-08-011-9/+8
* Add request timeJoas Schilling2016-08-011-0/+125
* Add remote addressJoas Schilling2016-08-011-0/+148
* Add Request URLJoas Schilling2016-08-011-0/+89
* User agent checkJoas Schilling2016-08-011-0/+71
* Add file mime typeJoas Schilling2016-08-012-0/+192
* Add file size as checkJoas Schilling2016-08-011-0/+113
* Add system tag checkJoas Schilling2016-08-011-0/+155
* Add L10N supportJoas Schilling2016-07-271-3/+9
* Add workflowengineMorris Jobke2016-07-261-0/+108