Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-08Use visibility storeMarco Ambrosini
2020-01-04Fix adding participant with previous session for current guestDaniel Calviño Sánchez
2019-12-27Join the conversation without waiting to receive the conversationsDaniel Calviño Sánchez
2019-12-27Fix adding the current guest participant again and againDaniel Calviño Sánchez
2019-12-16Fix guests joining a callJoas Schilling
2019-12-13Fix promise handlingJoas Schilling
2019-12-13Fix setting up the guest users signaling > join conversation > start chatJoas Schilling
2019-12-13Fix signaling userJoas Schilling
2019-12-13Quick hack to use signaling from the servicesDaniel Calviño Sánchez
2019-12-13Merge pull request #2545 from nextcloud/feature/noid/prevent-unload-when-in-callJoas Schilling
2019-12-13Actually call the getter instead of comparing/using the getter itselfJoas Schilling
2019-12-13Also set the token when loading a conversation directlyJoas Schilling
2019-12-13Use token storeMarco Ambrosini
2019-12-13Set token initially and atwhen route changesMarco Ambrosini
2019-12-13Prevent unload when in a callJoas Schilling
2019-12-09Make the sidebar handle white in callsJoas Schilling
2019-12-06Temporary fix for the AppSidebar tabs bugJoas Schilling
2019-12-06Add the chat in the sidebar when the participant joins the callJoas Schilling
2019-11-26Correctly handle the case when the conversation you are in does not exist any...Joas Schilling
2019-11-26Restructure and renameMarco Ambrosini
2019-11-21Correctly join the conversation when opening a direct linkJoas Schilling
2019-11-21Start with the call serviceJoas Schilling
2019-11-13Always set the user when there is oneJoas Schilling
2019-11-13Load the conversation for guests manually and update the actorStore accordinglyJoas Schilling
2019-11-13Set the current user in the actorStore and use that one everywhereJoas Schilling
2019-11-11Add * to the header for unread messagesJoas Schilling
2019-11-06Replace nextcloud-vue with @nextcloud/vueJoas Schilling
2019-11-04Add the sidebarJoas Schilling
2019-10-30Stop long polling requests when changing conversations.Marco Ambrosini
2019-10-30Use event-bus instead of watchers for route changesMarco Ambrosini
2019-10-28Auto fix linting issuesJoas Schilling
2019-10-24Do not fail hard when the conversation wasn't found (yet)Joas Schilling
2019-10-23Remove Leading " - " when the page title is emptyJoas Schilling
2019-10-23Store the default page title and only prepend the conversation nameJoas Schilling
2019-10-23Execute the route changeJoas Schilling
2019-10-23Create an EventBus and update page title once conversation receivedMarco Ambrosini
2019-10-22Use global before guardMarco Ambrosini
2019-10-22Add the conversation name to the page titleJoas Schilling
2019-10-21Fix eslint errorsJoas Schilling
2019-10-09Create AppNavigationSearch componentMarco Ambrosini
2019-10-09Create Conversation componentMarco Ambrosini
2019-10-09🎉 🎉 📚DOCS📚 🎉 🎉Marco Ambrosini
2019-10-09Add temporary message featureMarco Ambrosini
2019-10-09Add message list api callMarco Ambrosini
2019-10-09Create router, WelcomeView and ChatView componentsMarco Ambrosini
2019-10-09Create ConversationsList componentMarco Ambrosini
2019-10-09Add conversation's api callMarco Ambrosini
2019-10-09Create Vuex storeMarco Ambrosini
2019-10-09Create AdvancedInput componentMarco Ambrosini
2019-10-09Create NewMessageForm componentMarco Ambrosini