summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* fix(workflowengine): use andWhere() not second where()Arthur Schiwon2023-11-131-1/+1
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-52/+12
* fix(workflowengine): Remove legacy event (deprecated since 17)Joas Schilling2023-07-191-10/+0
* Also check the scope when reading operations from the databaseJoas Schilling2023-02-231-0/+23
* Validate the scope when validating operationsJoas Schilling2023-02-231-3/+10
* perf(workflowengine): Cache query that is performed on every requestJulius Härtl2023-02-101-2/+18
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-121-4/+5
* Fix similar potential problems with fetchOne loopsCôme Chilliet2022-03-081-1/+1
* Set alias for result of cast column functionDaniel Kesselberg2021-08-161-1/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+11
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-8/+8
* inform the user when flow config data exceeds thresholdsArthur Schiwon2020-10-281-0/+9
* Fix type errors detected by PsalmChristoph Wurst2020-10-141-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Don't use SELECT DISTINCT when to_char() is used in a WHERE statementJoas Schilling2020-09-071-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-15/+15
* Add app config to disable user flowsJulius Härtl2020-03-211-1/+12
* Annotate $additionalScopes so the IDE knows what type $scopeCandidate is.Daniel Kesselberg2020-03-171-0/+4
* log Flow activityArthur Schiwon2020-01-281-1/+8
* Use the new Events in FlowRoeland Jago Douma2020-01-021-14/+21
* Validate check array in the backendJulius Härtl2019-12-271-0/+7
* report list of entities without array keys to frontendArthur Schiwon2019-12-211-2/+2
* Make sure event names is always an arrayJulius Härtl2019-12-061-2/+2
* expose user of running flowsArthur Schiwon2019-11-281-0/+2
* allow user flows when the acting user is legitimate, but not its ownerArthur Schiwon2019-11-281-0/+26
* Decode list of events when returning themJulius Härtl2019-10-291-0/+2
* Add endpoint to test operations before submittingJulius Härtl2019-09-101-1/+1
* let a dedicate service serve a stateful processArthur Schiwon2019-09-091-92/+5
* No need to get the class since the entity is already the class stringJulius Härtl2019-09-091-1/+1
* add type hint for IDEArthur Schiwon2019-09-091-0/+1
* extends ICheck with scope and entity support, provide them as initialStateArthur Schiwon2019-09-091-5/+51
* WFE as proxy listen to relevent events and forwards themArthur Schiwon2019-09-091-0/+27
* use correct builder instanceblizzz2019-09-091-1/+1
* split events DB field into entity and events, adjust biz logicArthur Schiwon2019-09-091-23/+36
* extend DB table, manager, controller with support for entity eventsArthur Schiwon2019-09-091-7/+56
* remove IEntity's getId in favor of class nameArthur Schiwon2019-09-091-1/+1
* merge IOperator with IOperation for simplicityArthur Schiwon2019-09-091-8/+7
* add operator interfaces / APIArthur Schiwon2019-09-091-1/+32
* scope aware workflow controller and managerArthur Schiwon2019-09-091-73/+154
* the workflow manager becomes scope aware, Part 1Arthur Schiwon2019-09-091-4/+29
* introducing Entity interfaces and a File one as first implementationArthur Schiwon2019-09-091-1/+55
* open the WFE to deal with other subjects but filesArthur Schiwon2019-09-091-2/+28
* provides an OCS workflow controller for adminsArthur Schiwon2019-09-091-0/+35
* Be sure to get the jailed path if the storage is a jailRoeland Jago Douma2019-09-031-0/+5
* Fix L10N::tRoeland Jago Douma2017-08-011-5/+5
* Do not reset the list after adding cached entriesJoas Schilling2016-10-171-1/+0
* Validate the operationJoas Schilling2016-08-191-5/+43
* Add L10N supportJoas Schilling2016-07-271-4/+10