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
Gusted 6162fb0a19
Check for permission when fetching user controlled issues (#20133) (#20196)
* Check if project has the same repository id with issue when assign project to issue

* Check if issue's repository id match project's repository id

* Add more permission checking

* Remove invalid argument

* Fix errors

* Add generic check

* Remove duplicated check

* Return error + add check for new issues

* Apply suggestions from code review

Co-authored-by: Gusted <williamzijl7@hotmail.com>
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
Co-authored-by: 6543 <6543@obermui.de>
3 years ago
..
agit Fix various typos (#18219) 3 years ago
asymkey Refactor auth package (#17962) 3 years ago
attachment Simplify parameter types (#18006) 3 years ago
auth Respect DefaultUserIsRestricted system default when creating new user (#19310 ) (#19560) 3 years ago
comments Move repository model into models/repo (#17933) 3 years ago
cron Some repository refactors (#17950) 3 years ago
externalaccount Refactor auth package (#17962) 3 years ago
forms Move checks for pulls before merge into own function (#19271) (#19277) 3 years ago
gitdiff Bump to build with go1.18 (#19120 et al) (#19127) 3 years ago
issue Fix bug (#19757) 3 years ago
lfs Support webauthn (#17957) 3 years ago
mailer Set Setpgid on child git processes (#19865) (#19881) 3 years ago
migrations ignore DNS error when doing migration allow/block check (#19567) 3 years ago
mirror Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235) (#19236) 3 years ago
org Move repository model into models/repo (#17933) 3 years ago
pull Check for permission when fetching user controlled issues (#20133) (#20196) 3 years ago
release fix permission check for delete tag (#19985) (#20001) 3 years ago
repository Avoid MoreThanOne Error (#19557) (#19591) 3 years ago
task Some repository refactors (#17950) 3 years ago
user Move keys to models/asymkey (#17917) 3 years ago
webhook Only send webhook events to active system webhooks and only deliver to active hooks (#19234) (#19248) 3 years ago
wiki Fix various typos (#18219) 3 years ago