about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/components/status_content.js
AgeCommit message (Expand)Author
2020-09-08Monsterfork v2 Kaiju Commit 2020.06.27.1 - 2020.09.05.5Fire Demon
2020-07-10Fix clicking the audio player also opening toots in detailed viewThibaut Girka
2020-01-28Add support for xmpp: and magnet: URIs to misleading link detection codeThibaut Girka
2019-10-27[Glitch] Add noopener and/or noreferrerBSKY
2019-10-10[Glitch] Remove `lang` attribute from individual statusesEugen Rochko
2019-09-09Use the `Icon` component instead of directly using `i` tagThibaut Girka
2019-08-29Fix clicking on the new audioplayer opening the toot in detailed viewThibaut Girka
2019-08-29Add option to rewrite mentions to mentioned user's username or acctThibaut Girka
2019-08-07[Glitch] Fix hashtag links always being lowercaseEugen Rochko
2019-08-06Fix up try/catch block in invalid URL handlingThibaut Girka
2019-08-06Remove href attribute of invalid links instead of crashingThibaut Girka
2019-08-04Remove link rewriting option as it is easily bypassableThibaut Girka
2019-08-04Perform case-insensitive comparison for international domain namesThibaut Girka
2019-08-04Perform case-insensitive comparison of non-International domain namesThibaut Girka
2019-08-04Ensure link rewriting setting changes are immediately appliedThibaut Girka
2019-08-04Handle Mastodon-generated links for targets starting with “www.” properlyThibaut Girka
2019-08-04Add options to highlight misleading links in statusesThibaut Girka
2019-07-28[Glitch] Change contrast of status links that are not mentions nor hashtagsThibG
2019-07-24Fix links in status media having their title rewrittenThibaut Girka
2019-07-23Handle animated emoji on mouse hover in CWs and poll optionsThibaut Girka
2019-07-23[Glitch] Play animated custom emoji on hoverThibG
2019-04-24Rename status__text to status__content__text for consistency with upstreamThibaut Girka
2019-04-22Do not switch to italic for status media buttonsThibaut Girka
2019-04-03Do not handle clicks in detailed status contentThibaut Girka
2019-03-26[Glitch] Add `lang` attribute to statuses in web UIEugen Rochko
2019-03-06Fix toots opening in dynamic column when trying to interact with themThibaut Girka
2019-02-06Fix CW unfolding not triggering re-layout in public hashtag pageThibaut Girka
2018-05-18Prevent click on video from opening detailed tootThibaut Girka
2018-05-18Widen clickable area of tootsThibaut Girka
2018-04-22Add show more/less toggle for entire threads in web UIThibaut Girka
2018-04-22Refactor the infamous three-valued boolean into two booleans, trying to simpl...Thibaut Girka
2018-03-28Render toots with empty contentsThibaut Girka
2018-03-12Remove text requirement when media attached from statuses (fixes #381)Thibaut Girka
2017-12-03Rename themes -> flavours ? ?kibigo!