gitlab-org--gitlab-foss/lib/banzai/filter
Stan Hu 39f252254b Make sure there's only one slash as path separator
In Ruby 2.4, `URI.join("http://test//", "a").to_s` will
remove the double slash, however it's not the case in
Ruby 2.5. Using chomp should work better for the intention,
as we're not trying to allow things like ../ or / paths
resolution.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53180
2018-11-09 15:36:45 -08:00
..
markdown_engines Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
wiki_link_filter Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
absolute_link_filter.rb Make sure there's only one slash as path separator 2018-11-09 15:36:45 -08:00
abstract_reference_filter.rb Use `Gitlab::SafeRequestStore` in more places 2018-09-24 12:11:27 -07:00
ascii_doc_post_processing_filter.rb
autolink_filter.rb
blockquote_fence_filter.rb
color_filter.rb
commit_range_reference_filter.rb
commit_reference_filter.rb
commit_trailers_filter.rb
emoji_filter.rb
epic_reference_filter.rb Support short reference to group entities from project entities 2018-10-04 10:22:00 +02:00
external_issue_reference_filter.rb Simplify by using Gitlab::SafeRequestStore 2018-09-24 12:11:26 -07:00
external_link_filter.rb
gollum_tags_filter.rb
html_entity_filter.rb
image_lazy_load_filter.rb
image_link_filter.rb
inline_diff_filter.rb
issuable_reference_filter.rb
issuable_state_filter.rb Prepare Banzai to work with group issuables 2018-10-31 16:04:48 +01:00
issue_reference_filter.rb
label_reference_filter.rb Banzai project ref- share context more aggresively 2018-10-04 10:12:18 -06:00
markdown_filter.rb
math_filter.rb
merge_request_reference_filter.rb
mermaid_filter.rb
milestone_reference_filter.rb
plantuml_filter.rb
project_reference_filter.rb
redactor_filter.rb
reference_filter.rb
relative_link_filter.rb Prevent Error 500s with invalid relative links 2018-09-29 07:25:50 -04:00
sanitization_filter.rb
set_direction_filter.rb
snippet_reference_filter.rb
spaced_link_filter.rb Resolve "Process urls with spaces in all markdown processing" 2018-09-08 04:21:30 +00:00
syntax_highlight_filter.rb
table_of_contents_filter.rb
task_list_filter.rb
user_reference_filter.rb
video_link_filter.rb
wiki_link_filter.rb Uploads to wiki stored inside the wiki git repository 2018-09-04 10:39:08 +00:00
yaml_front_matter_filter.rb