summaryrefslogtreecommitdiffstats
path: root/modules/private/key.go
Commit message (Collapse)AuthorAgeFilesLines
* Make gitea serv use api/internal (#4886)Antoine GIRARD2018-10-301-0/+116
* Start to move to internal/private * Add GetPublicKeyByID * Add HasDeployKey * Add private.UpdateDeployKeyUpdated * Add private.GetUserByKeyID * Add private.AccessLevel * Add private.CheckUnitUser * Fix mistakes I made * Some cleaning + moving code to separate files * Fix error handling * Remove useless error handling for setup * lint: fix comment on exported func * fix copyright header * Fix order of args