gitea/models
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`
..
actions Implement actions artifacts ()
activities Fix commits pushed with deploy keys not shown in dashboard ()
admin Make repo migration cancelable and fix various bugs ()
asymkey Merge setting.InitXXX into one function with options ()
auth Fix 500 error if there is a name conflict when edit authentication source ()
avatars Avoid warning for system setting when start up ()
db Improve milestone filter on issues page ()
dbfs Merge setting.InitXXX into one function with options ()
fixtures Implement actions artifacts ()
git Fix missed table name on iterate lfs meta objects ()
issues Use `CommentList` instead of `[]*Comment` ()
migrations Implement actions artifacts ()
organization Fix team members API endpoint pagination ()
packages Add Go package registry ()
perm Rename `repo.GetOwner` to `repo.LoadOwner` ()
project Improve GetBoards and getDefaultBoard ()
pull refactor some functions to support ctx as first parameter ()
repo Refactor rename user and rename organization ()
secret Respect original content when creating secrets ()
shared/types Display owner of a runner as a tooltip instead of static text ()
system Avoid warning for system setting when start up ()
unit Require at least one unit to be enabled ()
unittest Implement actions artifacts ()
user Refactor rename user and rename organization ()
webhook Fix incorrect webhook time and use relative-time to display it ()
error.go Implement FSFE REUSE for golang files ()
fixture_generation.go Implement FSFE REUSE for golang files ()
fixture_test.go Implement FSFE REUSE for golang files ()
main_test.go Merge setting.InitXXX into one function with options ()
migrate.go Check primary keys for all tables and drop ForeignReference ()
migrate_test.go Check primary keys for all tables and drop ForeignReference ()
org.go refactor some functions to support ctx as first parameter ()
org_team.go Remove org users who belong to no teams ()
org_team_test.go Implement FSFE REUSE for golang files ()
org_test.go Implement FSFE REUSE for golang files ()
repo.go Implement actions artifacts ()
repo_collaboration.go refactor some functions to support ctx as first parameter ()
repo_collaboration_test.go Rename `repo.GetOwner` to `repo.LoadOwner` ()
repo_test.go Implement FSFE REUSE for golang files ()
repo_transfer.go Fix unclear `IsRepositoryExist` logic ()
repo_transfer_test.go Rename almost all Ctx functions ()