summaryrefslogtreecommitdiffstats
path: root/src/components/MessagesList/MessagesGroup/Message
AgeCommit message (Expand)Author
2023-08-15align styles for h1-h4 tagsMaksim Sukharev
2023-08-11adjust predefined reminders conditionsMaksim 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-09provide container and boundaries for Popover via computed propertiesMaksim Sukharev
2023-08-08move toggle button to Message.vue, align styles with MessageButtonsBar.vueMaksim Sukharev
2023-08-08clear system setups for existing componentsMaksim Sukharev
2023-08-07replace messages highlighting method with Vue approachMaksim Sukharev
2023-08-07resolve Uncaught Typerror and focus-trap warn for reactionsMaksim Sukharev
2023-08-03Move RoomSelector.vue to src/componentsDorraJaouad
2023-08-02add support of markdown for messages and fix styles for some elementsMaksim Sukharev
2023-07-13fix test errors, supress parsing error for minified Vue componentsMaksim Sukharev
2023-07-12emit signal to scroll messages list, if reaction was added to the messageMaksim Sukharev
2023-06-20change description for open pollsMaksim Sukharev
2023-06-20hide voters number from open poll if user has not voted, refactor componentMaksim Sukharev
2023-06-09add missing import for Mention.vueMaksim Sukharev
2023-06-09refactor(frontend): remove unused `isDarkTheme` computed in `Mention`Grigorii 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-12remove .prevent modifiers from custom 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-05Merge pull request #9441 from Juneezee/refactor/includesMaksim Sukharev
2023-05-05fix(tests): fix stubbing NcPopover in Message unit testsGrigorii K. Shartsev
2023-05-05techdebt(vue3): define emitsGrigorii K. Shartsev
2023-05-05techdebt(vue3): remove deprecated slot syntaxGrigorii K. Shartsev
2023-05-04Merge pull request #9336 from nextcloud/feat/9295/editor-viewer-while-in-a-callJoas Schilling
2023-05-04refactor: replace `indexOf` with `includes`Eng Zer Jun
2023-05-03feat(chat): Highlight own group mentions with primaryJoas Schilling
2023-05-03refactor(frontend): make openViewer and isInCall mixins composablesGrigorii Shartsev
2023-05-03Use deep selectorMarco
2023-05-02Refactor: add openViewer mixinGrigorii Shartsev
2023-05-02Fix FilePreview testGrigorii Shartsev
2023-05-02Change isViewerOverlay callView state on Viewer toggleGrigorii Shartsev
2023-04-26fix(chat): Render groups with mention chipsJoas Schilling
2023-04-26fix(chat): Use the conversation avatar for mention chipsJoas Schilling
2023-04-25add labels to rest NcButton componentsMaksim Sukharev
2023-04-14unify NcModal container propsMaksim Sukharev
2023-04-05fix(chat): Ignore whitespace for "emoji only" checkJoas Schilling
2023-03-31post-review fixesMaksim Sukharev
2023-03-31merge properties and styles, replace and delete redundant componentMaksim Sukharev
2023-03-22refactor: remove redundant await with copyConversationLinkToClipboardGrigorii Shartsev
2023-03-21refactor: `copyLinkToConversation` -> `copyConversationLinkToClipboard`Grigorii Shartsev
2023-03-21feat: add utils for generating absolute links and copy a chat linkGrigorii Shartsev
2023-03-16Merge pull request #6340 from nextcloud/feature/6339/group-mentionsJoas Schilling
2023-03-13check if conversation is readonly on frontendMaksim Sukharev