aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Matrix.cpp
AgeCommit message (Collapse)Author
2024-05-09Fix build after gcc update (function pointer cast, missing algorithm header ↵HEADmasterdec05eba
include)
2024-01-06Matrix: fix matrix.to parsing room alias, show unimplemented messages as ↵dec05eba
regular text message (get unread status)
2023-12-17Matrix: keep edited in progress message on esc, clear text when going from ↵dec05eba
edit to insert/reply
2023-11-05Matrix: add config option 'appear_online' to set online presencedec05eba
2023-10-06Matrix: fix message being incorrectly formatted if source-highlight is not ↵dec05eba
installed
2023-10-05Only decrypt gpg message in room list if its the latest messagedec05eba
2023-10-05Update html parserdec05eba
2023-10-05Pgp log on errordec05eba
2023-06-25Matrix: remove reply formatting from image save name in reply image messagesdec05eba
2023-06-24Add brimstone orange text color in matrix on <dec05eba
2023-06-23Dramacool: fix video not working sometimes by adding support for more video ↵dec05eba
backends: doodstream
2023-06-13Add option to disable file manager grid view to make midov stop cryingdec05eba
2023-06-13Matrix: add send_typing_notifications configdec05eba
2023-06-12Matrix: add option to disable sending read receipt, comment the example json ↵dec05eba
config file
2023-06-11Change file manager view to grid, change file and folder iconsdec05eba
2023-05-06Matrix: try to fix missing messages (limited room messages)dec05eba
2023-04-30Update cache version because cache is corrupt (missing messages)dec05eba
2023-04-30Matrix: fix issue where some new messages may not appear after quickmedia is ↵dec05eba
restarted unless the cache is removed
2023-03-11Matrix: allow pressing enter on a message with a room alias to join the roomdec05eba
2023-02-13Matrix: better reply notification. Only mark as reply if it's a direct reply ↵dec05eba
to you
2023-02-10Matrix: fix notification not shown when matrix open and receiving a new replydec05eba
2023-01-13Matrix: check for sync error on every first syncdec05eba
2023-01-13Matrix: use proper timestamp (origin server timestamp) for notificationsdec05eba
2023-01-12Matrix: do not trust synapse when it comes to unread messagesdec05eba
2023-01-10Matrix: show unread notification on initial sync using notifications api ↵dec05eba
(there might be very old messages that we haven't read)
2023-01-10Matrix: use room messages for notifications intead of notifications api ↵dec05eba
(synapse cache issue)
2022-12-22Matrix: slightly optimize set user infodec05eba
2022-12-16Fix bug where image are not removed from loading when not visibledec05eba
Matrix: fix invites not showing notification
2022-12-14Matrix: do not progress if internet is down (load qm read markers fails)dec05eba
2022-12-14Matrix: fix bug where rooms are removed from the rooms list sometimes during ↵dec05eba
initial sync
2022-12-10Matrix: show loading icon properly for sync, show notifications for first syncdec05eba
2022-12-10Matrix: re-add sync from latest cachedec05eba
2022-12-10Dont show notification for non message messagesdec05eba
2022-12-10Revert matrix sync changes until tabs are addeddec05eba
2022-12-09Use clean cache for first sync after cache format updatedec05eba
2022-12-09Matrix: continue from cache instead of initial sync everytime. Mainly ↵dec05eba
improves pantalaimon sync speed
2022-12-02Matrix: extract username if login is email or user iddec05eba
2022-11-30Matrix: remove upload limit check if server returns error, allow @ in ↵dec05eba
username in login but remove it
2022-11-30Matrix: ignore gpg keys with expired/revoked subkey as welldec05eba
2022-11-29Matrix: set filesize limit to int64 and remove 300mb limit for non-image filesdec05eba
2022-11-28Matrix: ignore expired and revoked signatures for gpg encryptdec05eba
2022-11-26Remove reply formatting from media file title in matrix media replydec05eba
2022-11-18Readd meme gpg encryption in matrix, this time asynchronous decryptiondec05eba
of only visible items
2022-11-16ppdec05eba
2022-11-16Matrix: fix read marker when running multiple instances of quickmedia on the ↵dec05eba
same account at the same time
2022-11-15Use matrix global account data for qm read marker to bypass synapse issue ↵dec05eba
with /sync
2022-11-15Matrix: use a local cache of latest read marker timestamps to try and avoid ↵dec05eba
many unread message notices
2022-11-15Matrix: remove aliases and child spaces from sync to reduce sync sizedec05eba
2022-11-13Matrix: allow pinning a message if no message has ever been pinned before in ↵dec05eba
the room, fix get_previous_message spam when reaching top sometimes, fit card view cutting off bottom text (description)
2022-11-13Matrix: fix message edits not being applied correctlydec05eba