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 +00:00
..
admin Fix last admin check when syncing users (#34649) 2025-06-09 20:57:45 +00:00
auth Fix last admin check when syncing users (#34649) 2025-06-09 20:57:45 +00:00
devtest Grey out expired artifact on Artifacts list (#34314) 2025-05-05 21:53:17 -07:00
events Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
explore Do not mutate incoming options to SearchRepositoryByName (#34553) 2025-06-02 17:33:25 +00:00
feed feat(api): add date range filtering to commit retrieval endpoints (#34497) 2025-05-19 18:57:58 -07:00
healthcheck Always enable caches (#28527) 2023-12-19 09:29:05 +00:00
misc Refactor cache-control (#33861) 2025-03-13 07:04:50 +08:00
org Validate hex colors when creating/editing labels (#34623) 2025-06-07 11:25:08 +03:00
repo Improve instance wide ssh commit signing (#34341) 2025-06-11 10:32:55 +00:00
shared Refactor FindOrgOptions to use enum instead of bool, fix membership visibility (#34629) 2025-06-09 03:30:34 +00:00
user Only activity tab needs heatmap data loading (#34652) 2025-06-09 21:02:16 +08:00
base.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
githttp.go Fix git client accessing renamed repo (#34034) 2025-03-28 07:28:58 +08:00
goget.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
home.go Do not mutate incoming options to SearchRepositoryByName (#34553) 2025-06-02 17:33:25 +00:00
metrics.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
nodeinfo.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
passkey.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
swagger_json.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
web.go Add "View workflow file" to Actions list page (#34538) 2025-05-28 20:30:00 +08:00
webfinger.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00