aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/WorkflowEngine
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-2420-389/+40
* fix(OCP): Add since tag for all constantsJoas Schilling2024-02-141-0/+7
* fix(workflowengine): Remove legacy event (deprecated since 17)Joas Schilling2023-07-191-15/+0
* Fix typos in lib/public subdirectorySimon L2023-05-101-1/+1
* techdebt(workflowengine): Remove transition event classesJoas Schilling2023-03-032-97/+0
* composer run cs:fixCôme Chilliet2023-01-209-9/+0
* Add Psalm specific scope type hint for the WFE operationChristoph Wurst2021-11-221-0/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0422-44/+22
* Deprecate all remaining event constantsChristoph Wurst2021-02-091-1/+9
* Fix typo in @deprecated PHPDoc tagMorris Jobke2020-11-241-1/+1
* inform the user when flow config data exceeds thresholdsArthur Schiwon2020-10-281-0/+10
* Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma2020-08-2618-18/+0
|\
| * Remove @package annotations from public namespaceJulius Härtl2020-08-2618-18/+0
* | Merge pull request #22359 from nextcloud/fix/noid/flow-leaking-scopeJoas Schilling2020-08-251-0/+10
|\ \
| * | fix possible leaking scope in FlowArthur Schiwon2020-08-241-0/+10
| |/
* / Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-3/+6
|/
* Add PHP doc for eventsMorris Jobke2020-08-101-0/+2
* Enable Flow entities to recreate state if necessaryArthur Schiwon2020-08-051-0/+59
* flow to not use deprecated event dispatcher methodsArthur Schiwon2020-06-191-0/+34
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Add visibility to all constantsChristoph Wurst2020-04-101-5/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-106-7/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Fix license headersChristoph Wurst2020-01-134-3/+10
* Use the new Events in FlowRoeland Jago Douma2020-01-024-6/+171
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Allow to specify apps that somethign is a dirJoas Schilling2019-12-101-1/+4
* Update license headersChristoph Wurst2019-12-0517-17/+48
* add convenience interfaces so entities can provide presentable detailsArthur Schiwon2019-11-285-0/+180
* allow user flows when the acting user is legitimate, but not its ownerArthur Schiwon2019-11-282-0/+39
* 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