summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16682 from nextcloud/enh/12790/workflow-backendRoeland Jago Douma2019-09-1195-2145/+5533
|\
| * Bump workflow bundlesJulius Härtl2019-09-112-2/+426
| * bump version to reflect fundamental changesArthur Schiwon2019-09-111-1/+1
| * Merge pull request #16706 from nextcloud/workflow-frontendblizzz2019-09-1042-1620/+2231
| |\
| | * Workflow vue cleanupJulius Härtl2019-09-107-41/+28
| | * Add nextcloud-routerJulius Härtl2019-09-102-274/+55
| | * Add user group selectorJulius Härtl2019-09-1011-63/+208
| | * Add request url selectorJulius Härtl2019-09-101-0/+136
| | * Add tag selectorJulius Härtl2019-09-106-3/+312
| | * Implement custom check components and fix lintingJulius Härtl2019-09-1016-760/+129
| | * Frontend polishingJulius Härtl2019-09-1010-128/+27
| | * Add moment-timezoneJulius Härtl2019-09-102-0/+9
| | * Move over checker pluginsJulius Härtl2019-09-1014-193/+547
| | * Load checks from the backendJulius Härtl2019-09-105-53/+44
| | * Fix removing checksJulius Härtl2019-09-101-3/+4
| | * Make rule listing more compactJulius Härtl2019-09-102-4/+20
| | * Migrate check pluginsJulius Härtl2019-09-105-299/+46
| | * Allow placeholder and validation without custom vue componentJulius Härtl2019-09-106-14/+140
| | * Do not use shot tagJulius Härtl2019-09-101-1/+1
| | * Handle operator registration properlyJulius Härtl2019-09-108-49/+78
| | * Document plugins to be used by integratorsJulius Härtl2019-09-102-32/+112
| | * Migrate plugins to vuex storeJulius Härtl2019-09-107-35/+81
| | * Add missing filesJulius Härtl2019-09-102-0/+167
| | * Use trigger hintJulius Härtl2019-09-101-1/+1
| | * Move to vuex storeJulius Härtl2019-09-1025-1295/+746
| | * Adjust to new backend URLsJulius Härtl2019-09-106-37/+62
| | * Styling fixesJulius Härtl2019-09-101-1/+1
| | * Use entity/event definitions from backendJulius Härtl2019-09-106-121/+141
| | * Adjust template idJulius Härtl2019-09-101-1/+1
| | * Add endpoint to test operations before submittingJulius Härtl2019-09-101-1/+1
| | * Unified workflow managementJulius Härtl2019-09-1014-3/+926
| * | fix manager testsArthur Schiwon2019-09-101-6/+8
| |/
| * Fix test mockingJulius Härtl2019-09-101-1/+2
| * Fix type hinting on setFileInfoJulius Härtl2019-09-102-2/+2
| * fix order/entity types when setting the contextArthur Schiwon2019-09-101-8/+8
| * File entity supports tagging events nowArthur Schiwon2019-09-091-1/+18
| * adapt file hooks test to eventdispatcher utilizationArthur Schiwon2019-09-091-23/+66
| * fix missing @since'sArthur Schiwon2019-09-092-0/+13
| * entities equip the RuleMatcher on the events they are aware ofArthur Schiwon2019-09-094-6/+38
| * let a dedicate service serve a stateful processArthur Schiwon2019-09-0917-169/+213
| * require IChecks to receive entity contextArthur Schiwon2019-09-0913-45/+119
| * seperate setFileInfo from ICheckArthur Schiwon2019-09-0912-52/+53
| * No need to get the class since the entity is already the class stringJulius Härtl2019-09-091-1/+1
| * Extend missing check classesJulius Härtl2019-09-094-0/+54
| * Return actual event data instead of self callingJulius Härtl2019-09-091-2/+2
| * add type hint for IDEArthur Schiwon2019-09-091-0/+1
| * extends ICheck with scope and entity support, provide them as initialStateArthur Schiwon2019-09-0911-9/+160
| * WFE as proxy listen to relevent events and forwards themArthur Schiwon2019-09-094-4/+75
| * introduce GenericEntityEvent and adapt File entityArthur Schiwon2019-09-097-68/+39
| * emit file events via Dispatcher, tooArthur Schiwon2019-09-095-22/+40