0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-01 01:06:55 -05:00
forgejo/routers/api/v1
Jason Song bf2078640f
Load GitRepo in API before deleting issue (#21720)
Fix #20921.

The `ctx.Repo.GitRepo` has been used in deleting issues when the issue
is a PR.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
2022-11-12 08:32:04 +08:00
..
activitypub Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
admin
misc Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
notify
org Add Webhook authorization header (#20926) 2022-11-03 20:23:20 +02:00
packages
repo Add Webhook authorization header (#20926) 2022-11-03 20:23:20 +02:00
settings
swagger
user Record OAuth client type at registration (#21316) 2022-10-24 15:59:24 +08:00
utils Add Webhook authorization header (#20926) 2022-11-03 20:23:20 +02:00
api.go Load GitRepo in API before deleting issue (#21720) 2022-11-12 08:32:04 +08:00
auth.go
auth_windows.go