aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Controller
Commit message (Collapse)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-212-17/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-4/+4
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* refactor(workflowengine): Replace security annotations with respective ↵provokateurin2024-07-272-8/+8
| | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-314-82/+8
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(workflows): Finish password confirmationJoas Schilling2023-11-162-0/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* workflowengine: Stop using a service alias for controllerjld31032023-06-191-1/+1
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Make "name" column nullable in workflow operationsVincent Petry2021-08-102-3/+14
| | | | | | | | | | | | | The "name" column is now unused and the code is always inserting an empty string. While this works with most databases, Oracle complains because an empty string is equivalent to null. To fix this, the column definition is changed to allow null values now. Also added some logging in case of database exceptions, because without this nothing would be logged to detect the above problem. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-12/+19
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-7/+6
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use a blank line after the opening tagChristoph Wurst2020-04-093-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add app config to disable user flowsJulius Härtl2020-03-211-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adjust user UserWorkflowController methods to AWorflowControllerJulius Härtl2019-10-291-4/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* kill old non-OCS ControllerArthur Schiwon2019-09-091-128/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix parameter for OCSExcpetionblizzz2019-09-091-3/+3
| | | | | | Signed-off-by: blizzz <blizzz@arthur-schiwon.de> Co-Authored-By: Julius Härtl <jus@bitgrid.net>
* split events DB field into entity and events, adjust biz logicArthur Schiwon2019-09-091-2/+5
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* extend DB table, manager, controller with support for entity eventsArthur Schiwon2019-09-091-4/+16
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* scope aware workflow controller and managerArthur Schiwon2019-09-093-79/+274
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* provides an OCS workflow controller for adminsArthur Schiwon2019-09-091-0/+111
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Make sure to always use an array as parameterJoas Schilling2018-07-191-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use stripos instead of strpos(strtolower(), 'something')Morris Jobke2018-01-251-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Require password confirmation when changing workflow rulesJoas Schilling2016-11-181-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* OoopsJoas Schilling2016-08-021-1/+0
|
* Load the timezones via select2Joas Schilling2016-08-011-0/+53
|
* Remove php side of check registrationJoas Schilling2016-07-271-20/+1
|
* Add workflowengineMorris Jobke2016-07-261-0/+141