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/modules/convert
pricly-yellow 7b1153e943
API pull's head/base have correct permission(#17214) (#17245)
* for all pull requests API return permissions of caller
* for all webhook return empty permissions

Signed-off-by: Danila Kryukov <pricly_yellow@dismail.de>

* Fix incorrect error handler

Co-authored-by: delvh <dev.lh@web.de>

* Fix wrong assumption in tests

* Change paramenter name to doer to indicate source

Co-authored-by: 6543 <6543@obermui.de>

Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: 6543 <6543@obermui.de>
3 years ago
..
convert.go Add option to provide signature for a token to verify key ownership (#14054) 4 years ago
git_commit.go Fix API to return author for author on commits(#16276) 4 years ago
git_commit_test.go Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
issue.go [refactor] Unify the export of user data via API (#15144) 4 years ago
issue_comment.go [refactor] Unify the export of user data via API (#15144) 4 years ago
issue_test.go Add Created & Updated to Milestone (#12662) 4 years ago
main_test.go Move pull request api convert to convert package (#9664) 5 years ago
notification.go Introduce NotifySubjectType (#16320) 4 years ago
pull.go API pull's head/base have correct permission(#17214) (#17245) 3 years ago
pull_review.go Expose resolver via API (#15167) 4 years ago
pull_test.go API pull's head/base have correct permission(#17214) (#17245) 3 years ago
release.go [refactor] Unify the export of user data via API (#15144) 4 years ago
repository.go Fix some API bugs (#16184) 4 years ago
status.go [refactor] Unify the export of user data via API (#15144) 4 years ago
user.go Add Visible modes function from Organisation to Users too (#16069) 4 years ago
user_test.go Add Visible modes function from Organisation to Users too (#16069) 4 years ago
utils.go [API] Migration: Change ServiceType String (#12672) 4 years ago
utils_test.go Add some Unit-Tests (#14500) 4 years ago