Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | 42 | -1620/+2231 | |
| |\ \ \ | ||||||
| | * | | | Workflow vue cleanup | Julius Härtl | 2019-09-10 | 7 | -41/+28 | |
| | * | | | Add nextcloud-router | Julius Härtl | 2019-09-10 | 2 | -274/+55 | |
| | * | | | 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 | |
| | * | | | Add moment-timezone | Julius Härtl | 2019-09-10 | 2 | -0/+9 | |
| | * | | | 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 | |
| * | | | adapt file hooks test to eventdispatcher utilization | Arthur Schiwon | 2019-09-09 | 1 | -23/+66 | |
| * | | | fix missing @since's | Arthur Schiwon | 2019-09-09 | 2 | -0/+13 | |
| * | | | entities equip the RuleMatcher on the events they are aware of | Arthur Schiwon | 2019-09-09 | 4 | -6/+38 | |
| * | | | let a dedicate service serve a stateful process | Arthur Schiwon | 2019-09-09 | 17 | -169/+213 | |
| * | | | require IChecks to receive entity context | Arthur Schiwon | 2019-09-09 | 13 | -45/+119 | |
| * | | | seperate setFileInfo from ICheck | Arthur Schiwon | 2019-09-09 | 12 | -52/+53 | |
| * | | | 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 | |
| * | | | Return actual event data instead of self calling | Julius Härtl | 2019-09-09 | 1 | -2/+2 | |
| * | | | 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 | 11 | -9/+160 | |
| * | | | WFE as proxy listen to relevent events and forwards them | Arthur Schiwon | 2019-09-09 | 4 | -4/+75 | |
| * | | | introduce GenericEntityEvent and adapt File entity | Arthur Schiwon | 2019-09-09 | 7 | -68/+39 | |
| * | | | emit file events via Dispatcher, too | Arthur Schiwon | 2019-09-09 | 5 | -22/+40 | |
| * | | | kill old non-OCS Controller | Arthur Schiwon | 2019-09-09 | 4 | -134/+0 | |
| * | | | fix parameter for OCSExcpetion | blizzz | 2019-09-09 | 1 | -3/+3 |