summaryrefslogtreecommitdiff
path: root/lib/gitlab/uploads_transfer.rb
Commit message (Collapse)AuthorAgeFilesLines
* port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-1/+1
|
* Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-071-1/+1
| | | | | | | | | | | | | 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
* Merge branch '29843-project-subgroup-transfer' into 'security'Rémy Coutable2017-03-291-1/+1
| | | | | | Use full path for moving directories when changing namespace path See merge request !2078
* Rename pages namespace or project path when changedKamil Trzcinski2017-01-311-29/+1
| | | | - Move UploadsTransfer to ProjectTransfer and inherit from this to UploadsTransfer and PagesTransfer
* Fix: Images cannot show when projects' path was changeduploads_path_fixValery Sizov2015-10-141-0/+35