1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-15 15:55:47 +00:00
gitea/modules/indexer/issues
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
..
bleve Refactor and enhance issue indexer to support both searching, filtering and paging (#26012) 2023-07-31 06:28:53 +00:00
db Fix sort bug on repository issues list (#28897) 2024-01-23 09:17:42 +08:00
elasticsearch Refactor and enhance issue indexer to support both searching, filtering and paging (#26012) 2023-07-31 06:28:53 +00:00
internal Replace util.SliceXxx with slices.Xxx (#26958) 2023-09-07 09:37:47 +00:00
meilisearch Meilisearch: require all query terms to be matched (#28293) 2023-11-29 23:00:59 +08:00
dboptions.go Include public repos in doer's dashboard for issue search (#28304) 2023-12-07 13:26:18 +08:00
indexer_test.go Allow non-admin users to delete review requests (#29057) 2024-02-24 12:38:43 +00:00
indexer.go Include public repos in doer's dashboard for issue search (#28304) 2023-12-07 13:26:18 +08:00
util.go Improve retrying index issues (#27554) 2023-10-15 18:56:57 +00:00