gitea/routers/api/v1/admin
Lunny Xiao c59a057297
Refactor rename user and rename organization ()
This PR is a refactor at the beginning. And now it did 4 things.
- [x] Move renaming organizaiton and user logics into services layer and
merged as one function
- [x] Support rename a user capitalization only. For example, rename the
user from `Lunny` to `lunny`. We just need to change one table `user`
and others should not be touched.
- [x] Before this PR, some renaming were missed like `agit`
- [x] Fix bug the API reutrned from `http.StatusNoContent` to `http.StatusOK`
..
adopt.go Fix unclear `IsRepositoryExist` logic ()
cron.go Implement FSFE REUSE for golang files ()
email.go add admin API email endpoints ()
hooks.go Return `404` in the API if the requested webhooks were not found ()
org.go Add context cache as a request level cache ()
repo.go Handle missing `README` in create repos API ()
user.go Refactor rename user and rename organization ()