Commit Graph

57 Commits (appStoreDisabledOcc)

Author SHA1 Message Date
Git'Fellow c254855222 chore(db): Correctly apply query types 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
provokateurin c2fb7a72da
fix(psalm): Fix @throws annotations 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Andy Scherzinger cc1686dba9
chore: Add SPDX header 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Arthur Schiwon 93505b2cdd fix(workflowengine): use andWhere() not second where() 2 years ago
Côme Chilliet 0a9371f99f
Migrate applications away from deprecated ILogger 2 years ago
Joas Schilling aa039c986a
fix(workflowengine): Remove legacy event (deprecated since 17) 2 years ago
Joas Schilling 15fc42966c
Also check the scope when reading operations from the database 3 years ago
Joas Schilling c6700150d5
Validate the scope when validating operations 3 years ago
Julius Härtl aebf654214
perf(workflowengine): Cache query that is performed on every request 3 years ago
Carl Schwan d5c23dbb9f Move CappedMemoryCache to OCP 4 years ago
Carl Schwan ec6b83cc18 Add stricter psalm type for CappedMemoryCache 4 years ago
Côme Chilliet ccab35f23f
Fix similar potential problems with fetchOne loops 4 years ago
Daniel Kesselberg 7492b3c24f
Set alias for result of cast column function 4 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Christoph Wurst 8b64e92b92
Bump doctrine/dbal from 2.12.0 to 3.0.0 5 years ago
Arthur Schiwon 1eb86e46fd
inform the user when flow config data exceeds thresholds 5 years ago
Christoph Wurst f464ef050b
Fix type errors detected by Psalm 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Joas Schilling aa5e4aacc1
Don't use SELECT DISTINCT when to_char() is used in a WHERE statement 5 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Julius Härtl e4829236cf
Add app config to disable user flows 6 years ago
Daniel Kesselberg b3780bcedd
Annotate $additionalScopes so the IDE knows what type $scopeCandidate is. 6 years ago
Arthur Schiwon 46aaeb4561
log Flow activity 6 years ago
Roeland Jago Douma 25d4f3230d
Use the new Events in Flow 6 years ago
Julius Härtl e7ad044826
Validate check array in the backend 6 years ago
Arthur Schiwon 2799064573
report list of entities without array keys to frontend 6 years ago
Julius Härtl c3061e6929
Make sure event names is always an array 6 years ago
Arthur Schiwon 7a7a415fdc
expose user of running flows 6 years ago
Arthur Schiwon 7210852f07
allow user flows when the acting user is legitimate, but not its owner 6 years ago
Julius Härtl 6830daf104
Decode list of events when returning them 6 years ago
Julius Härtl e7e9166efe
Add endpoint to test operations before submitting 6 years ago
Arthur Schiwon 849d025d09
let a dedicate service serve a stateful process 6 years ago
Julius Härtl 687edb4bc8
No need to get the class since the entity is already the class string 6 years ago
Arthur Schiwon 36624def94
add type hint for IDE 6 years ago
Arthur Schiwon c2a52813e2
extends ICheck with scope and entity support, provide them as initialState 6 years ago
Arthur Schiwon d2c8b939d5
WFE as proxy listen to relevent events and forwards them 6 years ago
blizzz ce4f3598ff
use correct builder instance 6 years ago
Arthur Schiwon ed58343e60
split events DB field into entity and events, adjust biz logic 6 years ago
Arthur Schiwon 827dd896fa
extend DB table, manager, controller with support for entity events 6 years ago
Arthur Schiwon 26b19b73a4
remove IEntity's getId in favor of class name 6 years ago
Arthur Schiwon 4c2fdbb908
merge IOperator with IOperation for simplicity 6 years ago
Arthur Schiwon ec36c0ae80
add operator interfaces / API 6 years ago
Arthur Schiwon 4aba1f1cff
scope aware workflow controller and manager 6 years ago
Arthur Schiwon bd5c455da4
the workflow manager becomes scope aware, Part 1 6 years ago
Arthur Schiwon 804d4fe69f
introducing Entity interfaces and a File one as first implementation 6 years ago
Arthur Schiwon 445d6eb839
open the WFE to deal with other subjects but files 6 years ago
Arthur Schiwon d015cd9c55
provides an OCS workflow controller for admins 6 years ago