summaryrefslogtreecommitdiff
path: root/spec/uploaders
Commit message (Collapse)AuthorAgeFilesLines
* Support uploaders for personal snippets comments12910-uploader-pers-snippetJarka Kadlecova2017-05-021-0/+31
|
* Handle relative and absolute Upload paths in the UploadersRobert Speicher2017-03-062-4/+25
|
* Add `RecordsUploads` module to record Upload records via callbacksRobert Speicher2017-03-063-6/+105
|
* Minor refactoring of UploadersRobert Speicher2017-02-244-42/+53
| | | | | | | | | - Moves a duplicate `file_storage?` definition into the common `GitlabUploader` ancestor. - Get the `uploads` base directory from a class method rather than hard-coding it where it's needed. This will be used in a subsequent MR to store Uploads in the database. - Improves the specs for uploaders.
* Don't delete files from spec/fixturesJacob Vosmaer2017-01-031-3/+3
|
* Copy, don't move uploaded avatar filesJacob Vosmaer2017-01-031-4/+4
|
* Add Gitlab::Middleware::MultipartJacob Vosmaer2016-12-153-0/+48
|
* Remove VideoJS and clean the integrationRémy Coutable2016-07-201-28/+31
| | | | | | | | | Handle videos in: - MD preview in notes: commit, issue/MR, MR diff - New notes in: commit, issue/MR, MR diff - Persisted notes in: commit, issue/MR, MR diff Signed-off-by: Rémy Coutable <remy@rymai.me>
* First support of videos in issues, MRs and notesEric Hayes2016-07-191-0/+42
* Registered video MIME types * Currently supporting browser-supported formats with extensions that match the mime type