Eugen Rochko
016ad37bc8
Fix URL linkifier grabbing full-width spaces and quotations ( #9997 )
Fix #9993
Fix #5654
5 years ago
aus-social
1f98eae1cf
Lint pass ( #8876 )
6 years ago
luzpaz
40dd19be37
Misc. typos ( #8694 )
Found via `codespell -q 3 --skip="./app/javascript/mastodon/locales,./config/locales"`
6 years ago
Eugen Rochko
0df91c7b1e
Add dat, dweb, ipfs, ipns, ssb, gopher protocols to URL extractor ( #7810 )
* Add dat:// and gopher:// to URL extractor
Fix #6072
* Fix comment indent
* Add dweb, ipfs, ipns, ssb
6 years ago
Daniel King
6ef3874b2e
Fix URLs incorrectly having trailing hyphen removed ( #6465 )
In cases where a URL has a trailing hyphen the FetchLinkCardService incorrectly removes the hyphen when it is parsed
The hyphen is not a reserved character in the URI spec https://tools.ietf.org/html/rfc3986#section-2.2
6 years ago
unarist
6db034a866
Re-allow underscore on valid_url_path_ending_chars ( #4999 )
Limiting allowed characters in the last character of the URL is came from twitter-text, but underscore is allowed on there, and Mastodon before #4941 .
7 years ago
ふぁぼ原
3816943e6b
Enable to recognize most kinds of characters as URL paths ( #4941 )
7 years ago