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
path: root/src/views
AgeCommit message (Expand)Author
2020-01-09Show lobby screen for non moderators when it is enabledDaniel Calviño Sánchez
2019-12-20Force scroll bars in tab contents instead of in whole Files sidebarDaniel Calviño Sánchez
2019-12-20Add method to get the token for the conversation of a fileMarco Ambrosini
2019-12-20Replace "overflow: scroll;" with "overflow: auto;"Daniel Calviño Sánchez
2019-12-19Extract component for ChatViewDaniel Calviño Sánchez
2019-12-19Rename class of wrapper for ChatView and CallView to "mainView"Daniel Calviño Sánchez
2019-12-16Merge pull request #2487 from nextcloud/enh/2414/flow-operatorJoas Schilling
2019-12-13Fix signaling userJoas Schilling
2019-12-13Quick hack to use signaling from the servicesDaniel Calviño Sánchez
2019-12-13Insert signaling to CallViewJoas Schilling
2019-12-13Fix export and load the settingsJoas Schilling
2019-12-13mv to views/FlowPostToConversation.vueArthur Schiwon
2019-12-13Add talk sidebar tab for filesMarco Ambrosini
2019-12-09It's just names, right?Joas Schilling
2019-12-09Force white icons in the TopBar when in callJoas Schilling
2019-12-09Add a CallView when user is in callJoas Schilling
2019-11-06Replace nextcloud-vue with @nextcloud/vueJoas Schilling
2019-11-06Replace nextcloud-router with @nextcloud/routerJoas Schilling
2019-11-06Replace initial-stateJoas Schilling
2019-11-06Add ability to toggle sidebarMarco Ambrosini
2019-11-06Create TopBar componentMarco Ambrosini
2019-11-05Add the projects sidebarJoas Schilling
2019-10-30Switch to @nextcloud/axiosMarco Ambrosini
2019-10-28Auto fix linting issuesJoas Schilling
2019-10-22Get rid of lodash as complained about by the eslint pluginJoas Schilling
2019-10-22Merge pull request #2283 from nextcloud/feature/2280/allow-to-disable-file-roomsJoas Schilling
2019-10-21Add a setting to disable files and public sharing integrationJoas Schilling
2019-10-21Fix missing translation of the placeholderJoas Schilling
2019-10-18Move collection integration to src/Joas Schilling
2019-10-18Move signaling settings to src/Joas Schilling
2019-10-18Move turn settings to src/Joas Schilling
2019-10-18Move stun settings to src/Joas Schilling
2019-10-18Move GeneralSettings to src/Joas Schilling
2019-10-18Move commands settings to src/Joas Schilling
2019-10-18Move AllowedGroupsSettings to src/Joas Schilling
2019-10-14Fix spaces and unitsJoas Schilling
2019-10-09Add temporary message featureMarco Ambrosini
2019-10-09Add joinConversation serviceMarco Ambrosini
2019-10-09Add message list api callMarco Ambrosini
2019-10-09Create router, WelcomeView and ChatView componentsMarco Ambrosini