gitea/services
Norwin eceab9e26f
Allow users to self-request a PR review ()
The review request feature was added in https://github.com/go-gitea/gitea/pull/10756,
where the doer got explicitly excluded from available reviewers. I don't see a
functionality or security related reason to forbid this case.

As shown by GitHubs implementation, it may be useful to self-request a review,
to be reminded oneselves about reviewing, while communicating to team mates that a
review is missing.

Co-authored-by: delvh <dev.lh@web.de>
..
agit Delete old git.NewCommand() and use it as git.NewCommandContext() ()
asymkey Delete old git.NewCommand() and use it as git.NewCommandContext() ()
attachment Simplify parameter types ()
auth Fix login with email panic when email is not exist ()
comments format with gofumpt ()
cron Fix the missing i18n key for update checker ()
externalaccount Refactor auth package ()
forms Add config option to disable "Update branch by rebase" ()
gitdiff Prevent dangling GetAttribute calls ()
issue Allow users to self-request a PR review ()
lfs Refactor jwt.StandardClaims to RegisteredClaims ()
mailer Lock gofumpt to v0.3.0 and run it ()
migrations Add Index to comment for migrations and mirroring ()
mirror Refactor mirror code & fix `StartToMirror` ()
org Move repository model into models/repo ()
pull Add config option to disable "Update branch by rebase" ()
release Lock gofumpt to v0.3.0 and run it ()
repository Set is_empty in fixtures ()
task Pause queues ()
user Move keys to models/asymkey ()
webhook Add packagist webhook ()
wiki Delete old git.NewCommand() and use it as git.NewCommandContext() ()