1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-30 17:21:18 +02:00
gitea/models
Philip Couling 64375d875b Attach to release (#673)
* Moved attachaments POST url from /issues/attachments to /attachments

* Implemented attachment upload on release page

* Implemented downloading attachments on the release page

* Added zip and gzip files to default allowed attachments

* Implemented uploading attachments on edit release

* Renamed UploadIssueAttachment to UploadAttachment
2017-01-15 22:57:00 +08:00
..
fixtures
migrations
access_test.go
access.go
action_test.go
action.go
admin_test.go
admin.go
error.go
git_diff_test.go
git_diff.go
graph_test.go
graph.go
issue_comment.go Fix ambiguity bug in getCommentsByRepoIDSince (#665) 2017-01-14 10:21:30 +08:00
issue_label.go
issue_mail.go
issue.go
lfs.go
login_source.go
mail.go
models_sqlite.go
models_test.go
models_tidb.go
models.go
notification.go
org_team.go
org.go Removes reliance on server specific SQL (#393) 2017-01-14 22:32:36 +08:00
pull_test.go
pull.go
release.go Attach to release (#673) 2017-01-15 22:57:00 +08:00
repo_branch.go
repo_collaboration.go
repo_editor.go
repo_mirror.go
repo_test.go
repo.go
setup_for_test.go
ssh_key_test.go
ssh_key.go
star.go
token_test.go
token.go
update_test.go
update.go
user_mail.go
user.go
webhook_slack.go
webhook.go Bug fixes for webhook API (#650) 2017-01-14 10:14:48 +08:00
wiki.go