aboutsummaryrefslogtreecommitdiff
path: root/ui/messages
AgeCommit message (Expand)Author
2020-07-05Support edits without m.new_contentTulir Asokan
2020-06-24Fix rendering displayname change eventsTulir Asokan
2020-06-24Check if PrevContent is nil before using. Fixes #181Tulir Asokan
2020-06-23Show decryption errors more accurately. Fixes #174Tulir Asokan
2020-06-23Update mautrix-goTulir Asokan
2020-06-17Add alias management command and alt_aliases renderingTulir Asokan
2020-05-05Make e2ee optionalTulir Asokan
2020-05-05Update mautrix-go and give crypto module access to state storeTulir Asokan
2020-04-29Add support for encrypted filesTulir Asokan
2020-04-19Update copyright yearTulir Asokan
2020-04-19Update mautrix-go content stuffTulir Asokan
2020-04-19Update stuff and move pushrules to mautrix-goTulir Asokan
2020-04-08Display thumbnail for all files and add commands to download and open filesTulir Asokan
2020-04-07command toggle downloadsSimon Magnin-Feysot
2020-04-07refactor to allow every file message to be downloadedSimon Magnin-Feysot
2020-04-07add text for video messagesmagnin
2020-03-01Implement selecting message to reply/react to with keyboardTulir Asokan
2020-03-01Add support for replying and reacting to messagesTulir Asokan
2020-02-22Add separate messages for invite reject/acceptTulir Asokan
2020-02-21Add initial message selecting stuffTulir Asokan
2020-02-20Fix compilation errorTulir Asokan
2020-02-20Add background color for reactionsTulir Asokan
2020-02-20Add support for displaying reactionsTulir Asokan
2020-02-19Fix rendering formatted m.emotesTulir Asokan
2020-02-19Add support for editing messagesTulir Asokan
2019-06-17Add initial support for rendering repliesTulir Asokan
2019-06-17Wrap events in custom struct to add gomuks-specific fieldsTulir Asokan
2019-06-16Add support for redactions. Fixes #19Tulir Asokan
2019-06-16Fix message text color. Fixes #82Tulir Asokan
2019-06-16Merge remote-tracking branch 'jrswab/imageResize'Tulir Asokan
2019-06-16Re-enable downloading imagesTulir Asokan
2019-06-16Fix reply rendering infinite loop bugTulir Asokan
2019-06-15Scale image message based on the user's text area.Jaron Swab
2019-06-15Unbreak thingsTulir Asokan
2019-05-12Fix go 1.11 and go get compatibilityTulir Asokan
2019-04-15Stop replacing text of event linksTulir Asokan
2019-04-13Minor UI changesTulir Asokan
2019-04-13Add better stringification for UI message types for debuggingTulir Asokan
2019-04-10Fix code block renderingTulir Asokan
2019-04-10Split container/text HTML entities and add support for <hr>Tulir Asokan
2019-04-10Use already parsed events for replies if possibleTulir Asokan
2019-04-10Fix m.emote renderingTulir Asokan
2019-04-10Misc changesTulir Asokan
2019-04-10Re-add reply renderingTulir Asokan
2019-04-10Fix date change messages and input submit handlingTulir Asokan
2019-04-10It compiles. Ship it!Tulir Asokan
2019-04-09Start refactoring various things in message rendering and sendingTulir Asokan
2019-04-09Refactor message parsing thingsTulir Asokan
2019-04-09Move stripLinebreak to a struct field in the HTML parserTulir Asokan
2019-04-09Fix non-syntax-highlighted code block newline renderingTulir Asokan