aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Settings/ASettings.php
Commit message (Collapse)AuthorAgeFilesLines
* Use SettingsSection in workflowengine settingsCarl Schwan2022-05-311-18/+16
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move some settings over to the IInitialStateRoeland Jago Douma2021-03-021-11/+6
| | | | | | The old one has been deprecated. Part one of many. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Prefer typed event over string based onesMorris Jobke2020-08-101-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* flow to not use deprecated event dispatcher methodsArthur Schiwon2020-06-191-13/+9
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use a blank line after the opening tagChristoph Wurst2020-04-091-0/+1
| | | | 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>
* Hide card for apps store if disabledDaniel Kesselberg2020-03-161-1/+16
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* extends ICheck with scope and entity support, provide them as initialStateArthur Schiwon2019-09-091-0/+21
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* adds a trigger hint for complex operationsArthur Schiwon2019-09-091-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* remove IEntity's getId in favor of class nameArthur Schiwon2019-09-091-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* merge IOperator with IOperation for simplicityArthur Schiwon2019-09-091-8/+8
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add operator interfaces / APIArthur Schiwon2019-09-091-0/+158
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>