summaryrefslogtreecommitdiff
path: root/app/uploaders/file_uploader.rb
Commit message (Expand)AuthorAgeFilesLines
* Uploads to wiki stored inside the wiki git repositoryFrancisco Javier López2018-09-041-10/+0
* Fix filename for accelerated uploadsJan Provaznik2018-07-181-4/+0
* use fileuploader dynamic path method in uploads manager and add spec48745-project-exports-fail-when-uploads-have-been-migrated-to-object-storageJames Lopez2018-07-131-2/+6
* Enable frozen string in apps/validators/*.rbgfyoung2018-07-051-1/+3
* fix an issue with local filesMicaël Bergeron2018-07-031-6/+8
* add support for file copy on object storageMicaël Bergeron2018-07-031-0/+26
* shave off 30% of the query countMicaël Bergeron2018-06-061-3/+3
* Merge branch 'poc-upload-hashing-path' into 'master'Sean McGivern2018-03-081-18/+30
* port the object storage to CEMicaël Bergeron2018-03-011-2/+4
* Merge commit '7e424eb852716495073881710e8a8851b4a4cd5a' into object-storage-e...Kamil Trzciński2018-02-281-6/+30
|\
| * remove file after `Upload#destroy`Micaël Bergeron2018-02-061-0/+6
| * apply fixes from feedback42547-upload-store-mount-pointMicaël Bergeron2018-02-021-7/+9
| * add the uploader context to the upload modelMicaël Bergeron2018-02-021-7/+21
| * port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-35/+83
* | Merge branch '4163-move-uploads-to-object-storage' into 'master'Sean McGivern2018-02-281-37/+85
|/
* Support uploads for groupsJarka Kadlecova2017-12-071-4/+4
* Changes to Attachments Migration for EE and Geo compatibilityGabriel Mazetto2017-11-281-2/+9
* FileUploader should check for hashed_storage?(:attachments) to use disk_pathGabriel Mazetto2017-11-211-3/+7
* Use the Hashed Storage compatible layer to store AttachmentsGabriel Mazetto2017-10-301-1/+1
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-1/+1
* Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-071-0/+7
* Support uploaders for personal snippets comments12910-uploader-pers-snippetJarka Kadlecova2017-05-021-7/+3
* 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-061-1/+29
* Add `RecordsUploads` module to record Upload records via callbacksRobert Speicher2017-03-061-0/+6
* Minor refactoring of UploadersRobert Speicher2017-02-241-13/+12
* Merge branch 'svg-xss-fix' into 'security' Robert Speicher2017-02-151-1/+1
* Add Gitlab::Middleware::MultipartJacob Vosmaer2016-12-151-1/+1
* Remove magic comments from Ruby files (!5456)winniehell2016-07-241-1/+0
* Get rid of `is_image` in FileUploaderRémy Coutable2016-07-191-1/+0
* First support of videos in issues, MRs and notesEric Hayes2016-07-191-3/+3
* 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
* DRY up upload and download servicesapi-project-uploadDouwe Maan2016-01-081-0/+15
* Remove duplicate methods in uploadersDmitriy Zaporozhets2015-11-161-17/+2
* Fix: Images cannot show when projects' path was changeduploads_path_fixValery Sizov2015-10-141-1/+1
* Fix URL to uploaded file.Douwe Maan2015-02-201-0/+4
* Merge branch 'extend_markdown_upload' into generic-uploadsDouwe Maan2015-02-201-20/+23
|\
| * Use longer upload secret.Douwe Maan2015-02-171-1/+1
| * Refactor.Douwe Maan2015-02-171-26/+12
| * implement Project::UploadsControllerHannes Rosenögger2015-02-171-1/+3
| * Generalize the image upload in markdownHannes Rosenögger2015-02-171-1/+18
|/
* Make existing tests test something, return correct errors.Marin Jankovski2014-05-261-1/+1
* Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso2014-05-231-0/+41