Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GraphQL: Implement AddCommentAndReopenBug mutation | Sascha | 2021-05-26 | 1 | -0/+38 |
| | |||||
* | GraphQL: Add AddCommandAndCloseBug mutation | Sascha | 2021-05-20 | 1 | -0/+38 |
| | |||||
* | make sure every text input is safe and validated | Michael Muré | 2021-04-17 | 1 | -6/+33 |
| | | | | fix #630 | ||||
* | GraphQL: Add target to EditCommentInput | Sascha | 2021-03-19 | 1 | -1/+2 |
| | |||||
* | Fix compilation errors | Sascha | 2021-03-19 | 1 | -1/+1 |
| | |||||
* | GraphQL: Resolve new EditComment mutation | Sascha | 2021-03-19 | 1 | -0/+28 |
| | |||||
* | Reorganize the webUI and API code | Michael Muré | 2020-06-27 | 1 | -0/+208 |
Included in the changes: - create a new /api root package to hold all API code, migrate /graphql in there - git API handlers all use the cache instead of the repo directly - git API handlers are now tested - git API handlers now require a "repo" mux parameter - lots of untangling of API/handlers/middleware - less code in commands/webui.go |