gitea/routers/web
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 +07:00
..
admin Fix last admin check when syncing users (#34649) 2025-06-09 20:57:45 +07:00
auth Fix last admin check when syncing users (#34649) 2025-06-09 20:57:45 +07:00
devtest
events
explore Do not mutate incoming options to SearchRepositoryByName (#34553) 2025-06-02 17:33:25 +07:00
feed feat(api): add date range filtering to commit retrieval endpoints (#34497) 2025-05-19 18:57:58 +07:00
healthcheck
misc
org Validate hex colors when creating/editing labels (#34623) 2025-06-07 11:25:08 +07:00
repo Improve instance wide ssh commit signing (#34341) 2025-06-11 10:32:55 +07:00
shared Refactor FindOrgOptions to use enum instead of bool, fix membership visibility (#34629) 2025-06-09 03:30:34 +07:00
user Only activity tab needs heatmap data loading (#34652) 2025-06-09 21:02:16 +07:00
base.go
githttp.go
goget.go
home.go Do not mutate incoming options to SearchRepositoryByName (#34553) 2025-06-02 17:33:25 +07:00
metrics.go
nodeinfo.go
passkey.go
swagger_json.go
web.go Add "View workflow file" to Actions list page (#34538) 2025-05-28 20:30:00 +07:00
webfinger.go