You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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`
1 year ago
..
setting Move secrets and runners settings to actions settings (#24200) 1 year ago
home.go Add follow organization and fix the logic of following page (#24345) 1 year ago
main_test.go Support org/user level projects (#22235) 2 years ago
members.go Add missing badges in user profile for /projects and /packages (#24232) 1 year ago
org.go Implement FSFE REUSE for golang files (#21840) 2 years ago
org_labels.go Add loading yaml label template files (#22976) 1 year ago
projects.go Fix close org projects (#24588) 1 year ago
projects_test.go Support org/user level projects (#22235) 2 years ago
setting.go Refactor rename user and rename organization (#24052) 1 year ago
setting_oauth2.go Implement FSFE REUSE for golang files (#21840) 2 years ago
setting_packages.go Add Cargo package registry (#21888) 1 year ago
teams.go Revert "Prevent a user with a different email from accepting the team invite" (#24531) 1 year ago