gitea/models
zeripath a730dc1419
Fix verification of subkeys of default gpg key ()
* Fix verification of subkeys of default gpg key

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Remove debug log

* Update models/gpg_key.go

* As per @6543

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
..
fixtures API: Add pull review endpoints ()
migrations Change language statistics to save size instead of percentage ()
access.go Upgrade xorm to v1.0.0 ()
access_test.go Fix "access" fixtures and tests ()
action.go Fix potential bugs ()
action_list.go refactor: reduce sql query in retrieveFeeds ()
action_test.go Add gitea-vet ()
admin.go Refactor Cron and merge dashboard tasks ()
admin_test.go Fix tests code to prevent some runtime errors ()
attachment.go Fix potential bugs ()
attachment_test.go Reading pull attachments should depend on read UnitTypePullRequests ()
avatar.go make avatar lookup occur at image request ()
branches.go Refactor Cron and merge dashboard tasks ()
branches_test.go Add deleted_branch table fixture ()
commit_status.go API add/generalize pagination ()
commit_status_test.go Fix wrong hint when status checking is running on pull request view ()
consistency.go Doctor check & fix db consistency ()
context.go Refactor repository check and sync functions ()
convert.go Move database settings from models to setting ()
error.go Add API Endpoint for Branch Creation ()
error_oauth2.go gofmt ()
external_login_user.go Migrate reviews when migrating repository from github ()
fixture_generation.go Move fixture generation to contrib and add test ()
fixture_test.go Move fixture generation to contrib and add test ()
gpg_key.go Fix verification of subkeys of default gpg key ()
gpg_key_test.go Display ui time with customize time location ()
helper.go Add reactions to issues/PR and comments ()
helper_directory.go Remove SavePatch and generate patches on the fly ()
helper_environment.go Move PushUpdateAddDeleteTags to repository module from models ()
issue.go Doctor check & fix db consistency ()
issue_assignees.go Remove Unused Functions ()
issue_assignees_test.go Fix API Bug (fail on empty assignees) ()
issue_comment.go Properly handle and return empty string for dangling commits in GetBranchName ()
issue_comment_list.go Fixed repo link in generated comment for cross repository dependency ()
issue_comment_test.go Pull request review/approval and comment on code ()
issue_dependency.go Display ui time with customize time location ()
issue_dependency_test.go Refactor comment ()
issue_label.go BugFix: updateLabel can updated not allowed fields ()
issue_label_test.go BugFix: updateLabel can updated not allowed fields ()
issue_list.go [BugFix] ReviewCount: GetApprovalCounts func sorted wrong ()
issue_list_test.go Add Organization Wide Labels ()
issue_lock.go remove unused method and rename createcommentWithNoAction ()
issue_milestone.go Refactor Milestone related ()
issue_milestone_test.go Refactor Milestone related ()
issue_reaction.go API add/generalize pagination ()
issue_reaction_test.go Migrate reactions when migrating repository from github ()
issue_stopwatch.go API add/generalize pagination ()
issue_stopwatch_test.go Add gitea-vet ()
issue_test.go issue search on my related repositories ()
issue_tracked_time.go Fix tracked time issues ()
issue_tracked_time_test.go [API] Extend times API ()
issue_user.go Mail assignee when issue/pull request is assigned ()
issue_user_test.go Add "Update Branch" button to Pull Requests ()
issue_watch.go Add issue subscription check to API ()
issue_watch_test.go API add/generalize pagination ()
issue_xref.go remove unused method and rename createcommentWithNoAction ()
issue_xref_test.go Refactor comment ()
lfs.go Add gitea-vet ()
lfs_lock.go Make repository management section handle lfs locks ()
list_options.go Upgrade xorm to v1.0.0 ()
log.go Upgrade xorm to v1.0.0 ()
login_source.go Upgrade xorm to v1.0.0 ()
main_test.go Add gitea-vet ()
migrate.go [BugFix] remove nil inserts in models ()
models.go Doctor check & fix db consistency ()
models_test.go Move database settings from models to setting ()
notification.go Add EventSource support ()
notification_test.go add request review from specific reviewers feature in pull request ()
oauth2.go Changed image of openid-connect logo for better look on arc-green theme ()
oauth2_application.go Refactor UpdateOAuth2Application ()
oauth2_application_test.go OAuth2 Grant UI ()
org.go Prevent multiple listings of organization when creating a repository ()
org_team.go Automatically remove Watches, Assignments, etc if user loses access due to being removed as collaborator or from a team ()
org_team_test.go API add/generalize pagination ()
org_test.go Ensure DeleteUser is not allowed to Delete Orgs and visa versa ()
pull.go Cache PullRequest Divergence ()
pull_list.go API add/generalize pagination ()
pull_sign.go Display pull request head branch even the branch deleted or repository deleted ()
pull_test.go Display pull request head branch even the branch deleted or repository deleted ()
release.go Add single release page and latest redirect ()
repo.go models: include LFS when calculating repo size ()
repo_activity.go Add top author stats to activity page ()
repo_branch.go Move newbranch to standalone package ()
repo_collaboration.go Automatically remove Watches, Assignments, etc if user loses access due to being removed as collaborator or from a team ()
repo_collaboration_test.go API add/generalize pagination ()
repo_generate.go API add/generalize pagination ()
repo_generate_test.go Variable expansion in repository templates ()
repo_indexer.go Index code and stats only for non-empty repositories ()
repo_issue.go Add EnableTimetracking option to app settings ()
repo_language_stats.go Fix language stat calculation ()
repo_list.go Fix repo-list private and total count bugs ()
repo_list_test.go API add/generalize pagination ()
repo_mirror.go Move some repository methods from models to modules/repository ()
repo_permission.go Automatically remove Watches, Assignments, etc if user loses access due to being removed as collaborator or from a team ()
repo_permission_test.go fix bug when update owner team then visit team's repo return 404 ()
repo_redirect.go Move repoWorkPool outside rename/transfer repository ()
repo_redirect_test.go Move repoWorkPool outside rename/transfer repository ()
repo_sign.go Sign: Handle ErrTwoFactorNotEnrolled correctly ()
repo_test.go Move create/fork repository from models to modules/repository ()
repo_unit.go Upgrade xorm to v1.0.0 ()
repo_watch.go Code Refactor of IssueWatch related things ()
repo_watch_test.go API add/generalize pagination ()
review.go API: Add pull review endpoints ()
review_test.go API: Add pull review endpoints ()
ssh_key.go Mulitple Gitea Doctor improvements ()
ssh_key_test.go Fix SSH2 conditonal in key parsing code ()
star.go API add/generalize pagination ()
star_test.go API add/generalize pagination ()
task.go Move create/fork repository from models to modules/repository ()
test_fixtures.go Upgrade xorm to v1.0.0 ()
token.go Reject duplicate AccessToken names ()
token_test.go Reject duplicate AccessToken names ()
topic.go Update topics repo count when deleting repository ()
topic_test.go API add/generalize pagination ()
twofactor.go Display ui time with customize time location ()
u2f.go Display ui time with customize time location ()
u2f_test.go Add gitea-vet ()
unit.go Add setting to set default and global disabled repository units. ()
unit_tests.go Upgrade xorm to v1.0.0 ()
update.go Remove Unused Functions ()
upload.go Use gitea forked macaron ()
user.go Refactor Cron and merge dashboard tasks ()
user_follow.go Refactor session close as xorm already does everything needed internally ()
user_follow_test.go Add gitea-vet ()
user_heatmap.go Move database settings from models to setting ()
user_heatmap_test.go Restricted users ()
user_mail.go Admin page for managing user e-mail activation ()
user_mail_test.go Admin page for managing user e-mail activation ()
user_openid.go Fix SQL quoting ()
user_openid_test.go Add golangci ()
user_test.go Ensure DeleteUser is not allowed to Delete Orgs and visa versa ()
userlist.go API add/generalize pagination ()
userlist_test.go Team permission to create repository in organization ()
webhook.go Add Matrix webhook ()
webhook_test.go Granular webhook events ()
wiki.go Add owner_name column for table repository for maintaince reason ()
wiki_test.go Move wiki related funtions from models to services/wiki ()