gitea/modules/convert
pricly-yellow 4afdb1eb78
API pull's head/base have correct permission (#17214)
close #17181

* for all pull requests API return permissions of caller
* for all webhook return empty permissions

Signed-off-by: Danila Kryukov <pricly_yellow@dismail.de>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: 6543 <6543@obermui.de>
2021-10-07 02:03:37 +02:00
..
convert.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
git_commit.go
git_commit_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
issue.go
issue_comment.go
issue_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
main_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
notification.go API: add html urls to notification subjects (#17178) 2021-09-30 07:17:39 +03:00
pull.go API pull's head/base have correct permission (#17214) 2021-10-07 02:03:37 +02:00
pull_review.go
pull_test.go API pull's head/base have correct permission (#17214) 2021-10-07 02:03:37 +02:00
release.go
repository.go
status.go
user.go
user_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
utils.go
utils_test.go