This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/routers
6543 17c691f8aa [Backport] [API] Allow only specific Colums to be updated on Issue (#9539) (#9580)
* Fix #9189 - API Allow only specific Colums to be updated on Issue (#9539)

* dont insert "-1" in any case to issue.poster_id

* Make sure API cant override importand fields

* code format

* add Test for IssueEdit

* load milestone and return it on IssueEdit via API

* extend Test for TestAPIEditIssue

* fix TEST

* make sure Poster is loaded

* keep code format on backport as it is
2020-01-02 02:38:42 -05:00
..
admin Properly fix displaying virtual session provider in admin panel (#9137) (#9203) 2019-11-29 00:28:38 -05:00
api/v1 [Backport] [API] Allow only specific Colums to be updated on Issue (#9539) (#9580) 2020-01-02 02:38:42 -05:00
dev Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
org Fix errors in create org UI regarding team access permission. (#8506) 2019-10-14 19:20:42 +01:00
private Move migrating repository from frontend to backend (#6200) 2019-10-13 21:23:14 +08:00
repo Fix repository issues pagination bug when there are more than one label filter (#9512) (#9528) 2019-12-28 23:54:24 +00:00
routes Move migrating repository from frontend to backend (#6200) 2019-10-13 21:23:14 +08:00
user fix 500 error for ghost avatar (#9537) 2019-12-30 18:55:51 +08:00
utils
home.go Use AppSubUrl for more redirections (#8647) (#8651) 2019-10-23 18:27:10 -04:00
init.go Move migrating repository from frontend to backend (#6200) 2019-10-13 21:23:14 +08:00
install.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
metrics.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
swagger_json.go