summaryrefslogtreecommitdiffstats
path: root/src/services/messagesService.js
AgeCommit message (Expand)Author
2021-05-19Fix generateOcsUrl() callsJoas Schilling
2021-05-03Move postNewMessage to a store actionVincent Petry
2021-05-03Move fetch messages logic to the storeVincent Petry
2021-04-28Fix cancelling postNewMessageVincent Petry
2021-04-23Added more JS tests for servicesVincent Petry
2021-03-08Tweak read marker behaviorVincent Petry
2021-03-08Update last read message marker on scrollVincent Petry
2021-02-12Add sharing deck card with a conversationVincent Petry
2021-02-02Fix JS docsJoas Schilling
2021-02-02Trigger API request to delete a chat message when the button is pressedJoas Schilling
2021-01-19Allow to resend temporary messages if the failure was not permissionsJoas Schilling
2020-12-10Show single/double check when sent/common-readJoas Schilling
2020-04-22Use and set the reference id in the web front endJoas Schilling
2020-01-30Make the service more readableJoas Schilling
2020-01-30Respect last-chat header and make sure that messages are received to the corr...Joas Schilling
2020-01-23Always send the current actorDisplayName with the chat messagesJoas Schilling
2020-01-13Get older messagesMarco Ambrosini
2019-11-06Replace nextcloud-router with @nextcloud/routerJoas Schilling
2019-11-04Use CancelableRequest utilMarco Ambrosini
2019-11-04Use try-catch blocks to capture canceled requests exeptionsMarco Ambrosini
2019-10-31Use better names for cancel functionsMarco Ambrosini
2019-10-31Create cancelableFetchMessages serviceMarco Ambrosini
2019-10-31Do not throw errors on 304sMarco Ambrosini
2019-10-30Stop long polling requests when changing conversations.Marco Ambrosini
2019-10-30Switch to @nextcloud/axiosMarco Ambrosini
2019-10-28Auto fix linting issuesJoas Schilling
2019-10-23Display message with parent in the MessageList componentMarco Ambrosini
2019-10-23Post the new message to the server using replyToMarco Ambrosini
2019-10-23Fix quote component styleMarco Ambrosini
2019-10-11Add ability to receive new messages.Marco Ambrosini
2019-10-09🎉 🎉 📚DOCS📚 🎉 🎉Marco Ambrosini
2019-10-09Add ability to delete messagesMarco Ambrosini
2019-10-09Create postNewMessage serviceMarco Ambrosini
2019-10-09Add joinConversation serviceMarco Ambrosini
2019-10-09Add message list api callMarco Ambrosini
2019-10-09Create router, WelcomeView and ChatView componentsMarco Ambrosini
2019-10-09Create ConversationsList componentMarco Ambrosini