summaryrefslogtreecommitdiffstats
path: root/src/components
AgeCommit message (Expand)Author
2023-06-01Correct Font weight for SubtitleDorraJaouad
2023-05-25fix(TypingIndicator): Actors are only unique by type+idJoas Schilling
2023-05-25fix(MediaSettings): Fix guests being prompted with login window when blurring...Joas Schilling
2023-05-24Merge pull request #9609 from nextcloud/bugfix/noid/fix-aria-label-of-backgro...Joas Schilling
2023-05-24Merge pull request #9603 from nextcloud/bugfix/9548/no-start-typing-for-each-...Grigorii K. Shartsev
2023-05-24Merge pull request #9596 from nextcloud/fix/9444/viewer-overlay-in-fullscreenGrigorii K. Shartsev
2023-05-24fix(mediasettings): Fix broken aria-labelJoas Schilling
2023-05-24fix(mediasettings): Hide virtual background options when not supportedJoas Schilling
2023-05-24fix(CS): Attribute ":key" should go before ":selector"Joas Schilling
2023-05-24fix(ViewerOverlay): remount overlay on fullscreen mode toggleGrigorii K. Shartsev
2023-05-24fix(chat): Don't send startTyping signaling message for each keystrokeJoas Schilling
2023-05-23fix(ViewerOverlay): fullscreen mode supportGrigorii K. Shartsev
2023-05-23Merge pull request #9583 from nextcloud/bugfix/9579/self-reactions-with-hpbJoas Schilling
2023-05-23fix(reactions): Fix own call reactions when the HPB is usedJoas Schilling
2023-05-23fix(CallView): fix no local video on empty call in not grid modeGrigorii K. Shartsev
2023-05-12Merge pull request #9530 from nextcloud/fix/9430/follow-ups-from-refactoringJoas Schilling
2023-05-12Merge pull request #9512 from nextcloud/feature/9273/translate-chat-messagesMaksim Sukharev
2023-05-12replace complex calculations with Array.at()Maksim Sukharev
2023-05-12refactor NotificationsSettings.vueMaksim Sukharev
2023-05-12remove .prevent modifiers from custom componentsMaksim Sukharev
2023-05-12shorten components namesMaksim Sukharev
2023-05-12post-review fixes, refactor NewMessageFormTextCreateDialog.vueMaksim Sukharev
2023-05-12fix replacement of special symbols by EmojiPickerMaksim Sukharev
2023-05-12align template picker appearance with Files appMaksim Sukharev
2023-05-12extract text creation dialogMaksim Sukharev
2023-05-12extract attachments actionsMaksim Sukharev
2023-05-12move, rename and refactor existing inner componentsMaksim Sukharev
2023-05-12minor design updates and props renamingMaksim Sukharev
2023-05-12request for languages from capabilities instead of storeMaksim Sukharev
2023-05-12Use the color-primary-element* variablesSimon L
2023-05-12create MessageTranslateDialog.vue, connect APIMaksim Sukharev
2023-05-11fix(docs): FIx missing types and space indentationJoas Schilling
2023-05-11Merge pull request #9508 from nextcloud/enh/noid/fix-sidebar-closingJoas Schilling
2023-05-10handle all 'joined-conversation' eventsMaksim Sukharev
2023-05-10remove redundant emitting eventsMaksim Sukharev
2023-05-10fix(chat): Prevent submitting empty messages in the UIJoas Schilling
2023-05-09Merge pull request #9460 from nextcloud/fix/9446/add-empty-call-view-to-viewe...Joas Schilling
2023-05-09Merge pull request #9344 from nextcloud/feature/9271/typing-indicatorsMaksim Sukharev
2023-05-09fix(ViewerOverlay): add EmptyCallViewGrigorii K. Shartsev
2023-05-09move Avatar editor under the description in conversation settingsMaksim Sukharev
2023-05-09move constants from data() to setup()Maksim Sukharev
2023-05-09fix(avatar): Fall back to the CSS class icon for servers without avatar supportJoas Schilling
2023-05-09fix(settings): Only show avatar option when the server supports itJoas Schilling
2023-05-08move and rename component according to Vue style guideMaksim Sukharev
2023-05-08handle indicator for guestsMaksim Sukharev
2023-05-08add capabilities checkMaksim Sukharev
2023-05-08connect signalingMaksim Sukharev
2023-05-08add TypingIndicator.vueMaksim Sukharev
2023-05-08add adjustable overlap for condensed AvatarWrapper.vue, lint NewMessageForm.vueMaksim Sukharev
2023-05-08Merge pull request #9465 from nextcloud/feat/noid/new-conversation-dialog-reworkMaksim Sukharev