gitea/routers/api/v1/misc
ChristopherHX c9505a26b9
Improve instance wide ssh commit signing (#34341)
* Signed SSH commits can look in the UI like on GitHub, just like gpg keys today in Gitea
* SSH format can be added in gitea config
* SSH Signing worked before with DEFAULT_TRUST_MODEL=committer

`TRUSTED_SSH_KEYS` can be a list of additional ssh public key contents
to trust for every user of this instance

Closes #34329
Related #31392

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-06-11 10:32:55 +00:00
..
gitignore.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
label_templates.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
licenses.go Only keep popular licenses (#33832) 2025-03-10 06:40:37 +08:00
markup.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
markup_test.go Refactor markup render to fix various path problems (#34114) 2025-04-04 23:45:23 +08:00
nodeinfo.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
signing.go Improve instance wide ssh commit signing (#34341) 2025-06-11 10:32:55 +00:00
version.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00