forgejo/routers/api/v1
6543 c620eb5b2d Fix - API Allow only specific Colums to be updated on Issue ()
* dont insert "-1" in any case to issue.poster_id

* Make sure API cant override importand fields

* code format

* fix lint

* WIP test

* add missing poster_id

* fix test

* user.IsGhost handle nil

* CI.restart()

* make sure no -1 is realy added

* CI.restart()

* @lunny suggestion remove some not allowed fields

* seperate issue.LoadMilestone

* load milestone and return it on IssueEdit via API

* extend Test for TestAPIEditIssue

* fix fixtures

* declare allowedColumnsUpdateIssueByAPI only once

* Update Year

* no var just write id drecty into func cal

Co-authored-by: Lauris BH <lauris@nix.lv>
2020-01-01 17:51:10 -05:00
..
admin Swagger info corrections () 2019-12-20 19:07:12 +02:00
misc Change markdown rendering from blackfriday to goldmark () 2019-12-31 03:53:28 +02:00
org Swagger info corrections () 2019-12-20 19:07:12 +02:00
repo Fix - API Allow only specific Colums to be updated on Issue () 2020-01-01 17:51:10 -05:00
swagger [API] Fix 9544 | return 200 when reaction already exist () 2019-12-31 03:21:21 -05:00
user Swagger info corrections () 2019-12-20 19:07:12 +02:00
utils Swagger info corrections () 2019-12-20 19:07:12 +02:00
api.go [API] Extend times API () 2019-12-27 20:30:58 +00:00