summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused backupscode functionRoeland Jago Douma2019-09-122-14/+0
| | | | | | We use the initial state API so no need for this anymore. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #17106 from nextcloud/feature/dispatch-typed-eventblizzz2019-09-122-0/+17
|\ | | | | Add Symfony inspired typed event dispatcher method
| * Add Symfony inspired typed event dispatcher methodChristoph Wurst2019-09-112-0/+17
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #17084 from nextcloud/refactor/symfony-dispatcher-signatureRoeland Jago Douma2019-09-111-2/+1
|\ \ | |/ |/| Use the new Symfony event dispatcher signature
| * Use the new Symfony event dispatcher signatureChristoph Wurst2019-09-101-2/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #17021 from nextcloud/bye-spreed-hello-talkJoas Schilling2019-09-114-14/+14
|\ \ | | | | | | Bye Spreed namespace, hello Talk!
| * | Bye Spreed namespace, hello Talk!Joas Schilling2019-09-054-14/+14
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #16682 from nextcloud/enh/12790/workflow-backendRoeland Jago Douma2019-09-1195-2145/+5533
|\ \ \ | | | | | | | | workflow overhaul
| * | | Bump workflow bundlesJulius Härtl2019-09-112-2/+426
| | | | | | | | | | | | | | | | 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>
| * | | Merge pull request #16706 from nextcloud/workflow-frontendblizzz2019-09-1042-1620/+2231
| |\ \ \ | | | | | | | | | | Workflow frontend overhaul
| | * | | Workflow vue cleanupJulius Härtl2019-09-107-41/+28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Add nextcloud-routerJulius Härtl2019-09-102-274/+55
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Add user group selectorJulius Härtl2019-09-1011-63/+208
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Add request url selectorJulius Härtl2019-09-101-0/+136
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Add tag selectorJulius Härtl2019-09-106-3/+312
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Implement custom check components and fix lintingJulius Härtl2019-09-1016-760/+129
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Frontend polishingJulius Härtl2019-09-1010-128/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Add moment-timezoneJulius Härtl2019-09-102-0/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Move over checker pluginsJulius Härtl2019-09-1014-193/+547
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Load checks from the backendJulius Härtl2019-09-105-53/+44
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Fix removing checksJulius Härtl2019-09-101-3/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Make rule listing more compactJulius Härtl2019-09-102-4/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Migrate check pluginsJulius Härtl2019-09-105-299/+46
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Allow placeholder and validation without custom vue componentJulius Härtl2019-09-106-14/+140
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Do not use shot tagJulius Härtl2019-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Handle operator registration properlyJulius Härtl2019-09-108-49/+78
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Document plugins to be used by integratorsJulius Härtl2019-09-102-32/+112
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Migrate plugins to vuex storeJulius Härtl2019-09-107-35/+81
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Add missing filesJulius Härtl2019-09-102-0/+167
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Use trigger hintJulius Härtl2019-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Move to vuex storeJulius Härtl2019-09-1025-1295/+746
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Adjust to new backend URLsJulius Härtl2019-09-106-37/+62
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Styling fixesJulius Härtl2019-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Use entity/event definitions from backendJulius Härtl2019-09-106-121/+141
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Adjust template idJulius Härtl2019-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Add endpoint to test operations before submittingJulius Härtl2019-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | | Unified workflow managementJulius Härtl2019-09-1014-3/+926
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | fix manager testsArthur Schiwon2019-09-101-6/+8
| |/ / / | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | Fix test mockingJulius Härtl2019-09-101-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Fix type hinting on setFileInfoJulius Härtl2019-09-102-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | fix order/entity types when setting the contextArthur Schiwon2019-09-101-8/+8
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | File entity supports tagging events nowArthur Schiwon2019-09-091-1/+18
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | adapt file hooks test to eventdispatcher utilizationArthur Schiwon2019-09-091-23/+66
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix missing @since'sArthur Schiwon2019-09-092-0/+13
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | entities equip the RuleMatcher on the events they are aware ofArthur Schiwon2019-09-094-6/+38
| | | | | | | | | | | | | | | | | | | | | | | | Operations will receive the matcher instance Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | let a dedicate service serve a stateful processArthur Schiwon2019-09-0917-169/+213
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * includes making ICheck not requiring any context setter * and IFileCheck extending the IEntityCheck as entity data can be handed in via Dispatcher Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | require IChecks to receive entity contextArthur Schiwon2019-09-0913-45/+119
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | seperate setFileInfo from ICheckArthur Schiwon2019-09-0912-52/+53
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | No need to get the class since the entity is already the class stringJulius Härtl2019-09-091-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>