mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
b82293270c
* Add option to provide signed token to verify key ownership Currently we will only allow a key to be matched to a user if it matches an activated email address. This PR provides a different mechanism - if the user provides a signature for automatically generated token (based on the timestamp, user creation time, user ID, username and primary email. * Ensure verified keys can act for all active emails for the user * Add code to mark keys as verified * Slight UI adjustments * Slight UI adjustments 2 * Simplify signature verification slightly * fix postgres test * add api routes * handle swapped primary-keys * Verify the no-reply address for verified keys * Only add email addresses that are activated to keys * Fix committer shortcut properly * Restructure gpg_keys.go * Use common Verification Token code Signed-off-by: Andrew Thornton <art27@cantab.net> |
4 years ago | |
---|---|---|
.. | ||
admin_user.go | 4 years ago | |
attachment.go | 5 years ago | |
commit_status.go | 4 years ago | |
cron.go | 5 years ago | |
doc.go | ||
fork.go | ||
git_blob.go | ||
git_hook.go | ||
hook.go | 4 years ago | |
issue.go | 4 years ago | |
issue_comment.go | 6 years ago | |
issue_label.go | 5 years ago | |
issue_milestone.go | 4 years ago | |
issue_reaction.go | 5 years ago | |
issue_stopwatch.go | 4 years ago | |
issue_tracked_time.go | 5 years ago | |
lfs_lock.go | ||
miscellaneous.go | 6 years ago | |
notifications.go | 4 years ago | |
org.go | 4 years ago | |
org_member.go | ||
org_team.go | 4 years ago | |
org_type.go | 6 years ago | |
pull.go | 5 years ago | |
pull_review.go | 4 years ago | |
release.go | 5 years ago | |
repo.go | 4 years ago | |
repo_branch.go | 4 years ago | |
repo_collaborator.go | ||
repo_commit.go | 4 years ago | |
repo_file.go | 4 years ago | |
repo_key.go | ||
repo_refs.go | ||
repo_tag.go | 4 years ago | |
repo_topic.go | 5 years ago | |
repo_tree.go | ||
repo_watch.go | ||
settings.go | 4 years ago | |
status.go | 4 years ago | |
task.go | 5 years ago | |
user.go | 4 years ago | |
user_app.go | 5 years ago | |
user_email.go | ||
user_gpgkey.go | 4 years ago | |
user_key.go |