forgejo/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.
2023-04-07 03:31:41 -04:00
..
admin.go
admin_test.go
applications.go
auths.go Fix 500 error if there is a name conflict when edit authentication source (#23832) 2023-03-31 22:32:18 +08:00
config.go Clean template/helper.go (#23922) 2023-04-07 03:31:41 -04:00
emails.go
hooks.go
main_test.go
notice.go
orgs.go
packages.go
repos.go Use context parameter in services/repository (#23186) 2023-02-28 16:17:51 -06:00
runners.go
users.go Fix incorrect/Improve error handle in edit user page (#23805) 2023-03-30 13:27:00 -04:00
users_test.go