forgejo/models
Gergely Nagy 4dd475dfe5 models/asymkey: Implement Tag verification
This is, in large part, a refactoring: we rename `CommitVerification` to
`ObjectVerification`, and adjust `ParseObjectWithSignature` (previously
`ParseCommitWithSignature`) to work on an object, rather than a commit.

This in turn, lets us implement `ParseTagWithSignature` on top of it, so
commit & tag signature verification will share most of the code.

Work sponsored by @glts.

Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
2024-04-01 13:42:11 +00:00
..
actions
activities [Port] gitea#29930: Move notifications to a standalone file 2024-03-28 14:21:42 +01:00
admin
asymkey models/asymkey: Implement Tag verification 2024-04-01 13:42:11 +00:00
auth
avatars
db Fix misuse of TxContext (#30061) 2024-03-30 07:17:29 +01:00
dbfs
fixtures Add default board to new projects, remove uncategorized pseudo-board (#29874) 2024-03-30 07:17:31 +01:00
forgejo/semver
forgejo_migrations
git Move from max( id ) to max( index ) for latest commit statuses (#30076) 2024-03-30 07:17:31 +01:00
issues Prevent re-review and dismiss review actions on closed and merged PRs (#30065) 2024-03-30 07:17:32 +01:00
migrations Fix migration v292 (#30153) 2024-03-30 07:17:32 +01:00
organization
packages
perm
project Fix migration v292 (#30153) 2024-03-30 07:17:32 +01:00
pull
repo
secret
shared/types
system
unit
unittest
user [BUG] Don't delete inactive emails explicitly 2024-03-29 15:14:09 +01:00
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go
org.go
org_team.go
org_team_test.go
org_test.go
repo.go
repo_test.go
repo_transfer.go
repo_transfer_test.go