discourse/lib/onebox
Ghassan Maslamani d0a4bc636f
FIX: Vimeo regex pattern (#17277)
Vimeo has two url structure:

- Normal /video_id

- Private/Unlisted /video_id/hash_string

This changes change the regex pattern thus it would be able to

catch both. Also it tolerate trailing slash.

This shall fixes:

https://meta.discourse.org/t/vimeo-embed-urls-parsed-incorrectly-in-email/231042
2022-06-30 13:13:25 -03:00
..
engine FIX: Vimeo regex pattern (#17277) 2022-06-30 13:13:25 -03:00
mixins FIX: Add another method to check binary file (#15648) 2022-01-20 23:47:18 +02:00
templates UX: remove extra whitespace in github onebox (#17111) 2022-06-17 11:09:45 +10:00
domain_checker.rb Only block domains at the final destination (#15689) 2022-01-31 15:35:12 +08:00
engine.rb FEATURE: Onebox for news.ycombinator.com (#15781) 2022-02-03 13:39:21 -03:00
file_type_finder.rb
helpers.rb
json_ld.rb FIX: Use first supported type item when JSON-LD returns array (#17217) 2022-06-23 13:02:01 -04:00
layout.rb
layout_support.rb
matcher.rb
movie.rb Add support for JSON LD in Onebox (#17007) 2022-06-13 17:32:34 +02:00
normalizer.rb Add support for JSON LD in Onebox (#17007) 2022-06-13 17:32:34 +02:00
oembed.rb Add support for JSON LD in Onebox (#17007) 2022-06-13 17:32:34 +02:00
open_graph.rb Add support for JSON LD in Onebox (#17007) 2022-06-13 17:32:34 +02:00
preview.rb DEV: Don’t patch Sanitize::Config 2022-04-06 17:10:51 +02:00
sanitize_config.rb DEV: Don’t patch Sanitize::Config 2022-04-06 17:10:51 +02:00
status_check.rb
template_support.rb
view.rb