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/routers/web
Kemal Zebari 242b331260
Prevent re-review and dismiss review actions on closed and merged PRs (#30065)
Resolves #29965.

---
Manually tested this by:
- Following the
[installation](https://docs.gitea.com/next/installation/install-with-docker#basics)
guide (but built a local Docker image instead)
- Creating 2 users, one who is the `Owner` of a newly-created repository
and the other a `Collaborator`
- Had the `Collaborator` create a PR that the `Owner` reviews
- `Collaborator` resolves conversation and `Owner` merges PR

And with this change we see that we can no longer see re-request review
button for the `Owner`:

<img width="1351" alt="Screenshot 2024-03-25 at 12 39 18 AM"
src="https://github.com/go-gitea/gitea/assets/60799661/bcd9c579-3cf7-474f-a51e-b436fe1a39a4">
11 months ago
..
admin Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 11 months ago
auth Refactor external URL detection (#29973) 11 months ago
devtest Move context from modules to services (#29440) 1 year ago
events Move context from modules to services (#29440) 1 year ago
explore Remove AddParamIfExist(AddParam) (#29841) 11 months ago
feed Rename Str2html to SanitizeHTML and clarify its behavior (#29516) 12 months ago
healthcheck Always enable caches (#28527) 1 year ago
misc Move context from modules to services (#29440) 1 year ago
org Add default board to new projects, remove uncategorized pseudo-board (#29874) 11 months ago
repo Prevent re-review and dismiss review actions on closed and merged PRs (#30065) 11 months ago
shared Fix missing code in the user profile (#29865) 11 months ago
user Refactor StringsToInt64s (#29967) 11 months ago
base.go Fix panic in storageHandler (#27446) 1 year ago
githttp.go Move context from modules to services (#29440) 1 year ago
goget.go Move context from modules to services (#29440) 1 year ago
home.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 12 months ago
metrics.go Implement FSFE REUSE for golang files (#21840) 2 years ago
nodeinfo.go Move context from modules to services (#29440) 1 year ago
passkey.go Move context from modules to services (#29440) 1 year ago
swagger_json.go Move context from modules to services (#29440) 1 year ago
web.go Add default board to new projects, remove uncategorized pseudo-board (#29874) 11 months ago
webfinger.go Move context from modules to services (#29440) 1 year ago