Bob Van Landuyt
2e97db887c
Make the uploader use the updated folder
2017-06-08 16:17:13 +02:00
DJ Mountney
565ead6102
Bring in security changes from the 9.2.5 release
...
Ran:
- git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
- git checkout -b 9-2-5-security-patch origin/v9.2.2
- git apply patchfile.patch
- git commit
- [Got the sha ref for the commit]
- git checkout -b upstream-9-2-security master
- git cherry-pick <SHA of the patchfile commit>
- [Resolved conflicts]
- git cherry-pick --continue
2017-06-08 16:17:13 +02:00
Kamil Trzcinski
6185d12c18
Add missing specs
2017-06-01 16:34:48 +02:00
Kamil Trzcinski
e61f38d79e
Fix data inconsistency issue for old artifacts by moving them to a currently used path
2017-06-01 14:39:48 +02:00
Jarka Kadlecova
43ff738641
Support uploaders for personal snippets comments
2017-05-02 15:22:24 +02:00
Robert Speicher
5c41338fa3
Handle relative and absolute Upload paths in the Uploaders
2017-03-06 14:41:10 -05:00
Robert Speicher
a8c62dfe5c
Minor refactoring of Uploaders
...
- Moves a duplicate `file_storage?` definition into the common
`GitlabUploader` ancestor.
- Get the `uploads` base directory from a class method rather than
hard-coding it where it's needed. This will be used in a subsequent MR
to store Uploads in the database.
- Improves the specs for uploaders.
2017-02-24 16:41:27 -05:00
Jacob Vosmaer
6731ab5d76
Add Gitlab::Middleware::Multipart
2016-12-15 12:26:36 +01:00