diff options
author | Giteabot <teabot@gitea.io> | 2023-07-15 13:47:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-15 19:47:24 +0200 |
commit | de8127e78b4d0501f9d5e167c0879f4bf8de919e (patch) | |
tree | 5e75c28ec2a24c659a6131011b17489d23541d0b /templates | |
parent | f7e271ff85fa77e87e18ff906d0cf389f682da06 (diff) | |
download | gitea-de8127e78b4d0501f9d5e167c0879f4bf8de919e.tar.gz gitea-de8127e78b4d0501f9d5e167c0879f4bf8de919e.zip |
fix incorrect repo url when changed the case of ownername (#25733) (#25881)
Backport #25733 by @hiifong
When only the casing of the username changes, update the owner name of the repo,
and keep the original logic consistent with other conditions.
example: assume your username is `gitea`, lowercase username is `gitea` too,
repo URL is `.../gitea/{repo}`.
You change your username to `Gitea`, `GiTea` or something like that,
as long as the lowercase username is still `gitea`, the repo URL remained `.../gitea/{repo}`.
this pr keeps the new username consistent with the repo URL.
Before:


After:


Co-authored-by: hiifong <i@hiif.ong>
Diffstat (limited to 'templates')
0 files changed, 0 insertions, 0 deletions