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/admin
wxiaoguang ff2f479a4b
Clean template/helper.go (#23922)
The first step of #23328

This PR cleans:

1. Dead function like `SubStr`
2. Unnecessary function like `UseHTTPS`, it should be provided by
`window.origin`
3. Duplicate function like `IsShowFullName`, there was already a
`DeafultShowFullName`

I have searched these removed functions globally, no use in code.
2 years ago
..
admin.go
admin_test.go
applications.go
auths.go Fix 500 error if there is a name conflict when edit authentication source (#23832) 2 years ago
config.go Clean template/helper.go (#23922) 2 years ago
emails.go
hooks.go Add main landmark to templates and adjust titles (#22670) 2 years ago
main_test.go
notice.go
orgs.go
packages.go
repos.go Use context parameter in services/repository (#23186) 2 years ago
runners.go Implement actions (#21937) 2 years ago
users.go Fix incorrect/Improve error handle in edit user page (#23805) 2 years ago
users_test.go