1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-01 13:41:39 +02:00
gitea/routers
qwerty287 1563a45623
Fix page and missing return on unadopted repos API (#18848)
* Fix page and missing return on unadopted repos API

Page must be 1 if it's not specified and it should return after sending an internal server error.

* Allow ignore pages

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-02-27 20:17:42 +08:00
..
api/v1 Fix page and missing return on unadopted repos API (#18848) 2022-02-27 20:17:42 +08:00
common
install Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2022-02-08 11:02:30 +08:00
private Change git.cmd to RunWithContext (#18693) 2022-02-11 13:47:22 +01:00
utils
web Uncapitalize errors (#18915) 2022-02-26 20:15:32 +08:00
init.go