diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2025-06-22 02:21:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-21 18:21:48 +0000 |
commit | 7de114a332c713eca9406da6c5a8eb02fe0c6f00 (patch) | |
tree | 0b6e0206570d733095341a44ce9a23c3aa2dcaf9 /routers/web/repo/commit.go | |
parent | 4fc626daa14d040166d569f54c6fea0574d7deb5 (diff) | |
download | gitea-7de114a332c713eca9406da6c5a8eb02fe0c6f00.tar.gz gitea-7de114a332c713eca9406da6c5a8eb02fe0c6f00.zip |
Rework delete org and rename org UI (#34762)
# What's the problem of the original implementation
Renaming organization will mix with organization's information change
make the operation difficult to keep consistent.
This PR created a danger zone like what's repository setting. It also
moved organization's `rename` and `delete` operations to this zone. The
original updating repository will not change the name any more.
This is also a step to extract the `updaterepository` function
completely.
Before:


After:




---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'routers/web/repo/commit.go')
0 files changed, 0 insertions, 0 deletions