forgejo/routers/web
Lunny Xiao ddc709ff7f
Add repo_id for attachment (#16958)
When create a new issue or comment and paste/upload an attachment/image, it will not assign an issue id before submit. So if user give up the creating, the attachments will lost key feature and become dirty content. We don't know if we need to delete the attachment even if the repository deleted.

This PR add a repo_id in attachment table so that even if a new upload attachment with no issue_id or release_id but should have repo_id. When deleting a repository, they could also be deleted.

Co-authored-by: 6543 <6543@obermui.de>
2021-09-08 17:19:30 +02:00
..
admin Improve SMTP authentication and Fix user creation bugs (#16612) 2021-08-11 21:42:58 +01:00
dev
events
explore Related refactors to ctx.FormX functions (#16567) 2021-08-11 18:08:52 +03:00
org Make mirror feature more configurable (#16957) 2021-09-07 17:49:36 +02:00
repo Add repo_id for attachment (#16958) 2021-09-08 17:19:30 +02:00
user Add Cache-Control to avatar redirects (#16973) 2021-09-06 23:05:44 +02:00
base.go
goget.go Related refactors to ctx.FormX functions (#16567) 2021-08-11 18:08:52 +03:00
home.go
metrics.go
swagger_json.go
web.go Fix wiki raw commit diff/patch view (#16891) 2021-08-31 04:22:54 +02:00