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.
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>
3 years ago
..
admin [API] List limited and private orgs if authentificated (#16866) 3 years ago
misc Refactor renders (#15175) 3 years ago
notify [API] generalize list header (#16551) 3 years ago
org [API] List limited and private orgs if authentificated (#16866) 3 years ago
repo Add repo_id for attachment (#16958) 3 years ago
settings Make mirror feature more configurable (#16957) 3 years ago
swagger Add an api endpoint to fetch git notes (#15373) (#16649) 3 years ago
user [API] List limited and private orgs if authentificated (#16866) 3 years ago
utils Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 3 years ago
api.go Add an api endpoint to fetch git notes (#15373) (#16649) 3 years ago