Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure every text input is safe and validated | Michael Muré | 2021-04-17 | 1 | -6/+33 |
| | | | | fix #630 | ||||
* | Merge remote-tracking branch 'origin/master' into dag-entity | Michael Muré | 2021-03-29 | 5 | -0/+419 |
|\ | |||||
| * | Improve description of target-field | Sascha | 2021-03-20 | 1 | -1/+1 |
| | | |||||
| * | GrapQL: Regenerate the GraphQL-Server | Sascha | 2021-03-19 | 2 | -25/+364 |
| | | |||||
| * | GraphQL: Add target to EditCommentInput | Sascha | 2021-03-19 | 2 | -1/+4 |
| | | |||||
| * | Fix compilation errors | Sascha | 2021-03-19 | 2 | -2/+5 |
| | | |||||
| * | GraphQL: Add EditComment input/payload to gen_models | Sascha | 2021-03-19 | 1 | -0/+22 |
| | | |||||
| * | GraphQL: Add EditComment mutation to schema | Sascha | 2021-03-19 | 1 | -0/+22 |
| | | |||||
| * | GraphQL: Add EditComment to mutation type | Sascha | 2021-03-19 | 1 | -0/+2 |
| | | |||||
| * | GraphQL: Resolve new EditComment mutation | Sascha | 2021-03-19 | 1 | -0/+28 |
| | | |||||
* | | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 2 | -19/+6 |
| | | |||||
* | | deal with the previous changes | Michael Muré | 2021-02-14 | 1 | -45/+4 |
|/ | |||||
* | repo: move bleve there | Michael Muré | 2020-12-08 | 1 | -1/+4 |
| | |||||
* | repo: use go-git in more places, fix push | Michael Muré | 2020-10-04 | 1 | -1/+1 |
| | |||||
* | repository: merge git.Hash in for one less /util package | Michael Muré | 2020-07-01 | 3 | -174/+173 |
| | |||||
* | Reorganize the webUI and API code | Michael Muré | 2020-06-27 | 40 | -0/+18222 |
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 |