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
AgeCommit message (Expand)Author
2020-01-10Merge pull request #2669 from nextcloud/add-call-view-to-sidebar-in-files-appJoas Schilling
2020-01-10Merge pull request #2710 from nextcloud/fix-autocompletion-issuesv8.0.0-alpha.4Joas Schilling
2020-01-10Merge pull request #2703 from nextcloud/followup/2698/combine-empty-sources-i...Joas Schilling
2020-01-10Merge pull request #2694 from nextcloud/bugfix/2676/allow-logged-in-users-to-...Joas Schilling
2020-01-10Fix loading the avatar of users with a space in their idJoas Schilling
2020-01-10Re-enable mentions for other things as its only broken in dev modeJoas Schilling
2020-01-10Replace default vue-at style sheet with a wrapped versionDaniel Calviño Sánchez
2020-01-10Make possible to set extra CSS classes to the vue-at panelDaniel Calviño Sánchez
2020-01-10Fix indentationDaniel Calviño Sánchez
2020-01-10Fix check for previously added style sheetDaniel Calviño Sánchez
2020-01-10Fix wrong property being unsetDaniel Calviño Sánchez
2020-01-10Force restoring the sidebar header contents on file changesDaniel Calviño Sánchez
2020-01-10Fix frozen video after closing and opening the sidebar during a callDaniel Calviño Sánchez
2020-01-10Extract function to update data based on CallViewParticipantModelsDaniel Calviño Sánchez
2020-01-10Add a "constrained layout" for call view to be used in the sidebarDaniel Calviño Sánchez
2020-01-10Replace placeholder with actual call viewDaniel Calviño Sánchez
2020-01-10Replace sidebar header contents with call view during callsDaniel Calviño Sánchez
2020-01-09Fix chat tab autoscroll to bottomMarco Ambrosini
2020-01-09Add dummy call view to the Files sidebarDaniel Calviño Sánchez
2020-01-09Generalize names to encompass both the chat tab and the call viewDaniel Calviño Sánchez
2020-01-09Refresh current conversation periodicallyDaniel Calviño Sánchez
2020-01-09Replace placeholder with actual call buttonDaniel Calviño Sánchez
2020-01-09Add action store to delete a conversation by tokenDaniel Calviño Sánchez
2020-01-09Use a different icon for email addressesJoas Schilling
2020-01-09Simplify the icon codeJoas Schilling
2020-01-09Also add the ContactsList with avatars to itJoas Schilling
2020-01-09Replace the duplicated OptionsLists with itJoas Schilling
2020-01-09Allow to add emails to existing conversationsJoas Schilling
2020-01-09Deduplicate the methodsJoas Schilling
2020-01-09Move the participant tab options to the dedicated listsJoas Schilling
2020-01-09Extract the actions from the components so they can be reusedJoas Schilling
2020-01-09Use the token to pre-filter the list of potential optionsJoas Schilling
2020-01-09Add a header for the participants like in hte left sidebarJoas Schilling
2020-01-09Also filter the list of participantsJoas Schilling
2020-01-09Combine empty sources in the right sidebar as wellJoas Schilling
2020-01-09Merge pull request #2691 from nextcloud/add-autocompletion-for-mentionsJoas Schilling
2020-01-09Dark theme fixes for vue-atJoas Schilling
2020-01-09Merge pull request #2705 from nextcloud/fix-getting-messages-in-messageslist-...Daniel Calviño Sánchez
2020-01-09Show also matches by id not only display nameJoas Schilling
2020-01-09Temporarily disable guest/all mentions so autocomplete for users worksJoas Schilling
2020-01-09Show HTML mentions instead of plain text when composing a messageDaniel Calviño Sánchez
2020-01-09Show avatars for candidate mentions in the autocompletion panelDaniel Calviño Sánchez
2020-01-09Add custom template for elements in the autocompletion panelDaniel Calviño Sánchez
2020-01-09Add basic autocompletion of mentionsDaniel Calviño Sánchez
2020-01-09Enable HTML markup in contenteditable divDaniel Calviño Sánchez
2020-01-09Fix enabling and disabling the AdvancedInput using the propertyDaniel Calviño Sánchez
2020-01-09Add helper to reparent the panel of the vue-at componentDaniel Calviño Sánchez
2020-01-09Merge pull request #2707 from nextcloud/bugfix/noid/fix-chat-tabJoas Schilling
2020-01-09Correctly register the chat tabJoas Schilling
2020-01-09Show mentions to guests using a UserBubbleDaniel Calviño Sánchez