mirror of
1
Fork 0
forgejo/routers/web
Giteabot de8127e78b
fix incorrect repo url when changed the case of ownername () ()
Backport  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:

![image](https://github.com/go-gitea/gitea/assets/89133723/84177296-f0ff-4176-84f1-1f9ec3f5b86f)
![image](https://github.com/go-gitea/gitea/assets/89133723/8f8f4a12-ecdd-4dec-af89-85c009b0ccfe)

After: 

![image](https://github.com/go-gitea/gitea/assets/89133723/0564edb6-9467-405a-8cd4-d6f70e6f614b)
![image](https://github.com/go-gitea/gitea/assets/89133723/554ecd6e-e5a1-43bc-a46d-99e988c2ff58)

Co-authored-by: hiifong <i@hiif.ong>
2023-07-15 19:47:24 +02:00
..
admin Replace `interface{}` with `any` () () 2023-07-04 23:41:32 -04:00
auth Replace `interface{}` with `any` () () 2023-07-04 23:41:32 -04:00
devtest Make "cancel" buttons have proper type in modal forms () () 2023-07-03 17:09:38 +08:00
events
explore Replace `interface{}` with `any` () () 2023-07-04 23:41:32 -04:00
feed
healthcheck
misc
org fix incorrect repo url when changed the case of ownername () () 2023-07-15 19:47:24 +02:00
repo Fix incorrect release count () () 2023-07-14 09:32:43 +00:00
shared Replace `interface{}` with `any` () () 2023-07-04 23:41:32 -04:00
user Fix notification list bugs () () 2023-07-09 19:15:00 +00:00
auth.go
auth_windows.go
base.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go
webfinger.go Replace `interface{}` with `any` () () 2023-07-04 23:41:32 -04:00