gitea/services
Lunny Xiao c59a057297
Refactor rename user and rename organization (#24052)
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`
2023-05-21 23:13:47 +08:00
..
actions
agit
asymkey
attachment
auth Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
automerge
context Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
convert Refactor Pull Mirror and fix out-of-sync bugs (#24732) 2023-05-15 19:02:10 +00:00
cron
externalaccount
forms Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
gitdiff
issue
lfs
mailer
markup Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
migrations Some refactors for issues stats (#24793) 2023-05-19 22:17:48 +08:00
mirror
org Refactor rename user and rename organization (#24052) 2023-05-21 23:13:47 +08:00
packages Add Go package registry (#24687) 2023-05-14 23:38:40 +08:00
pull Support for status check pattern (#24633) 2023-05-17 16:11:13 +08:00
release
repository Add status indicator on main home screen for each repo (#24638) 2023-05-13 21:59:01 +00:00
task Make repo migration cancelable and fix various bugs (#24605) 2023-05-11 08:25:46 +00:00
user Refactor rename user and rename organization (#24052) 2023-05-21 23:13:47 +08:00
webhook
wiki