summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-09-18Merge pull request #10525 from nextcloud/feat/10416/copy-code-blockJoas Schilling
2023-09-17add copy button for 'pre' element contentMaksim Sukharev
2023-09-17Keep the opened filtered conversationDorraJaouad
2023-09-16revert hardcoded markdown styles to defaultMaksim Sukharev
2023-09-14ease DOM structure, fix stylesMaksim Sukharev
2023-09-14add ParticipantsListVirtual.vue componentMaksim Sukharev
2023-09-14add prop to define root node tag for Participant.vueMaksim Sukharev
2023-09-14rewrite LoadingPlaceholder.vue componentMaksim Sukharev
2023-09-13move guestNameStore initialisation from mixin to componentsMaksim Sukharev
2023-09-12delete CurrentParticipants.vue, move logic to the parentMaksim Sukharev
2023-09-12move sortParticipants method to composableMaksim Sukharev
2023-09-12replace userStatus mixin with utilsMaksim Sukharev
2023-09-12Merge pull request #10491 from nextcloud/fix/10419/hide-message-expirationMaksim Sukharev
2023-09-12Merge pull request #10467 from nextcloud/feat/855/set-username-for-guestDorra
2023-09-12Add tests and renamingDorraJaouad
2023-09-12redo ExpirationSettings.vue for non-moderatorsMaksim Sukharev
2023-09-11Move the submitGuestUsername to the storeDorraJaouad
2023-09-11Adding a loading component to the call viewDorraJaouad
2023-09-11Move into one component and add loading componentDorraJaouad
2023-09-11Dynamically import componentsDorraJaouad
2023-09-10Move the method to the guestNameStore and don't use setGuestUsername in the w...DorraJaouad
2023-09-10Add a welcome window to set username for guestsDorraJaouad
2023-09-08Remove the duplicated actions in guestName store and fix namingDorraJaouad
2023-09-08Fixes and refactoringDorraJaouad
2023-09-08Migrate to Pinia for guestNameStoreDorraJaouad
2023-09-06Merge pull request #10464 from nextcloud/fix/7896/disable-background-blurMaksim Sukharev
2023-09-04add performance section with background blur option to the Talk settingsMaksim Sukharev
2023-09-04Merge pull request #10447 from nextcloud/fix/10395/show-users-reactionsMaksim Sukharev
2023-09-01Change to border in focusDorraJaouad
2023-09-01remove redundant store actionsMaksim Sukharev
2023-09-01fix self reactions flickering on removeMaksim Sukharev
2023-09-01regression(messagesStore) - add missing id to reset reactionsStoreMaksim Sukharev
2023-08-31Merge pull request #10422 from nextcloud/fix/10227/ncrichcontent-parsingJoas Schilling
2023-08-31Merge pull request #10406 from nextcloud/fix/noid/hide-duplicate-join-callMaksim Sukharev
2023-08-31render conversation name and description in settings with NcRichTextMaksim Sukharev
2023-08-31escape special symbols when parsing NcRichContenteditable outputMaksim Sukharev
2023-08-31move "addTemporaryMessage" dispatch to the storeMaksim Sukharev
2023-08-30Merge pull request #10326 from nextcloud/fix/noid/arrow-navigation-eventsMaksim Sukharev
2023-08-29replace id on navigation items with data-* attributeMaksim Sukharev
2023-08-29add method to reset current navigationMaksim Sukharev
2023-08-29listen for focus/blur events in containerMaksim Sukharev
2023-08-29Persist the filter status after reloadDorraJaouad
2023-08-29store self as unique user in combined system messageMaksim Sukharev
2023-08-28Merge pull request #10393 from nextcloud/techdebt/noid/introduce-response-helperMaksim Sukharev
2023-08-28add test coverage for bot pinia storeMaksim Sukharev
2023-08-28rewrite tests for settings pinia storeMaksim Sukharev
2023-08-28mock 'nextcloud/initial-state' libMaksim Sukharev
2023-08-28mock IntersectionObserverMaksim Sukharev
2023-08-28add generator of normal response and error response from serverMaksim Sukharev
2023-08-28add conversation name and external class to the link in deck integration toastMaksim Sukharev