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
Bruno Sofiato 040c830dec
Inclusion of rename organization api (#33303)
This adds an endpoint (`/orgs/{org}/rename`) to rename organizations.

I've modeled the endpoint using the rename user endpoint --
`/admin/users/{username}/rename` -- as base.

It is the 1st time I wrote a new API endpoint (I've tried to follow the
rename users endpoint code while writing it). So feel free to ping me if
there is something wrong or missing.

Resolves #32995

---------

Signed-off-by: Bruno Sofiato <bruno.sofiato@gmail.com>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
3 weeks ago
..
api Inclusion of rename organization api (#33303) 3 weeks ago
common Support performance trace (#32973) 1 month ago
install Refactor request context (#32956) 2 months ago
private User facing messages for AGit errors (#33012) 4 weeks ago
utils Refactor older tests to use testify (#33140) 2 months ago
web Support choose email when creating a commit via web UI (more) (#33445) 4 weeks ago
init.go Prepare for support performance trace (#33286) 1 month ago