summaryrefslogtreecommitdiffstats
path: root/src/store
AgeCommit message (Expand)Author
2024-03-14fix(participants): flatten the store data for speaking stateMaksim Sukharev
2024-03-14fix(participants): move interval update of talking time counter to the storeMaksim Sukharev
2024-03-07fix(conversation): skip unread marker increasing from notification, if alread...Maksim Sukharev
2024-02-23Merge pull request #11622 from nextcloud/backport/11618/stable28Joas Schilling
2024-02-21chore(jest): fix tests, clean up logsMaksim Sukharev
2024-02-21fix: Log errors when joining a conversation as errorJoas Schilling
2024-01-25fix(participantStore): update the whole participant objectMaksim Sukharev
2024-01-24fix(breakout): request / dismiss assistance if user is the first / last in th...Maksim Sukharev
2024-01-24fix(breakout): mark rooms with assistance request, update breakout rooms on f...Maksim Sukharev
2024-01-24enh(participants): extract patchParticipants action, reuse in breakoutRooms s...Maksim Sukharev
2024-01-02fix(shares): pass the correct payload to the upload methodMaksim Sukharev
2023-12-28fix(store): rename actionsMaksim Sukharev
2023-12-28fix(store): migrate usage, remove old storeMaksim Sukharev
2023-12-21fix(participants): handle deleting of participants, refactor, add testsMaksim Sukharev
2023-12-21fix(participants): update user status if there were actual changeMaksim Sukharev
2023-12-21fix(participants): don't purge store on each fetch, update only changed parti...Maksim Sukharev
2023-12-19Merge pull request #11259 from nextcloud/backport/11222/stable28Joas Schilling
2023-12-18fix: use body element as modal container if not in fullscreenMaksim Sukharev
2023-12-18fix(shares): allow to retry failed uploadsMaksim Sukharev
2023-12-18fix(shares): pass uploadId to failed temp messageMaksim Sukharev
2023-12-18fix(shares): improve error handlingMaksim Sukharev
2023-12-15fix(shares): pass parent message id with metadata when uploadingMaksim Sukharev
2023-12-15Fix(conversationStore): purge participants and cached conversations.DorraJaouad
2023-12-07fix(eslint): revert rule for testingMaksim Sukharev
2023-12-07chore(eslint): run eslintMaksim Sukharev
2023-12-05fix(shares): allow silent send of sharesMaksim Sukharev
2023-11-30Merge pull request #11025 from nextcloud/backport/10916/stable28Maksim Sukharev
2023-11-30duplicate a patch for handling NcRichContenteditable valueMaksim Sukharev
2023-11-28starts searching for uniquePath from known suffixMaksim Sukharev
2023-11-28share uploads sequentially or in parallel depending on conditionsMaksim Sukharev
2023-11-27allow to send normal message if no uploads attachedMaksim Sukharev
2023-11-16fix(shares): consider 'media-caption' capability when render upload actionsMaksim Sukharev
2023-11-13fix(DAVClient): wrap client creation in a callback to get current request tokenMaksim Sukharev
2023-10-30feat(SIP): use signaling control messages to update the phones storeDorraJaouad
2023-10-30feat(SIP): send signaling control messagesMaksim Sukharev
2023-10-30feat(SIP): handle received signaling messagesMaksim Sukharev
2023-10-30feat(SIP): allow to dial out phone participantsMaksim Sukharev
2023-10-30chore(conversation): update constants and endpointsMaksim Sukharev
2023-10-24fix(ChatView): minor fixesMaksim Sukharev
2023-10-23Merge pull request #10730 from nextcloud/feat/5354/captions-frontendMaksim Sukharev
2023-10-20use local urls (blob) in file previews to not wait for serverMaksim Sukharev
2023-10-20Merge pull request #10633 from nextcloud/feat/10409/recording-consent-supportMaksim Sukharev
2023-10-19fix(LeftSidebar): fixed no results hints and improved the filtering logic.DorraJaouad
2023-10-19upload shared files in parallel, pass caption to server with the last fileMaksim Sukharev
2023-10-19replace action buttons with NewMessage in upload editorMaksim Sukharev
2023-10-18feat(ConversationSettings): allow moderators to enable consent per conversati...Maksim Sukharev
2023-10-18feat(call): check consent before joining the call and send to server for user...Maksim Sukharev
2023-10-16remove checks like 'message === {file}' or {object}'Maksim Sukharev
2023-10-15fix(messagesStore): check existing messages for having a deleted message as p...Maksim Sukharev
2023-10-09Adjust testDorraJaouad