forgejo/models/asymkey
Dmitry Sharshakov eb397c3e63
Allow adding SSH keys even if SSH server is disabled (#24025)
This is useful in case you want to use them for signature verification.

A notice is added to avoid confusion.
2023-04-10 13:22:51 -04:00
..
error.go
gpg_key.go
gpg_key_add.go
gpg_key_commit_verification.go Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00
gpg_key_common.go
gpg_key_import.go Increase Content field size of gpg_key_import to MEDIUMTEXT (#22897) 2023-02-16 12:08:40 -06:00
gpg_key_test.go
gpg_key_verify.go
main_test.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
ssh_key.go
ssh_key_authorized_keys.go
ssh_key_authorized_principals.go
ssh_key_commit_verification.go
ssh_key_deploy.go
ssh_key_fingerprint.go
ssh_key_parse.go Allow adding SSH keys even if SSH server is disabled (#24025) 2023-04-10 13:22:51 -04:00
ssh_key_principals.go
ssh_key_test.go
ssh_key_verify.go