summaryrefslogtreecommitdiff
path: root/lib/banzai/filter/video_link_filter.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz2017-03-201-0/+1
| | | | | | Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071
* Copying a rendered issue/comment will paste into GFM textareas as actual GFMDouwe Maan2017-01-161-1/+2
|
* Enable Style/EmptyLinesAroundClassBody coprubocop/EmptyLinesAroundModuleBodyGabriel Mazetto2016-08-061-1/+0
|
* Enable Style/EmptyLinesAroundModuleBody copGabriel Mazetto2016-08-061-2/+0
|
* Remove VideoJS and clean the integrationRémy Coutable2016-07-201-9/+6
| | | | | | | | | 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>
* Use a more powerful query to match videos in img tagsRémy Coutable2016-07-191-9/+34
| | | | | | | | Also, always add a link to download videos since video playback is tricky. Also, it solves the issue with email client not supporting videos. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove duplication, useless rescue, and avoid using ActionViewRémy Coutable2016-07-191-14/+9
| | | | 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