jojo/models/asymkey
Gusted 07a6b6ce82 chore: make use of go1.26 features (#12369)
Allows us to make use of Go features introduced in v1.26.

I require a feature from v1.26 for a PR I want to make later.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/12369
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
2026-05-01 22:51:48 +02:00
..
lint-locale-usage feat(asymkey/llu): Only interpret .Reason as msgid if .Verified=false (#12019) 2026-04-14 06:27:39 +02:00
asymkey.go feat: consider WebAuthn & SSH for instance signing (#7693) 2025-04-29 10:34:07 +00:00
asymkey_test.go feat: consider WebAuthn & SSH for instance signing (#7693) 2025-04-29 10:34:07 +00:00
error.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
gpg_key.go chore: flag suspicious OwnerID comparisons (#12184) 2026-04-19 04:24:09 +02:00
gpg_key_add.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
gpg_key_commit_verification.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
gpg_key_common.go chore(cleanup): replaces unnecessary calls to formatting functions by non-formatting equivalents (#7994) 2025-05-29 17:34:29 +02:00
gpg_key_import.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
gpg_key_list.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
gpg_key_object_verification.go feat(build): improve lint-locale-usage further (#8736) 2025-08-27 23:47:34 +02:00
gpg_key_tag_verification.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
gpg_key_test.go chore: make use of go1.26 features (#12369) 2026-05-01 22:51:48 +02:00
gpg_key_verify.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
main_test.go chore: do not require empty fixtures to clean tables (#8353) 2025-06-30 23:04:16 +02:00
ssh_key.go chore: flag suspicious OwnerID comparisons (#12184) 2026-04-19 04:24:09 +02:00
ssh_key_authorized_keys.go feat: ensure only expected ssh public keys are in authorized_keys file (#10010) 2025-11-09 01:06:04 +01:00
ssh_key_authorized_keys_test.go feat: ensure only expected ssh public keys are in authorized_keys file (#10010) 2025-11-09 01:06:04 +01:00
ssh_key_authorized_principals.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
ssh_key_deploy.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
ssh_key_fingerprint.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
ssh_key_object_verification.go feat(sec): Add SSH signing support for instances (#6897) 2025-04-11 13:25:35 +00:00
ssh_key_object_verification_test.go chore: fix typos throughout the codebase (#10753) 2026-01-26 22:57:33 +01:00
ssh_key_parse.go Update module golang.org/x/crypto to v0.39.0 (forgejo) (#8091) 2025-06-06 15:19:05 +02:00
ssh_key_principals.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
ssh_key_test.go Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-03-28 22:22:21 +00:00
ssh_key_verify.go feat: use AppDomain for key verification (#10429) 2025-12-17 17:01:14 +01:00