summaryrefslogtreecommitdiffstats
path: root/src/store/conversationsStore.js
AgeCommit message (Expand)Author
2021-06-17Update unread mentions earlierVincent Petry
2021-06-17Update unread messages count earlierVincent Petry
2021-05-11Remove service dependencies in Conversation componentVincent Petry
2021-05-07Move createOneToOneConversation to storeVincent Petry
2021-05-03Move fetchConversations to a store actionVincent Petry
2021-04-30Also don't overwrite the last message in the UI partsJoas Schilling
2021-04-23More JS tests for storesVincent Petry
2021-04-14Fix sessionIds array usageVincent Petry
2021-03-18Re-fetch conversation after marking as readVincent Petry
2021-03-08Update last read message marker on scrollVincent Petry
2021-02-24Add more conversation settings to the main dialogMarco Ambrosini
2021-01-14Use separate action name for deleting messageVincent Petry
2021-01-14Simplify deleteConversation store actionVincent Petry
2020-12-18Add ability to set conversation descriptionMarco Ambrosini
2020-12-11Adjustments for listable rooms after reviewVincent Petry
2020-12-11Add listable flags attribute for conversationsVincent Petry
2020-12-10Show single/double check when sent/common-readJoas Schilling
2020-11-30Make sure the key calculation is always uniqueJoas Schilling
2020-11-27Add "more settings" menu item to open sidebar settingsVincent Petry
2020-10-30User v3 APIs to display email invitesJoas Schilling
2020-10-30Add UI option to enable SIPJoas Schilling
2020-10-13Add checkbox for locking conversationVincent Petry
2020-10-08Update conversation name directly after call returnsVincent Petry
2020-06-05Immediately move conversation up when sending a messageJoas Schilling
2020-03-05Don't allow uploads if the conversation is read-onlyMarco Ambrosini
2020-02-10Fix vuex store modification issueJoas Schilling
2020-02-07Also mark the chat read immediatellyJoas Schilling
2020-01-16Replace dummy sidebar contents with CallView and ChatViewDaniel Calviño Sánchez
2020-01-09Add action store to delete a conversation by tokenDaniel Calviño Sánchez
2020-01-09Add action to moderation menu to set the lobby timerDaniel Calviño Sánchez
2019-12-27Fix adding the current guest participant again and againDaniel Calviño Sánchez
2019-11-21Start with the call serviceJoas Schilling
2019-11-07Allow to toggle the lobbyJoas Schilling
2019-11-07Allow to toggle the guest status for conversationsJoas Schilling
2019-10-28Auto fix linting issuesJoas Schilling
2019-10-23Create a vuex store for the reply featureMarco Ambrosini