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
AgeCommit message (Collapse)Author
2016-11-01Removes any symlinks before importing a project export file. Also added ↵James Lopez
relevant spec.
2016-10-05Merge branch 'fix/export-project-file-permissions' into 'security'Douwe Maan
Fix export project file permissions issue Fixes security concerns of https://gitlab.com/gitlab-org/gitlab-ce/issues/22757 I have just added the permissions 0700 to the creation of any of the export paths, as @jacobvosmaer suggested in https://gitlab.com/gitlab-org/gitlab-ce/issues/22757#note_16197616 After this has fixed, it could take up to 24 hours in the worse case scenario for old archives to be completely safe - This is the time `ImportExportProjectCleanupWorker` may take to remove the folders. The temporary folders will be 0700 straight away for new installations. See merge request !2003 Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-22Merge branch 'feature/import-export-security-specs' into 'master' Douwe Maan
Import/Export security specs Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/20857 Related: https://gitlab.com/gitlab-org/gitlab-ce/issues/20821/ See merge request !1987
2016-08-11Fix attribute inclusion in import/export config ignored in some casesJames Lopez
2016-05-06fixed and refactored a few things based on MR feedbackJames Lopez
2016-04-07continuing to refactor config, added spec and fixed a few problemsJames Lopez