aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Check/RequestTime.php
Commit message (Expand)AuthorAgeFilesLines
* fix(apps): Fix wrong or missing castsfix/apps/wrong-missing-castsprovokateurin2024-10-231-1/+1
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-9/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-311-22/+2
* Make sure to not pass null to DateTime::createFromFormatCôme Chilliet2022-11-141-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+7
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* 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
* let a dedicate service serve a stateful processArthur Schiwon2019-09-091-5/+0
* require IChecks to receive entity contextArthur Schiwon2019-09-091-1/+4
* seperate setFileInfo from ICheckArthur Schiwon2019-09-091-8/+0
* Extend missing check classesJulius Härtl2019-09-091-0/+13
* extends ICheck with scope and entity support, provide them as initialStateArthur Schiwon2019-09-091-0/+4
* 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