summaryrefslogtreecommitdiffstats
path: root/src/store
AgeCommit message (Expand)Author
2023-08-15Remove unneeded conditionDaniel Calviño Sánchez
2023-08-15Update timestamp only when starting to speakDaniel Calviño Sánchez
2023-08-11Fix speaking time sometimes updated when participants do not speakDaniel Calviño Sánchez
2023-08-08show speaking participants and elapsed time in the sidebar tabMaksim Sukharev
2023-08-08add handler for participants speaking status changesMaksim Sukharev
2023-08-07Merge pull request #10102 from nextcloud/backport/9422/stable27Marcel Müller
2023-08-07limit fetch requests for messages evenlyMaksim Sukharev
2023-08-07resolve Uncaught Typerror and focus-trap warn for reactionsMaksim Sukharev
2023-08-04Merge pull request #10100 from nextcloud/backport/9892/stable27Joas Schilling
2023-08-03Create audio objects for call sounds as a result of a user interactionMarcel Müller
2023-08-03add one hour hint during the callDorraJaouad
2023-08-03replace Vuex settingsStore.js to Pinia settings.jsMaksim Sukharev
2023-07-28test(conversations): add more conversations fetching testsGrigorii K. Shartsev
2023-07-28fix(conversations): fix duplicating messagesGrigorii K. Shartsev
2023-07-19refactor(conversations): remove unused purgeConversationsStore actionGrigorii K. Shartsev
2023-07-19fix(conversationsStore): softly patch conversations on fetchingGrigorii K. Shartsev
2023-07-18fix(status): Don't emit event when the user status did not updateJoas Schilling
2023-07-13add webdav mock and adjust upload testsMaksim Sukharev
2023-07-13update DavClient and PUT requestsMaksim Sukharev
2023-06-22perf(conversations): update only changed conversation on fetch in storeGrigorii K. Shartsev
2023-06-08fix getter, move self-filtration to storeMaksim Sukharev
2023-06-08notify joined participants, if previous signal is not expiredMaksim Sukharev
2023-06-08refactor store, add expiration for received signals, ignore self in testsMaksim Sukharev
2023-06-08fix getter and behavior for draft and empty messagesMaksim Sukharev
2023-05-25fix(FilesTemplates): Fix unnecessary request for file templates when not logg...Joas Schilling
2023-05-08handle indicator for guestsMaksim Sukharev
2023-05-08add capabilities checkMaksim Sukharev
2023-05-08Fix getter reading global state rather than the given oneDaniel Calviño Sánchez
2023-05-08Create instance of SignalingTypingHandlerDaniel Calviño Sánchez
2023-05-08Add helper to handle "typing" signaling messagesDaniel Calviño Sánchez
2023-05-05pass errors to be handled by frontend componentMaksim Sukharev
2023-05-05update ConversationAvatarEditor.vue to handle emoji and color pickersMaksim Sukharev
2023-05-02Add isViewerOverlay mode in callView storeGrigorii Shartsev
2023-05-01fix(user-status): Emit event when we have a new status so NcAvatar updatesJoas Schilling
2023-04-24remove try-catch block, fix checks for missing conversationsMaksim Sukharev
2023-04-21Add conditional button for marking conversation as read / unread, connect APIAntreesy
2023-04-08Delete dotValdnet
2023-03-31Improve string for translationMarco
2023-03-31Improve string for translationMarco
2023-03-31Use avatar instead of picture in non user-facing namesMarco
2023-03-31Show success after setting and deleting conversation picture.Marco
2023-03-31Add ability to delete the conversation pictureMarco
2023-03-31Add ability to upload a conversation picture and display it in the Conversati...Marco
2023-03-14fix import and jsdoc lint rules, update caniuseMaksim Sukharev
2023-03-09check if message author is current userMaksim Sukharev
2023-03-01Lint fixMarco
2023-02-24fix(recording): Fix detection of previous state when incompleteJoas Schilling
2023-02-24fix(recording): Don't fade out the call recording toastJoas Schilling
2023-02-23Make recording files visible at frontendVitor Mattos
2023-02-23apply lint rules to .js filesMaksim Sukharev