aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Master is now 24Joas Schilling2021-11-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update app versions for 23Vincent Petry2021-09-281-1/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Make "name" column nullable in workflow operationsVincent Petry2021-08-101-1/+1
| | | | | | | | | | | | | 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>
* Bump app versionJoas Schilling2021-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Master is now 23Joas Schilling2021-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* This is 22Joas Schilling2021-02-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump versionsJoas Schilling2020-09-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Migrate WFE to new bootstrap mechanismChristoph Wurst2020-06-241-27/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* log Flow activityArthur Schiwon2020-01-281-0/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* remove missed manual Application instance constructionsRobin Appelman2019-11-041-1/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add missing ocs resource for user workflowsJulius Härtl2019-10-291-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* bump version to reflect fundamental changesArthur Schiwon2019-09-111-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* WFE as proxy listen to relevent events and forwards themArthur Schiwon2019-09-091-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* kill old non-OCS ControllerArthur Schiwon2019-09-091-4/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix personal settings class name in xmlblizzz2019-09-091-1/+1
| | | | | Co-Authored-By: Julius Härtl <jus@bitgrid.net> Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
* section and settings for usersArthur Schiwon2019-09-091-0/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* the workflow manager becomes scope aware, Part 1Arthur Schiwon2019-09-091-3/+15
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add scope table for workflows and switch to migrationsArthur Schiwon2019-09-091-90/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* provides an OCS workflow controller for adminsArthur Schiwon2019-09-091-1/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Development is 18 now!Roeland Jago Douma2019-09-051-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump versions of server and the requirements of appsJoas Schilling2018-11-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-9/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* add section to worklfowengineArthur Schiwon2016-08-221-1/+5
|
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-2/+2
|
* Load the timezones via select2Joas Schilling2016-08-011-0/+1
|
* Remove php side of check registrationJoas Schilling2016-07-271-1/+0
|
* Add workflowengineMorris Jobke2016-07-264-0/+166