summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/composer
Commit message (Collapse)AuthorAgeFilesLines
* Fix "Cannot add a NOT NULL column with default value NULL"Joas Schilling2019-09-262-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* let a dedicate service serve a stateful processArthur Schiwon2019-09-092-2/+4
| | | | | | | | * 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-092-0/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* introduce GenericEntityEvent and adapt File entityArthur Schiwon2019-09-092-4/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* kill old non-OCS ControllerArthur Schiwon2019-09-092-2/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* section and settings for usersArthur Schiwon2019-09-092-0/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* scope aware workflow controller and managerArthur Schiwon2019-09-092-0/+6
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* the workflow manager becomes scope aware, Part 1Arthur Schiwon2019-09-092-0/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* introducing Entity interfaces and a File one as first implementationArthur Schiwon2019-09-092-0/+8
| | | | | | also adds admin settings that pass entities as initial state Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add scope table for workflows and switch to migrationsArthur Schiwon2019-09-092-0/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* provides an OCS workflow controller for adminsArthur Schiwon2019-09-092-0/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add autoloaders for shipped appsRoeland Jago Douma2019-06-279-0/+622
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>