Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| * | | kill old non-OCS Controller | Arthur Schiwon | 2019-09-09 | 4 | -134/+0 | |
| * | | fix parameter for OCSExcpetion | blizzz | 2019-09-09 | 1 | -3/+3 | |
| * | | use correct builder instance | blizzz | 2019-09-09 | 1 | -1/+1 | |
| * | | adds a trigger hint for complex operations | Arthur Schiwon | 2019-09-09 | 1 | -0/+1 | |
| * | | fix missing value and run against empty tables in migration script | Arthur Schiwon | 2019-09-09 | 2 | -15/+17 | |
| * | | fix personal settings class name in xml | blizzz | 2019-09-09 | 1 | -1/+1 | |
| * | | split events DB field into entity and events, adjust biz logic | Arthur Schiwon | 2019-09-09 | 5 | -47/+92 | |
| * | | extend DB table, manager, controller with support for entity events | Arthur Schiwon | 2019-09-09 | 4 | -14/+90 | |
| * | | add missing dep | Arthur Schiwon | 2019-09-09 | 1 | -1/+6 |