aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Service/RuleMatcher.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-20/+5
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-311-23/+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-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-101-9/+9
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Use a blank line after the opening tagChristoph Wurst2020-04-091-0/+1
* 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
* log Flow activityArthur Schiwon2020-01-281-1/+49
* 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