gitea/routers/api/v1
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
..
activitypub Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
admin Fix last admin check when syncing users (#34649) 2025-06-09 20:57:45 +00:00
misc Improve instance wide ssh commit signing (#34341) 2025-06-11 10:32:55 +00:00
notify Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
org Refactor FindOrgOptions to use enum instead of bool, fix membership visibility (#34629) 2025-06-09 03:30:34 +00:00
packages Add package version api endpoints (#34173) 2025-04-13 20:00:44 +00:00
repo Fix possible pull request broken when leave the page immediately after clicking the update button (#34509) 2025-06-04 17:09:08 +00:00
settings Add API endpoint to request contents of multiple files simultaniously (#34139) 2025-04-22 01:20:11 +08:00
shared Fix get / delete runner to use consistent http 404 and 500 status (#34480) 2025-05-16 06:44:29 +00:00
swagger Add API endpoint to request contents of multiple files simultaniously (#34139) 2025-04-22 01:20:11 +08:00
user Do not mutate incoming options to SearchRepositoryByName (#34553) 2025-06-02 17:33:25 +00:00
utils Fix edithook api can not update package, status and workflow_job events (#34495) 2025-05-18 09:43:56 -07:00
api.go Improve instance wide ssh commit signing (#34341) 2025-06-11 10:32:55 +00:00