mirror of
https://github.com/go-gitea/gitea
synced 2025-02-01 21:57:47 +01:00
a13a6b14ec
`strings.HasPrefix(access.RepoName, uname)` can't handle the situation which like following in access table. user_name | repo_name ----------+------------- toby | toby/blog toby | toby/test toby | tobyzxj/blog toby | tobyzxj/test