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.
gitea/services
zeripath 15b61dac98
Prevent 500 is head repo does not have PullRequest unit in IsUserAllowedToUpdate (#20839) (#20848)
Backport #20621

Some repositories do not have the PullRequest unit present in their configuration
and unfortunately the way that IsUserAllowedToUpdate currently works assumes
that this is an error instead of just returning false.

This PR simply swallows this error allowing the function to return false.

Fix #20621

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

Signed-off-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
agit move agit dependcy (#19998) 3 years ago
asymkey Move issues related files into models/issues (#19931) 3 years ago
attachment Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
auth EscapeFilter the group dn membership (#20200) (#20254) 3 years ago
automerge Move issues related files into models/issues (#19931) 3 years ago
comments Move issues related files into models/issues (#19931) 3 years ago
context Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
cron Move some code into models/git (#19879) 3 years ago
externalaccount Refactor auth package (#17962) 3 years ago
forms Move issues related files into models/issues (#19931) 3 years ago
gitdiff Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) 3 years ago
issue Check if project has the same repository id with issue when assign project to issue (#20133) (#20188) 3 years ago
lfs Move some code into models/git (#19879) 3 years ago
mailer Move issues related files into models/issues (#19931) 3 years ago
migrations fix merge (#20819) 3 years ago
mirror Always try to fetch repo for mirrors (#19975) 3 years ago
org Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
packages Use correct context to get package content (#20673) (#20676) 3 years ago
pull Prevent 500 is head repo does not have PullRequest unit in IsUserAllowedToUpdate (#20839) (#20848) 3 years ago
release fix permission check for delete tag (#19985) 3 years ago
repository Add migrate repo archiver and packages storage support on command line (#20757) (#20806) 3 years ago
task Use a more general (and faster) method to sanitize URLs with credentials (#19239) 3 years ago
user Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
webhook fix(telegram): fix link bot to release tag (#19830) 3 years ago
wiki Move some helper files out of models (#19355) 3 years ago