aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Remove leftover unit testRoeland Jago Douma2019-09-141-14/+0
* Merge pull request #17120 from nextcloud/dependabot/npm_and_yarn/webpack-4.40.1Roeland Jago Douma2019-09-1428-155/+155
|\
| * Bump webpack from 4.39.3 to 4.40.1dependabot-preview[bot]2019-09-1328-155/+155
* | Remove unused backupscode functionRoeland Jago Douma2019-09-122-14/+0
|/
* Merge pull request #17021 from nextcloud/bye-spreed-hello-talkJoas Schilling2019-09-113-12/+12
|\
| * Bye Spreed namespace, hello Talk!Joas Schilling2019-09-053-12/+12
* | Merge pull request #16682 from nextcloud/enh/12790/workflow-backendRoeland Jago Douma2019-09-1174-1800/+4774
|\ \
| * | 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-1040-1346/+2167
| |\ \
| | * | Workflow vue cleanupJulius Härtl2019-09-107-41/+28
| | * | 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
| | * | 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
| * | entities equip the RuleMatcher on the events they are aware ofArthur Schiwon2019-09-092-3/+27
| * | let a dedicate service serve a stateful processArthur Schiwon2019-09-0910-121/+146
| * | require IChecks to receive entity contextArthur Schiwon2019-09-0912-45/+99
| * | seperate setFileInfo from ICheckArthur Schiwon2019-09-098-42/+6
| * | 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
| * | add type hint for IDEArthur Schiwon2019-09-091-0/+1
| * | extends ICheck with scope and entity support, provide them as initialStateArthur Schiwon2019-09-099-5/+123
| * | WFE as proxy listen to relevent events and forwards themArthur Schiwon2019-09-093-4/+60
| * | introduce GenericEntityEvent and adapt File entityArthur Schiwon2019-09-095-106/+8