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.
forgejo/modules/templates
6543 4160bd6ef1
Remove Unused Functions (#10516)
* remove ReplaceLeft

* remove GetRepositoryByOwnerAndName chainload to models.GetRepositoryByOwnerAndName

* remove CheckUnitUser chainload to models.CheckUnitUser

* remove MakeAssigneeList

* remove DownloadDiff & DownloadPatch -> DownloadDiffOrPatch

* remove GetRandomBytesAsBase64

* remove PushUpdateDeleteTags

* remove GetUserByKeyID
(you still can resolve user by "k, err := GetPublicKeyByID; userID := k.OwnerID")

* remove BasicAuthEncode from struct package -> same function in modules/base/tools !

* remove UserID from api.utils

* remove unused func from structs package
4 years ago
..
dynamic.go Use templates for issue e-mail subject and body (#8329) 5 years ago
helper.go Remove Unused Functions (#10516) 4 years ago
helper_test.go Use templates for issue e-mail subject and body (#8329) 5 years ago
static.go Implement "embedded" command to extract static resources (#9982) 4 years ago
templates_bindata.go Generate Bindata iff TAGS="bindata" and not up-to-date (#10004) 4 years ago