Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2018-12-31 16:42:54 +0300
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-01-02 20:37:29 +0300
commit3060be7a7339176ae780f8f2654820b616ebc6a6 (patch)
tree16d8bcb392dfc6cdb7fc5a97e9f94cf734240436 /changelogs
parent96b39ebcb02ea4ebd858c02ecb792b093471935e (diff)
Merge branch 'fj-55781-fix-api-blob-content-disposition' into 'master'
Fixed content-disposition in blob and files API endpoint Closes #55781 See merge request gitlab-org/gitlab-ce!24078 (cherry picked from commit ca14b70d5201852751d79d6a0827b81689fff5be) 2cd47bba Fixed api content-disposition in blob and files endpoint
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fj-55781-fix-api-blob-content-disposition.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fj-55781-fix-api-blob-content-disposition.yml b/changelogs/unreleased/fj-55781-fix-api-blob-content-disposition.yml
new file mode 100644
index 00000000000..2e1d9889b22
--- /dev/null
+++ b/changelogs/unreleased/fj-55781-fix-api-blob-content-disposition.yml
@@ -0,0 +1,5 @@
+---
+title: Fix content-disposition in blobs and files API endpoint
+merge_request: 24078
+author:
+type: fixed