summaryrefslogtreecommitdiffstats
path: root/lib/public/WorkflowEngine
Commit message (Expand)AuthorAgeFilesLines
* relax dependency on GenericEvent, instead stay compatible with old eventsArthur Schiwon2019-11-134-4/+101
* do not break on Checkers that do not need specific context infoArthur Schiwon2019-10-291-3/+0
* fix missing @since'sArthur Schiwon2019-09-092-0/+13
* entities equip the RuleMatcher on the events they are aware ofArthur Schiwon2019-09-092-3/+11
* let a dedicate service serve a stateful processArthur Schiwon2019-09-095-46/+63
* require IChecks to receive entity contextArthur Schiwon2019-09-091-0/+20
* seperate setFileInfo from ICheckArthur Schiwon2019-09-092-10/+45
* Return actual event data instead of self callingJulius Härtl2019-09-091-2/+2
* extends ICheck with scope and entity support, provide them as initialStateArthur Schiwon2019-09-092-4/+37
* WFE as proxy listen to relevent events and forwards themArthur Schiwon2019-09-091-0/+15
* introduce GenericEntityEvent and adapt File entityArthur Schiwon2019-09-091-0/+67
* adds a trigger hint for complex operationsArthur Schiwon2019-09-091-2/+15
* remove IEntity's getId in favor of class nameArthur Schiwon2019-09-091-14/+0
* merge IOperator with IOperation for simplicityArthur Schiwon2019-09-095-100/+58
* add operator interfaces / APIArthur Schiwon2019-09-094-0/+192
* add missing @since annotationsArthur Schiwon2019-09-092-1/+9
* the workflow manager becomes scope aware, Part 1Arthur Schiwon2019-09-091-0/+4
* introducing Entity interfaces and a File one as first implementationArthur Schiwon2019-09-093-0/+144
* open the WFE to deal with other subjects but filesArthur Schiwon2019-09-091-0/+34
* Update license headersMorris Jobke2017-11-063-0/+6
* Validate the operationJoas Schilling2016-08-191-0/+39
* Remove php side of check registrationJoas Schilling2016-07-271-79/+0
* Add workflowengineMorris Jobke2016-07-263-0/+183