Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-17 | Whitelist allowed classes for federated statuses (#3810) | nightpool | |
* Whitelist allowed classes for federated statuses Allowed classes are currently: - Any microformats class (h/p/u/dt/e-*) - the classes mention, hashtag, ellipses and invisible. this last one is somewhat suspect, but Mastodon currently uses it to render hidden link text. resolved #3790 * Fix code style | |||
2017-06-04 | Remove some arguments of Formatter.instance.format and spec (#3541) | Akihiko Odaki (@fn_aki@pawoo.net) | |
* Remove some arguments of Formatter.instance.format * Improve spec for Formatter | |||
2017-05-24 | Add test when hashtag and URL are concatenated (#3279) | abcang | |
2017-05-24 | Skip formatting for cashtag in status text (#3275) | Yamagishi Kazutoshi | |
Resolve #3270 | |||
2017-05-12 | Prepend reblogs' wrapper content with "RT @original_author", (#3013) | Eugen Rochko | |
so that when a reblog parse fails on another instance, it doesn't look like a misattributed/stolen text | |||
2017-05-11 | Fix regressions from #2683 (#2970) | Eugen Rochko | |
* Fix regressions from #2683 Properly format spoiler text HTML, while keeping old logic for blankness intact Process hashtags and mentions in spoiler text Format spoiler text for Atom Change "show more" toggle into a button instead of anchor Fix style regression on dropdowns for detailed statuses * Fix lint issue * Convert spoiler text to plaintext in desktop notifications | |||
2017-05-09 | Fixed bug that timeline can not be displayed by InvalidURIError (#2947) | abcang | |
2017-05-05 | use Twitter::Extractor for creating links (#2502) | masarakki | |
2017-04-25 | Decodes URL containing IDN (#2436) | Yamagishi Kazutoshi | |
2017-04-19 | Fix html escape characters in the URL (#2138) | abcang | |
* fix character escaping in URL * add tests * put a comma after the last item * add HTML escape test | |||
2017-02-22 | Fix #555 - Use a better URL parser | Eugen Rochko | |
2017-02-05 | Fix #61 - Add list of blocked users to the UI; clean up failed push ↵ | Eugen Rochko | |
notifications API Try to fix Travis CI setup | |||
2017-01-24 | Fix #204, fix #515 - URL truncating is now a style so copypasting is not | Eugen Rochko | |
affected, replaced onClick handler with onMouseUp/Down to detect text selection not trigger onClick handler then | |||
2016-12-13 | Improved admin UI | Eugen Rochko | |
2016-10-13 | Shorten rendered links (strip protocol and www, truncate to 30 chars), redirect | Eugen Rochko | |
to sign in page after sign up instead of root path which redirects to /about | |||
2016-09-09 | Refactored generation of unique tags, URIs and object URLs into own classes, | Eugen Rochko | |
as well as formatting of content |