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.
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
..
admin Various fixes in login sources (#10428) 4 years ago
misc Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
notify API add/generalize pagination (#9452) 4 years ago
org Various fixes in login sources (#10428) 4 years ago
repo [Refactor] move APIFormat() of Issue and Label to convert package (#10423) 4 years ago
swagger adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437) 4 years ago
user adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437) 4 years ago
utils Remove Unused Functions (#10516) 4 years ago
api.go adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437) 4 years ago