1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 00:45:46 +00:00
gitea/routers/api/v1/admin
qwerty287 054bc55a1c
Fix page and missing return on unadopted repos API (#18848) (#18927)
* 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
2022-02-27 20:18:23 +08:00
..
adopt.go Fix page and missing return on unadopted repos API (#18848) (#18927) 2022-02-27 20:18:23 +08:00
cron.go Move some functions into services/repository (#17660) 2021-11-16 21:30:11 +08:00
org.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
repo.go Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00
user.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00