forgejo/routers/web
Gusted 2cfcd266b4
[GITEA] Fix panic in canSoftDeleteContentHistory
- It's possible that `canSoftDeleteContentHistory` is called without
`ctx.Doer` being set, such as an anonymous user requesting the
`/content-history/detail` endpoint.
- Add a simple condition to always set to `canSoftDelete` to false if an
anonymous user is requesting this, this avoids a panic in the code that
assumes `ctx.Doer` is set.
- Added integration testing.

(cherry picked from commit 0b5db0dcc6)
(cherry picked from commit 30d168bcc8)
(cherry picked from commit 19be82b7ef)
(cherry picked from commit 334b703b17)
2024-02-05 16:09:42 +01:00
..
admin
auth [GITEA] Allow changing the email address before activation 2024-02-05 16:09:41 +01:00
devtest
events
explore
feed [GITEA] Add repo empty check for branch feed 2024-02-05 16:09:40 +01:00
healthcheck
misc
org
repo [GITEA] Fix panic in canSoftDeleteContentHistory 2024-02-05 16:09:42 +01:00
shared [GITEA] Find README.md for user profiles case insensitively 2024-02-05 16:09:42 +01:00
user [GITEA] Fix NPE in UsernameSubRoute 2024-02-05 16:09:41 +01:00
base.go
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go [FEAT] Repository flags 2024-02-05 16:09:42 +01:00
webfinger.go