summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-09Merge pull request #10152 from nextcloud/backport/10146/stable27Joas Schilling
2023-08-09fix(jobs): Fix conflict resolutionJoas Schilling
2023-08-09fix: Run the background job every minuteJoas Schilling
2023-08-09feat(chat): Option to get and clear remindersJoas Schilling
2023-08-09Fix(l10n): Update translations from TransifexNextcloud bot
2023-08-08Merge pull request #10150 from nextcloud/backport/10149/stable27Grigorii K. Shartsev
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-08Merge pull request #10145 from nextcloud/backport/10068/stable27Joas Schilling
2023-08-08fix(CI): Bump nextcloud/OCP packageJoas 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-08fix(l10n): 27 is not using a non-breakable spaceJoas Schilling
2023-08-08fix: Block bot commands on incompatible versionsJoas Schilling
2023-08-08feat(bot): Allow reactions by botsJoas Schilling
2023-08-08fix(chat): Fix actor detection when type and id are providedJoas Schilling
2023-08-08fix: Typo in row attribute namesJoas Schilling
2023-08-08fix: Fix code quality based on reviewJoas Schilling
2023-08-08tests(integration): Add integration tests for the call summary botJoas Schilling
2023-08-08fix(bots): Return Bot data when enabling/disablingJoas Schilling
2023-08-08fix(bots): Update name, description and state when reinstalling onlyJoas Schilling
2023-08-08docs: Add occ docs for bot commandsJoas Schilling
2023-08-08ci(psalm): Fix psalm issues and baselineJoas Schilling
2023-08-08feat(bots): Add API to list, enable and disable bots in a conversationJoas Schilling
2023-08-08fix(bots): Use the fixed CLI urlJoas Schilling
2023-08-08feat(bots): Add commands and events to install botsJoas Schilling
2023-08-08fix(bots): Set timeout to 5s (we wait async if necessary)Joas Schilling
2023-08-08fix(bots): Set the OCS APIRequest header so Nextclouds can be the Bot endpointJoas Schilling
2023-08-08feat(bots): Allow to read system messages as wellJoas Schilling
2023-08-08feat(Message): Allow parsing messages without a current participantJoas Schilling
2023-08-08feat(webhooks): Start with implementing webhooks for chat messagesJoas Schilling
2023-08-08Merge pull request #10143 from nextcloud/backport/9777/stable27Maksim 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-08Fix(l10n): Update translations from TransifexNextcloud bot