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 (Expand)Author
2018-07-03fix an issue with local filesMicaël Bergeron
2018-07-03add support for file copy on object storageMicaël Bergeron
2018-06-06shave off 30% of the query countMicaël Bergeron
2018-03-08Merge branch 'poc-upload-hashing-path' into 'master'Sean McGivern
2018-03-01port the object storage to CEMicaël Bergeron
2018-02-28Merge commit '7e424eb852716495073881710e8a8851b4a4cd5a' into object-storage-e...Kamil Trzciński
2018-02-28Merge branch '4163-move-uploads-to-object-storage' into 'master'Sean McGivern
2018-02-06remove file after `Upload#destroy`Micaël Bergeron
2018-02-02apply fixes from feedbackMicaël Bergeron
2018-02-02add the uploader context to the upload modelMicaël Bergeron
2018-02-01port of 594e6a0a625^..f74c90f68c6Micaël Bergeron
2017-12-07Support uploads for groupsJarka Kadlecova
2017-11-28Changes to Attachments Migration for EE and Geo compatibilityGabriel Mazetto
2017-11-21FileUploader should check for hashed_storage?(:attachments) to use disk_pathGabriel Mazetto
2017-10-30Use the Hashed Storage compatible layer to store AttachmentsGabriel Mazetto
2017-08-01Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
2017-05-02Support uploaders for personal snippets commentsJarka Kadlecova
2017-04-10Periodically clean up temporary upload files to recover storage spaceblackst0ne
2017-03-06Handle relative and absolute Upload paths in the UploadersRobert Speicher
2017-03-06Add `RecordsUploads` module to record Upload records via callbacksRobert Speicher
2017-02-25Minor refactoring of UploadersRobert Speicher
2017-02-15Merge branch 'svg-xss-fix' into 'security' Robert Speicher
2016-12-15Add Gitlab::Middleware::MultipartJacob Vosmaer
2016-07-24Remove magic comments from Ruby files (!5456)winniehell
2016-07-19Get rid of `is_image` in FileUploaderRémy Coutable
2016-07-19First support of videos in issues, MRs and notesEric Hayes
2016-03-30Remove reduntant `move_to_store` overrideGrzegorz Bizon
2016-03-30Add method that returns markdown in file uploaderGrzegorz Bizon
2016-03-30Get FileUploader into test harness using factoryGrzegorz Bizon
2016-03-30Add markdown pattern for uploads to file uploaderGrzegorz Bizon
2016-01-08DRY up upload and download servicesDouwe Maan
2015-11-16Remove duplicate methods in uploadersDmitriy Zaporozhets
2015-10-14Fix: Images cannot show when projects' path was changedValery Sizov
2015-02-20Fix URL to uploaded file.Douwe Maan
2015-02-20Merge branch 'extend_markdown_upload' into generic-uploadsDouwe Maan
2015-02-18Use longer upload secret.Douwe Maan
2015-02-18Refactor.Douwe Maan
2015-02-18implement Project::UploadsControllerHannes Rosenögger
2015-02-18Generalize the image upload in markdownHannes Rosenögger
2014-05-26Make existing tests test something, return correct errors.Marin Jankovski
2014-05-23Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso