Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-11 | Fix URLs incorrectly having trailing hyphen removed (#6465) | Daniel King | |
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 | |||
2017-09-18 | Re-allow underscore on valid_url_path_ending_chars (#4999) | unarist | |
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. | |||
2017-09-14 | Enable to recognize most kinds of characters as URL paths (#4941) | ふぁぼ原 | |