aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/AppInfo
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-311-23/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* workflowengine: Stop using a service alias for controllerjld31032023-06-191-2/+0
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* techdebt(workflowengine): Remove transition event classesJoas Schilling2023-03-031-17/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fix possible leaking scope in FlowArthur Schiwon2020-08-241-0/+2
| | | | | | | | | - a configured flow can be brought into consideration, despite its event was not fired - it could either run through - or run into a RuntimeException and killing processing of valid flows Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Prefer typed event over string based onesMorris Jobke2020-08-101-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-5/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move the event listener into a dedicated classChristoph Wurst2020-06-241-40/+11
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Migrate WFE to new bootstrap mechanismChristoph Wurst2020-06-241-14/+31
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* flow to not use deprecated event dispatcher methodsArthur Schiwon2020-06-191-4/+5
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Move the systemtags to core/srcRoeland Jago Douma2020-05-281-3/+1
| | | | | | | * Move to the handlebar loader from webpack Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+0
| | | | | | | | | | | | | | | 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 elseif instead of else ifChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* log Flow activityArthur Schiwon2020-01-281-0/+15
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Remove style loading of non-existing fileJulius Härtl2020-01-021-4/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* lower to debug, since we fire two events, so it is legitimateArthur Schiwon2019-12-161-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Make sure event names is always an arrayJulius Härtl2019-12-061-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* allow user flows when the acting user is legitimate, but not its ownerArthur Schiwon2019-11-281-0/+3
| | | | | | for instance, when a sharee changes a file, the owner can act upon Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* relax dependency on GenericEvent, instead stay compatible with old eventsArthur Schiwon2019-11-131-5/+27
| | | | | | * also fixes tagging events Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Ignore unavailable entity/operation classesJulius Härtl2019-10-151-6/+11
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* entities equip the RuleMatcher on the events they are aware ofArthur Schiwon2019-09-091-3/+8
| | | | | | Operations will receive the matcher instance Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* WFE as proxy listen to relevent events and forwards themArthur Schiwon2019-09-091-4/+32
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* introducing Entity interfaces and a File one as first implementationArthur Schiwon2019-09-091-3/+5
| | | | | | also adds admin settings that pass entities as initial state Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* webpackify workflowengineArthur Schiwon2019-05-091-13/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Do not load bundled jstimezonedetectRoeland Jago Douma2019-02-061-2/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* No need to explicitly load bundle dependenciesRoeland Jago Douma2019-02-041-1/+0
| | | | | | oc-webdav-backbone is loaded by default Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move workflowengine to compiled handlebarsRoeland Jago Douma2018-10-151-0/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add FileName to Workflow engineDaniel Kesselberg2018-10-031-0/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Use ::class statement instead of stringMorris Jobke2018-01-291-3/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix admin panel missing some JS filesJoas Schilling2017-03-061-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Load the Template class in case it's not loadedJoas Schilling2016-08-181-3/+5
|
* Load the timezones via select2Joas Schilling2016-08-011-0/+3
|
* Add request timeJoas Schilling2016-08-011-0/+1
|
* Add remote addressJoas Schilling2016-08-011-1/+2
|
* Add Request URLJoas Schilling2016-08-011-0/+1
|
* User agent checkJoas Schilling2016-08-011-0/+1
|
* Add file mime typeJoas Schilling2016-08-011-0/+1
|
* Add file size as checkJoas Schilling2016-08-011-0/+1
|
* Add the systemtag js filesJoas Schilling2016-08-011-3/+18
|
* Remove php side of check registrationJoas Schilling2016-07-271-12/+0
|
* Add workflowengineMorris Jobke2016-07-261-0/+62