gitea/services
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
..
agit
archiver
attachment Add repo_id for attachment (#16958) 2021-09-08 17:19:30 +02:00
auth
comments
externalaccount
forms
gitdiff
issue
lfs
mailer
mirror Make mirror feature more configurable (#16957) 2021-09-07 17:49:36 +02:00
pull
release Add repo_id for attachment (#16958) 2021-09-08 17:19:30 +02:00
repository Refactor the fork service slightly to take ForkRepoOptions (#16744) 2021-08-28 16:37:14 +08:00
webhook
wiki Add repo_id for attachment (#16958) 2021-09-08 17:19:30 +02:00