gitea/services
Lunny Xiao 26602fd207
Remove undocumented support of signing key in the repository git configuration file (#36143)
Per-repository signing keys have never been officially supported, as
they would require users to modify the repository’s config file.

At this point, it is clear that only global signing keys (GPG or SSH)
should be allowed. If we want to introduce per-repository signing keys
in the future, it will require a complete design proposal.

The endpoint will not be removed for repository special signing key, but
it will reference the global signing key.

---------

Signed-off-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: delvh <dev.lh@web.de>
2025-12-14 17:34:45 +00:00
..
actions Fix actions schedule update issue (#35767) 2025-10-29 16:04:40 +00:00
agit Use git model to detect whether branch exist instead of gitrepo method (#35459) 2025-10-25 10:08:25 -07:00
asymkey Remove undocumented support of signing key in the repository git configuration file (#36143) 2025-12-14 17:34:45 +00:00
attachment fix attachment file size limit in server backend (#35519) 2025-10-21 15:07:11 +00:00
auth update golangci-lint to v2.7.0 (#36079) 2025-12-04 09:06:44 +00:00
automerge Remove unnecessary function parameter (#35765) 2025-10-31 21:56:08 -07:00
automergequeue Fix various trivial problems (#35714) 2025-10-21 13:19:29 +08:00
context Remove undocumented support of signing key in the repository git configuration file (#36143) 2025-12-14 17:34:45 +00:00
contexttest Fix session gob (#35128) 2025-07-20 01:49:36 +00:00
convert Move commit related functions to gitrepo package (#35600) 2025-12-05 00:20:23 +00:00
cron Use global lock instead of status pool for cron lock (#35507) 2025-09-27 10:11:52 -07:00
doctor Move some functions to gitrepo package to reduce RepoPath reference directly (#36126) 2025-12-12 01:15:40 +01:00
externalaccount Refactor OpenIDConnect to support SSH/FullName sync (#34978) 2025-07-10 18:35:59 +00:00
feed Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
forms Remove unnecessary code and fix comments (#35761) 2025-10-28 18:03:57 +00:00
git Fix git commit committer parsing and add some tests (#35007) 2025-07-10 19:03:36 +00:00
gitdiff Fix code highlighting on blame page (#36157) 2025-12-14 12:40:55 +02:00
indexer Update issue indexer after merging a PR (#30715) 2024-05-08 14:45:15 +00:00
issue Limit reading bytes instead of ReadAll (#35928) 2025-11-12 19:44:49 +08:00
lfs Refactor Actions Token Access (#35688) 2025-10-22 11:12:31 +00:00
mailer Fix various bugs (#36139) 2025-12-12 18:56:05 +00:00
markup Improve and fix markup code preview rendering (#35777) 2025-10-30 05:15:42 +00:00
migrations Fix possible bug when migrating issues/pull requests (#33487) 2025-12-07 23:09:10 -08:00
mirror Move some functions to gitrepo package to reduce RepoPath reference directly (#36126) 2025-12-12 01:15:40 +01:00
notify Don't send trigger for a pending review's comment create/update/delete (#34928) 2025-07-03 10:35:45 +08:00
oauth2_provider Make OAuth2 issuer configurable (#35915) 2025-11-10 23:45:01 +08:00
org Use db.WithTx/WithTx2 instead of TxContext when possible (#35428) 2025-09-10 03:15:01 +00:00
packages feat: adds option to force update new branch in contents routes (#35592) 2025-10-06 21:23:14 -07:00
projects Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
pull Move some functions to gitrepo package to reduce RepoPath reference directly (#36126) 2025-12-12 01:15:40 +01:00
release Move commit related functions to gitrepo package (#35600) 2025-12-05 00:20:23 +00:00
repository Remove undocumented support of signing key in the repository git configuration file (#36143) 2025-12-14 17:34:45 +00:00
secrets Fix various bugs (#35684) 2025-10-19 00:37:50 +08:00
task Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
uinotification Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
user Fix edit user email bug in API (#36068) 2025-12-04 09:05:13 +01:00
versioned_migration Remove wrong "git.DefaultContext" (#35364) 2025-08-27 16:31:21 +00:00
webhook Limit reading bytes instead of ReadAll (#35928) 2025-11-12 19:44:49 +08:00
webtheme Support blue yellow colorblind theme (#35910) 2025-11-11 18:21:15 +00:00
wiki Use gitrepo's clone and push when possible (#36093) 2025-12-10 09:41:01 -08:00