forgejo/modules/indexer/issues
Zettat123 77c56e29de
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

(cherry picked from commit c42083a33950be6ee9f822c6d0de3c3a79d1f51b)

Conflicts:
	models/repo/repo_list_test.go
	tests/integration/api_nodeinfo_test.go
	tests/integration/api_repo_test.go
	shared fixture counts
2024-02-26 22:30:27 +01: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 [CI] disable meilisearch/elasticsearch test, no server yet in CI 2024-02-05 13:33:58 +01:00
internal Replace util.SliceXxx with slices.Xxx (#26958) 2023-09-07 09:37:47 +00:00
meilisearch [CI] disable meilisearch/elasticsearch test, no server yet in CI 2024-02-05 13:33:58 +01:00
dboptions.go Include public repos in doer's dashboard for issue search (#28304) 2023-12-07 13:26:18 +08:00
indexer.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-26 22:30:27 +01:00
util.go Improve retrying index issues (#27554) 2023-10-15 18:56:57 +00:00