summaryrefslogtreecommitdiff
path: root/app/uploaders
Commit message (Expand)AuthorAgeFilesLines
* Make sure uploads for personal snippets are correctly renderedBob Van Landuyt2017-08-111-1/+1
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-1/+1
* Merge branch '33359-pers-snippet-files-location' into 'security-9-3'Sean McGivern2017-07-191-0/+4
* Move system-uploads to `-/system`Bob Van Landuyt2017-07-181-1/+1
* Fix filename method of GitlabUploader to return always real filenamefix-filename-of-artifact-uploaderKamil Trzcinski2017-06-131-0/+4
* Merge branch 'sh-fix-refactor-uploader-work-dir' into 'master'Kamil Trzciński2017-06-123-12/+23
|\
| * Set artifact working directory to be in the destination store to prevent unne...sh-fix-refactor-uploader-work-dirStan Hu2017-06-063-12/+23
* | Make the uploader use the updated folderBob Van Landuyt2017-06-081-1/+3
* | Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-082-4/+21
* | Merge branch '12910-snippets-description' into 'master'Phil Hughes2017-06-073-4/+72
|\ \ | |/ |/|
| * Support uploads for newly created personal snippets12910-snippets-descriptionJarka Kadlecova2017-06-072-10/+26
| * Support descriptions for snippetsJarka Kadlecova2017-05-312-1/+53
* | Fix LFS timeouts when trying to save large filessh-fix-lfs-from-moving-across-filesystemsStan Hu2017-06-041-0/+16
* | Add missing specsKamil Trzcinski2017-06-013-8/+8
* | Fix data inconsistency issue for old artifacts by moving them to a currently ...Kamil Trzcinski2017-06-013-19/+25
|/
* Support uploaders for personal snippets comments12910-uploader-pers-snippetJarka Kadlecova2017-05-025-15/+22
* Periodically clean up temporary upload files to recover storage spaceblackst0ne2017-04-101-4/+0
* Handle relative and absolute Upload paths in the UploadersRobert Speicher2017-03-063-6/+45
* Add `RecordsUploads` module to record Upload records via callbacksRobert Speicher2017-03-064-0/+46
* Minor refactoring of UploadersRobert Speicher2017-02-246-23/+26
* Enable Style/MutableConstantDouwe Maan2017-02-231-3/+3
* Merge branch 'svg-xss-fix' into 'security' Robert Speicher2017-02-152-2/+9
* Copy, don't move uploaded avatar filesJacob Vosmaer2017-01-031-0/+11
* Add Gitlab::Middleware::MultipartJacob Vosmaer2016-12-156-21/+16
* Render SVG as images in notesAndre Guedes2016-12-081-1/+1
* Remove event caching codeYorick Peterse2016-11-231-6/+0
* Remove magic comments from Ruby files (!5456)winniehell2016-07-245-8/+0
* Remove VideoJS and clean the integrationRémy Coutable2016-07-201-2/+4
* Remove duplication, useless rescue, and avoid using ActionViewRémy Coutable2016-07-191-13/+16
* Get rid of `is_image` in FileUploaderRémy Coutable2016-07-191-1/+0
* First support of videos in issues, MRs and notesEric Hayes2016-07-192-8/+24
* squashed - added avatar saver/restorer and specsfix/import-export-project-avatarJames Lopez2016-07-191-0/+4
* Enable Style/SpaceAfterComma Rubocop coprubocop/enable-space-after-copsGrzegorz Bizon2016-06-291-1/+1
* Remove reduntant `move_to_store` overrideGrzegorz Bizon2016-03-301-4/+4
* Add method that returns markdown in file uploaderGrzegorz Bizon2016-03-301-0/+4
* Get FileUploader into test harness using factoryGrzegorz Bizon2016-03-301-2/+2
* Add markdown pattern for uploads to file uploaderGrzegorz Bizon2016-03-301-0/+1
* Revert "Merge branch 'avatar-cropping' into 'master' "revert-avatar-croppingRémy Coutable2016-03-151-11/+0
* Minor changes on avatar cropping internalsJohann Pardanaud2016-02-181-4/+4
* Improve avatar cropping internals, based on suggestions made by @rspeicher on...Johann Pardanaud2016-02-171-8/+1
* Improve user experience for avatar croppingJohann Pardanaud2016-02-161-1/+8
* Fix failing tests introduced in commit 6d58088Johann Pardanaud2016-02-101-2/+4
* Fix #7959: Fix avatar stretching by providing a cropping featureJohann Pardanaud2016-02-091-0/+9
* Let the CI runner know about builds that this build depends onci/build_dependenciesKamil Trzcinski2016-01-141-0/+4
* DRY up upload and download servicesapi-project-uploadDouwe Maan2016-01-081-0/+15
* Add hotfix that allows to access build artifacts created before 8.3fix/missing-ci-build-tracesGrzegorz Bizon2015-12-291-6/+2
* Expose artifacts pathci-artifacts-pathKamil Trzcinski2015-11-231-3/+3
* Merge branch 'refactor-duplication' into 'master' Dmitriy Zaporozhets2015-11-164-51/+25
|\
| * Remove duplicate methods in uploadersDmitriy Zaporozhets2015-11-164-51/+25
* | Add support for git lfs.lfsMarin Jankovski2015-11-161-0/+29
|/