summaryrefslogtreecommitdiff
path: root/lib/banzai/filter/autolink_filter.rb
Commit message (Expand)AuthorAgeFilesLines
* Catch possible Addressable::URI::InvalidURIErrorBrett Walker2019-02-221-1/+5
* Show tooltip for malicious looking linksBrett Walker2019-01-211-3/+10
* Enable frozen strings in lib/banzai/filter/*.rbsh-freeze-banzai-filter-stringsStan Hu2018-07-231-0/+2
* Fix auto-linking with escaped HTML entitiesSean McGivern2018-03-281-2/+6
* Add ?, !, and : to trailing puncutation excluded from auto-linkingSean McGivern2018-03-231-5/+6
* Match Rinku's behaviour for closing punctuation in links41719-mr-title-fixSean McGivern2018-03-021-15/+35
* Render htmlentities correctly for links not supported by RinkuJarka Kadlecová2018-02-211-31/+5
* Revert "Enable Style/BarePercentLiterals"Douwe Maan2017-02-231-1/+1
* Enable Style/BarePercentLiteralsDouwe Maan2017-02-231-1/+1
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Merge branch 'markdown-xss-fix-option-2.1' into 'security'Douwe Maan2016-11-091-10/+28
* Improve AutolinkFilter#text_parse performanceautolink-filter-text-parseYorick Peterse2016-08-031-6/+9
* Don't parse Rinku returned value to DocFragment when it didn't change the ori...18593-avoid-parse_html-when-rinku-didnt-do-anythingPaco Guzman2016-07-181-0/+2
* Remove redundant `require`s from Banzai filesrs-banzai-requiresRobert Speicher2016-03-241-1/+0
* Prevent circular reference error in BanzaiDouwe Maan2016-01-141-1/+0
* Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-151-0/+107