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 Refactor rename user and rename organization (#24052) 1 year ago
avatar.go Set `X-Gitea-Debug` header once (#23361) 1 year ago
code.go Add missing tabs to org projects page (#22705) 1 year ago
home.go Some refactors for issues stats (#24793) 1 year ago
home_test.go Add a simple test for external renderer (#20033) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
notification.go Fix pagination on `/notifications/watching` (#23564) 1 year ago
package.go Add Alpine package registry (#23714) 1 year ago
profile.go Add Gitea Profile Readmes (#23260) 1 year ago
search.go Add option to search for users is active join a team (#24093) 1 year ago
stop_watch.go Move `convert` package to services (#22264) 2 years ago
task.go Implement FSFE REUSE for golang files (#21840) 2 years ago