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.
gitea/routers
techknowlogick 03591f0f95
add user rename endpoint to admin api (#22789)
this is a simple endpoint that adds the ability to rename users to the
admin API.

Note: this is not in a mergeable state. It would be better if this was
handled by a PATCH/POST to the /api/v1/admin/users/{username} endpoint
and the username is modified.

---------

Co-authored-by: Jason Song <i@wolfogre.com>
2 years ago
..
api add user rename endpoint to admin api (#22789) 2 years ago
common Support sanitising the URL by removing extra slashes in the URL (#21333) 2 years ago
install Set `X-Gitea-Debug` header once (#23361) 2 years ago
private Use context parameter in services/repository (#23186) 2 years ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web add user rename endpoint to admin api (#22789) 2 years ago
init.go Refactor `setting.Database.UseXXX` to methods (#23354) 2 years ago