summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-08-10fix(bots): Minor adjustments to the bots admin settingJoas Schilling
2023-08-10add frontend support for listing bots in admin settingsMaksim Sukharev
2023-08-10feat: Document botsJoas Schilling
2023-08-09remove redundant Vue Fragment and shorten boolean props in LinkShareSettings.vueMaksim Sukharev
2023-08-09fix focusing search box on Ctrl+FMaksim Sukharev
2023-08-09replace deprecated method for text selectionMaksim Sukharev
2023-08-09shorten calls of exposed methodsMaksim Sukharev
2023-08-09remove unused component and methodsMaksim Sukharev
2023-08-09add additional check of button position for ChatView in RightSidebarMaksim Sukharev
2023-08-09show currently set reminder, add ability to remove itMaksim Sukharev
2023-08-09shorten boolean propsMaksim Sukharev
2023-08-09add capabilities checkMaksim Sukharev
2023-08-09add submenu in MessageButtonsBar.vue for reminder actionsMaksim Sukharev
2023-08-09add a reminders serviceMaksim Sukharev
2023-08-09provide container and boundaries for Popover via computed propertiesMaksim Sukharev
2023-08-08fix(LeftSidebar): fix "unread mentions" button appearing Grigorii K. Shartsev
2023-08-08chore: lintGrigorii K. Shartsev
2023-08-08Merge pull request #10139 from nextcloud/backport/9458/stable27Joas Schilling
2023-08-08show speaking participants and elapsed time in the sidebar tabMaksim Sukharev
2023-08-08add handler for participants speaking status changesMaksim Sukharev
2023-08-08add util for call time formattingMaksim Sukharev
2023-08-08notify users who joined call if currently speakingMaksim Sukharev
2023-08-08add section in ConversationSettingsDialog.vue for enabling / disabling botsMaksim Sukharev
2023-08-08move toggle button to Message.vue, align styles with MessageButtonsBar.vueMaksim Sukharev
2023-08-08move createCombinedSystemMessage method to composableMaksim Sukharev
2023-08-08persist toggle state during list re-render, align toggle button with first me...Maksim Sukharev
2023-08-08sort messages within one groupMaksim Sukharev
2023-08-08handle 'moderator_promoted', 'moderator_demoted'Maksim Sukharev
2023-08-08handle 'call_joined', 'call_left', 'call_reconnected'Maksim Sukharev
2023-08-08handle 'user_added'Maksim Sukharev
2023-08-08clear system setups for existing componentsMaksim Sukharev
2023-08-08create new component for groups of system messages, compare them consequentlyMaksim Sukharev
2023-08-07Merge pull request #10102 from nextcloud/backport/9422/stable27Marcel Müller
2023-08-07simplify id comparing for messages groupsMaksim Sukharev
2023-08-07check if messages groups contain different ids when performing soft updateMaksim Sukharev
2023-08-07replace messages highlighting method with Vue approachMaksim Sukharev
2023-08-07get context for searched messages if they are not presented in store yetMaksim Sukharev
2023-08-07compensate increased list height for smooth chat scrollingMaksim Sukharev
2023-08-07soft update of message groups to prevent unnecessary re-renderingMaksim Sukharev
2023-08-07limit fetch requests for messages evenlyMaksim Sukharev
2023-08-07resolve Uncaught Typerror and focus-trap warn for reactionsMaksim Sukharev
2023-08-04Merge pull request #10100 from nextcloud/backport/9892/stable27Joas Schilling
2023-08-03Merge pull request #10101 from nextcloud/backport/10086/stable27Dorra
2023-08-03check is MessagesList is rendered before scrollingMaksim Sukharev
2023-08-03Re-Add the note about iPhone and iPad devicesMarcel Müller
2023-08-03Remove note about Safari not playing soundsMarcel Müller
2023-08-03Create audio objects for call sounds as a result of a user interactionMarcel Müller
2023-08-03add one hour hint during the callDorraJaouad
2023-08-03replace Vuex settingsStore.js to Pinia settings.jsMaksim Sukharev
2023-08-03install and initialize piniaMaksim Sukharev