DJ Mountney
|
1d1363e2bb
|
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-07 21:16:20 -07:00 |
|
Rémy Coutable
|
60c0c0f3d0
|
Merge branch '29843-project-subgroup-transfer' into 'security'
Use full path for moving directories when changing namespace path
See merge request !2078
|
2017-03-29 19:16:50 -07:00 |
|
Kamil Trzcinski
|
2c2447771f
|
Rename pages namespace or project path when changed
- Move UploadsTransfer to ProjectTransfer and inherit from this to UploadsTransfer and PagesTransfer
|
2017-01-31 22:53:56 +00:00 |
|
Valery Sizov
|
8f584d5f2c
|
Fix: Images cannot show when projects' path was changed
|
2015-10-14 18:50:35 +03:00 |
|