summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Service
Commit message (Expand)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-6/+12
* Merge pull request #25588 from nextcloud/techdept/custom-psr-loggerChristoph Wurst2021-03-051-2/+3
|\
| * Migrate WFE to the new PSR loggerChristoph Wurst2021-02-111-2/+3
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
|/
* fix possible leaking scope in FlowArthur Schiwon2020-08-241-0/+14
* Remove unused method.Daniel Kesselberg2020-06-251-6/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-15/+14
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Use a blank line after the opening tagChristoph Wurst2020-04-092-0/+2
* Add app config to disable user flowsJulius Härtl2020-03-211-1/+1
* Annotate $additionalScopes so the IDE knows what type $scopeCandidate is.Daniel Kesselberg2020-03-171-1/+1
* Fix single "ScopeContext" passed to "setScopes"Daniel Calviño Sánchez2020-03-161-1/+1
* Reduce flow logging at INFO levelJulius Härtl2020-02-141-1/+4
* always require a message paramter for data loggingArthur Schiwon2020-01-281-1/+3
* log Flow activityArthur Schiwon2020-01-282-1/+219
* Flows that are managing themselves do not necessarily set the entityArthur Schiwon2019-12-181-8/+10
* do not add (user) flows twiceArthur Schiwon2019-12-161-1/+1
* Allow to specify apps that somethign is a dirJoas Schilling2019-12-101-2/+3
* add convenience interfaces so entities can provide presentable detailsArthur Schiwon2019-11-281-0/+7
* allow user flows when the acting user is legitimate, but not its ownerArthur Schiwon2019-11-281-4/+46
* do not break on Checkers that do not need specific context infoArthur Schiwon2019-10-291-4/+1
* fix order/entity types when setting the contextArthur Schiwon2019-09-101-8/+8
* let a dedicate service serve a stateful processArthur Schiwon2019-09-091-0/+137