gitea/services/issue
Zettat123 c42083a339
Allow non-admin users to delete review requests (#29057)
Fix #14459

The following users can add/remove review requests of a PR
- the poster of the PR
- the owner or collaborators of the repository
- members with read permission on the pull requests unit
2024-02-24 12:38:43 +00:00
..
assignee_test.go Remove deadcode under models/issues (#28536) 2023-12-19 20:12:02 +01:00
assignee.go Allow non-admin users to delete review requests (#29057) 2024-02-24 12:38:43 +00:00
comments.go
commit_test.go
commit.go
content.go
issue_test.go Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
issue.go
label_test.go
label.go Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
main_test.go
milestone_test.go Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
milestone.go Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
status.go
template.go Refactor issue template parsing and fix API endpoint (#29069) 2024-02-12 05:04:10 +00:00