summaryrefslogtreecommitdiffstats
path: root/src/store
AgeCommit message (Expand)Author
2021-06-02Map multiple cancel functions to temporary messageVincent Petry
2021-06-01Wait for async test functionsDaniel Calviño Sánchez
2021-05-11Remove service dependencies in Conversation componentVincent Petry
2021-05-07Move createOneToOneConversation to storeVincent Petry
2021-05-05Added JS tests for messages storeVincent Petry
2021-05-04Merge pull request #5564 from nextcloud/tests/noid/talk-hash-storeJoas Schilling
2021-05-03Added talk hash store and fetchConversations testsVincent Petry
2021-05-03Add test for participants storeVincent Petry
2021-05-03Move postNewMessage to a store actionVincent Petry
2021-05-03Move fetch messages logic to the storeVincent Petry
2021-05-03Move fetchConversations to a store actionVincent Petry
2021-05-03Merge pull request #5538 from nextcloud/bugfix/3023/only-show-public-messages...Joas Schilling
2021-05-03Fix quality warning tooltip not staying dismissedDaniel Calviño Sánchez
2021-04-30Merge pull request #5544 from nextcloud/bugfix/noid/dipatch-typoVincent Petry
2021-04-30Fix "dipatch" typoVincent Petry
2021-04-30Add JS tests for sidebar storeVincent Petry
2021-04-30Add JS test for quote reply storeVincent Petry
2021-04-30Add JS tests for new group conversation storeVincent Petry
2021-04-30Add JS tests for guest name storeVincent Petry
2021-04-30Added file upload store testsVincent Petry
2021-04-30Also don't overwrite the last message in the UI partsJoas Schilling
2021-04-30Fix discard upload call + naming tweaksVincent Petry
2021-04-29Merge pull request #5529 from nextcloud/techdebt/noid/participant-service-dec...Joas Schilling
2021-04-29Merge pull request #5524 from nextcloud/techdebt/noid/remove-store-usage-sett...Joas Schilling
2021-04-29Simplify hash args Vincent Petry
2021-04-29More createTemporaryMessage to a store actionVincent Petry
2021-04-29Decuple fileUpload service from the global storeVincent Petry
2021-04-28Decouple participantsService from the storeVincent Petry
2021-04-28Remove store usage in settingsServiceVincent Petry
2021-04-27Merge pull request #5512 from nextcloud/tests/noid/more-js-store-testsVincent Petry
2021-04-27Fix date mockVincent Petry
2021-04-26Merge pull request #5519 from nextcloud/bugfix/noid/sound-setting-for-usersVincent Petry
2021-04-26Call services from within the storeJoas Schilling
2021-04-26Fix loading the correct sound setting for usersJoas Schilling
2021-04-26Merge pull request #5506 from nextcloud/bugfix/5504/show-an-error-when-sharin...Vincent Petry
2021-04-23More JS tests for storesVincent Petry
2021-04-23Show an error when sharing failsJoas Schilling
2021-04-22Add more varied JS test casesVincent Petry
2021-04-14Fix sessionIds array usageVincent Petry
2021-04-14Remove participant list API's sessionIdVincent Petry
2021-04-07Don't fail loading the store when some initial states are not thereJoas Schilling
2021-03-26Merge pull request #5410 from nextcloud/feature/1072/play-sounds-on-call-actionsJoas Schilling
2021-03-26Merge pull request #5365 from nextcloud/dependabot/npm_and_yarn/webdav-4.2.1Joas Schilling
2021-03-26Fix initial state handlingJoas Schilling
2021-03-26Save setting for play soundsJoas Schilling
2021-03-25Only use local preview for some image typesJoas Schilling
2021-03-24Adjust webdav client usage for v4.0.0Joas Schilling
2021-03-24Merge pull request #5378 from nextcloud/bugfix/5375/fix-mark-unread-sidebarVincent Petry
2021-03-19Only refetch in case of mark as unreadVincent Petry
2021-03-18Keep pending input message per conversationVincent Petry