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/web/repo/setting
KN4CK3R c3e462921e
Improve user search display name (#29002)
I tripped over this strange method and I don't think we need that
workaround to fix the value.

old:

![grafik](https://github.com/go-gitea/gitea/assets/1666336/c8b6797b-eb45-4dec-99db-1b0649a34ec5)

new:

![grafik](https://github.com/go-gitea/gitea/assets/1666336/ab1a65ae-de5b-4ce4-9813-3b8b39c7922e)

---------

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
1 year ago
..
avatar.go
collaboration.go Improve user search display name (#29002) 1 year ago
default_branch.go Fix schedule tasks bugs (#28691) 1 year ago
deploy_key.go Use db.Find instead of writing methods for every object (#28084) 1 year ago
git_hooks.go
lfs.go Preserve BOM in web editor (#28935) 1 year ago
main_test.go make writing main test easier (#27270) 1 year ago
protected_branch.go Add branch protection setting for ignoring stale approvals (#28498) 1 year ago
protected_tag.go Even more `db.DefaultContext` refactor (#27352) 1 year ago
runners.go Fix repo count in org action settings (#27245) 1 year ago
secrets.go Fix repo count in org action settings (#27245) 1 year ago
setting.go Don't run push mirrors for archived repos (#27140) 1 year ago
settings_test.go More refactoring of `db.DefaultContext` (#27083) 1 year ago
variables.go Added instance-level variables (#28115) 1 year ago
webhook.go Adjust object format interface (#28469) 1 year ago