keanu-weblite/src/components/messages
2024-10-17 10:22:24 +02:00
..
channel Support pinning thread messages (media) 2024-10-17 10:22:24 +02:00
export More fixes for servers without m.thread-support 2024-06-28 11:49:55 +02:00
attachmentMixin.js Add maxSizeAutoDownloads with default set to 10Mb 2024-01-09 10:44:40 +01:00
AudioPlayer.vue Resolve "press+hold audio recording is broken" 2023-10-25 20:59:56 +00:00
ContactBanned.vue Add kick,ban,make admin and make moderator operations 2023-01-22 14:41:35 +01:00
ContactChanged.vue Add kick,ban,make admin and make moderator operations 2023-01-22 14:41:35 +01:00
ContactInvited.vue Add kick,ban,make admin and make moderator operations 2023-01-22 14:41:35 +01:00
ContactJoin.vue Remove global "auto_join_rooms" flag and use optional "/join" segments in invite links 2024-07-30 18:28:42 +02:00
ContactKicked.vue Add kick,ban,make admin and make moderator operations 2023-01-22 14:41:35 +01:00
ContactLeave.vue Add kick,ban,make admin and make moderator operations 2023-01-22 14:41:35 +01:00
DebugEvent.vue Break message layouts out into separate compontents 2020-11-17 20:32:37 +01:00
MessageIncoming.vue Support pinning thread messages (media) 2024-10-17 10:22:24 +02:00
MessageIncomingAudio.vue Support sending clap events at a specific time in audio mode 2023-06-07 09:39:05 +02:00
MessageIncomingFile.vue file types and exports 2024-01-09 10:44:40 +01:00
MessageIncomingImage.vue Handle message rendering errors via the errorCaptured hook 2024-06-07 15:03:29 +02:00
MessageIncomingPoll.vue Poll reply fixes and other misc improvements 2022-11-30 08:25:32 +00:00
MessageIncomingSticker.vue Propagate event listeners to message base class(es) 2021-05-10 12:34:32 +02:00
MessageIncomingText.vue Fix redacted media thread showing "message removed" for every media item. 2024-07-11 15:52:45 +02:00
MessageIncomingThread.vue Support pinning thread messages (media) 2024-10-17 10:22:24 +02:00
MessageIncomingVideo.vue file types and exports 2024-01-09 10:44:40 +01:00
messageMixin.js Support pinning thread messages (media) 2024-10-17 10:22:24 +02:00
MessageOperations.vue Implement new "read only" room flag 2024-04-26 16:44:06 +02:00
messageOperationsMixin.js Lots of channel related fixes and updates 2024-10-11 17:04:32 +02:00
MessageOperationsPicker.vue Resolve "set fields to use meaningful ID names for automated test" 2022-01-27 14:56:48 +00:00
MessageOutgoing.vue Support pinning thread messages (media) 2024-10-17 10:22:24 +02:00
MessageOutgoingAudio.vue Support sending clap events at a specific time in audio mode 2023-06-07 09:39:05 +02:00
MessageOutgoingFile.vue file types and exports 2024-01-09 10:44:40 +01:00
MessageOutgoingImage.vue Handle message rendering errors via the errorCaptured hook 2024-06-07 15:03:29 +02:00
MessageOutgoingPoll.vue Poll reply fixes and other misc improvements 2022-11-30 08:25:32 +00:00
MessageOutgoingSticker.vue Propagate event listeners to message base class(es) 2021-05-10 12:34:32 +02:00
MessageOutgoingText.vue Fix redacted media thread showing "message removed" for every media item. 2024-07-11 15:52:45 +02:00
MessageOutgoingThread.vue Support pinning thread messages (media) 2024-10-17 10:22:24 +02:00
MessageOutgoingVideo.vue file types and exports 2024-01-09 10:44:40 +01:00
pollMixin.js Fix broken emojis after matrix-js-sdk update 2022-11-05 18:35:59 +02:00
QuickReactions.vue ux: display all emojis reactions 2023-04-16 13:45:35 +03:00
ReadMarker.vue Lots of channel related fixes and updates 2024-10-11 17:04:32 +02:00
RoomAliased.vue Add kick,ban,make admin and make moderator operations 2023-01-22 14:41:35 +01:00
RoomAvatarChanged.vue Add kick,ban,make admin and make moderator operations 2023-01-22 14:41:35 +01:00
RoomCreated.vue Add kick,ban,make admin and make moderator operations 2023-01-22 14:41:35 +01:00
RoomDeletionNotice.vue Add kick,ban,make admin and make moderator operations 2023-01-22 14:41:35 +01:00
RoomEncrypted.vue Add kick,ban,make admin and make moderator operations 2023-01-22 14:41:35 +01:00
RoomGuestAccessChanged.vue Add kick,ban,make admin and make moderator operations 2023-01-22 14:41:35 +01:00
RoomHistoryVisibility.vue Add kick,ban,make admin and make moderator operations 2023-01-22 14:41:35 +01:00
RoomJoinRules.vue Add kick,ban,make admin and make moderator operations 2023-01-22 14:41:35 +01:00
RoomNameChanged.vue Add kick,ban,make admin and make moderator operations 2023-01-22 14:41:35 +01:00
RoomPowerLevelsChanged.vue Implement display of power level changes 2021-05-21 14:51:30 +02:00
RoomTopicChanged.vue Add kick,ban,make admin and make moderator operations 2023-01-22 14:41:35 +01:00
SeenBy.vue Show member list of seenby 2023-06-25 17:12:29 +03:00