Commit Graph

11 Commits

Author SHA1 Message Date
Jason McBrayer 0bca674f88 Fix links to user profiles from notifications page on Pleroma
Still fails for users on the same server -- needs to not include server part
2019-01-24 08:38:47 -05:00
Jason McBrayer 722b2d7a3d Add more translation hooks 2018-11-07 13:07:21 -05:00
Jason McBrayer c92c28b55a Better error handling in tag linkification 2018-09-05 05:21:02 -04:00
Jason McBrayer f2340864a4 Fix the emojos: custom emoji will now be displayed as images (or alt text) 2018-08-16 19:21:51 -04:00
Jason McBrayer 3390266b29 Work around bug(?) in BeautifulSoup entity handling 2018-06-06 17:13:26 -04:00
Jason McBrayer d0770dbbe1 Fix unescaping of html in template filters.
This was not a security bug, because it was done before passing code to
sanitize, but it was totally an annoying UI bug.
2018-06-06 15:21:00 -04:00
Jason McBrayer 69a678a5ce Fix a bunch of mobile formatting issues 2018-05-23 08:27:45 -04:00
Jason McBrayer 0191bc2f98 Support user timelines.
Other user stuff (profile info, follows/followers) and operations on users
(follow, block, report) are not added, but relatively easy.
2018-05-08 21:47:17 -04:00
Jason McBrayer 9c038a35dd Fix more formatting issues on tag relinking 2018-05-07 09:34:12 -04:00
Jason McBrayer d9de6d7c85 Fix some formatting issues introduced by hashtag parsing 2018-05-07 09:15:22 -04:00
Jason McBrayer 63cea9be14 Link in tags to tag timeline.
Currently, only tags in toots from Mastodon servers are relinked,
because they use a consistent and easy-to-support heuristic.
2018-05-07 08:46:59 -04:00