Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove leftover unit test | Roeland Jago Douma | 2019-09-14 | 1 | -14/+0 |
* | Merge pull request #17120 from nextcloud/dependabot/npm_and_yarn/webpack-4.40.1 | Roeland Jago Douma | 2019-09-14 | 28 | -155/+155 |
|\ | |||||
| * | Bump webpack from 4.39.3 to 4.40.1 | dependabot-preview[bot] | 2019-09-13 | 28 | -155/+155 |
* | | Remove unused backupscode function | Roeland Jago Douma | 2019-09-12 | 2 | -14/+0 |
|/ | |||||
* | Merge pull request #17021 from nextcloud/bye-spreed-hello-talk | Joas Schilling | 2019-09-11 | 3 | -12/+12 |
|\ | |||||
| * | Bye Spreed namespace, hello Talk! | Joas Schilling | 2019-09-05 | 3 | -12/+12 |
* | | Merge pull request #16682 from nextcloud/enh/12790/workflow-backend | Roeland Jago Douma | 2019-09-11 | 74 | -1800/+4774 |
|\ \ | |||||
| * | | Bump workflow bundles | Julius Härtl | 2019-09-11 | 2 | -2/+426 |
| * | | bump version to reflect fundamental changes | Arthur Schiwon | 2019-09-11 | 1 | -1/+1 |
| * | | Merge pull request #16706 from nextcloud/workflow-frontend | blizzz | 2019-09-10 | 40 | -1346/+2167 |
| |\ \ | |||||
| | * | | Workflow vue cleanup | Julius Härtl | 2019-09-10 | 7 | -41/+28 |
| | * | | Add user group selector | Julius Härtl | 2019-09-10 | 11 | -63/+208 |
| | * | | Add request url selector | Julius Härtl | 2019-09-10 | 1 | -0/+136 |
| | * | | Add tag selector | Julius Härtl | 2019-09-10 | 6 | -3/+312 |
| | * | | Implement custom check components and fix linting | Julius Härtl | 2019-09-10 | 16 | -760/+129 |
| | * | | Frontend polishing | Julius Härtl | 2019-09-10 | 10 | -128/+27 |
| | * | | Move over checker plugins | Julius Härtl | 2019-09-10 | 14 | -193/+547 |
| | * | | Load checks from the backend | Julius Härtl | 2019-09-10 | 5 | -53/+44 |
| | * | | Fix removing checks | Julius Härtl | 2019-09-10 | 1 | -3/+4 |
| | * | | Make rule listing more compact | Julius Härtl | 2019-09-10 | 2 | -4/+20 |
| | * | | Migrate check plugins | Julius Härtl | 2019-09-10 | 5 | -299/+46 |
| | * | | Allow placeholder and validation without custom vue component | Julius Härtl | 2019-09-10 | 6 | -14/+140 |
| | * | | Do not use shot tag | Julius Härtl | 2019-09-10 | 1 | -1/+1 |
| | * | | Handle operator registration properly | Julius Härtl | 2019-09-10 | 8 | -49/+78 |
| | * | | Document plugins to be used by integrators | Julius Härtl | 2019-09-10 | 2 | -32/+112 |
| | * | | Migrate plugins to vuex store | Julius Härtl | 2019-09-10 | 7 | -35/+81 |
| | * | | Add missing files | Julius Härtl | 2019-09-10 | 2 | -0/+167 |
| | * | | Use trigger hint | Julius Härtl | 2019-09-10 | 1 | -1/+1 |
| | * | | Move to vuex store | Julius Härtl | 2019-09-10 | 25 | -1295/+746 |
| | * | | Adjust to new backend URLs | Julius Härtl | 2019-09-10 | 6 | -37/+62 |
| | * | | Styling fixes | Julius Härtl | 2019-09-10 | 1 | -1/+1 |
| | * | | Use entity/event definitions from backend | Julius Härtl | 2019-09-10 | 6 | -121/+141 |
| | * | | Adjust template id | Julius Härtl | 2019-09-10 | 1 | -1/+1 |
| | * | | Add endpoint to test operations before submitting | Julius Härtl | 2019-09-10 | 1 | -1/+1 |
| | * | | Unified workflow management | Julius Härtl | 2019-09-10 | 14 | -3/+926 |
| * | | | fix manager tests | Arthur Schiwon | 2019-09-10 | 1 | -6/+8 |
| |/ / | |||||
| * | | Fix test mocking | Julius Härtl | 2019-09-10 | 1 | -1/+2 |
| * | | Fix type hinting on setFileInfo | Julius Härtl | 2019-09-10 | 2 | -2/+2 |
| * | | fix order/entity types when setting the context | Arthur Schiwon | 2019-09-10 | 1 | -8/+8 |
| * | | File entity supports tagging events now | Arthur Schiwon | 2019-09-09 | 1 | -1/+18 |
| * | | entities equip the RuleMatcher on the events they are aware of | Arthur Schiwon | 2019-09-09 | 2 | -3/+27 |
| * | | let a dedicate service serve a stateful process | Arthur Schiwon | 2019-09-09 | 10 | -121/+146 |
| * | | require IChecks to receive entity context | Arthur Schiwon | 2019-09-09 | 12 | -45/+99 |
| * | | seperate setFileInfo from ICheck | Arthur Schiwon | 2019-09-09 | 8 | -42/+6 |
| * | | No need to get the class since the entity is already the class string | Julius Härtl | 2019-09-09 | 1 | -1/+1 |
| * | | Extend missing check classes | Julius Härtl | 2019-09-09 | 4 | -0/+54 |
| * | | add type hint for IDE | Arthur Schiwon | 2019-09-09 | 1 | -0/+1 |
| * | | extends ICheck with scope and entity support, provide them as initialState | Arthur Schiwon | 2019-09-09 | 9 | -5/+123 |
| * | | WFE as proxy listen to relevent events and forwards them | Arthur Schiwon | 2019-09-09 | 3 | -4/+60 |
| * | | introduce GenericEntityEvent and adapt File entity | Arthur Schiwon | 2019-09-09 | 5 | -106/+8 |