summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Check/RequestTime.php
Commit message (Collapse)AuthorAgeFilesLines
* let a dedicate service serve a stateful processArthur Schiwon2019-09-091-5/+0
| | | | | | | | * includes making ICheck not requiring any context setter * and IFileCheck extending the IEntityCheck as entity data can be handed in via Dispatcher Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* require IChecks to receive entity contextArthur Schiwon2019-09-091-1/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* seperate setFileInfo from ICheckArthur Schiwon2019-09-091-8/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Extend missing check classesJulius Härtl2019-09-091-0/+13
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* extends ICheck with scope and entity support, provide them as initialStateArthur Schiwon2019-09-091-0/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Translate the errorsJoas Schilling2016-08-011-5/+10
|
* Load the timezones via select2Joas Schilling2016-08-011-9/+8
|
* Add request timeJoas Schilling2016-08-011-0/+125