Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-03-25Keep reactions menu openenh/7056/keep-emoji-menu-openmarco
2022-03-24Allow to delete shared files and objects from the webJoas Schilling
2022-03-24Merge pull request #7049 from nextcloud/feature/6995/button-position-in-chat-...Joas Schilling
2022-03-24Merge pull request #7024 from nextcloud/feature/noid/reactions-part-twoJoas Schilling
2022-03-24Merge pull request #6813 from nextcloud/feature/buttonsupgrade/setguestusernameJoas Schilling
2022-03-24Use findComponent instead of findmarco
2022-03-24Remove unneeded loggingmarco
2022-03-24Disallow reactions for file sharesmarco
2022-03-24Use conditional rendering only to show and hide the MessageButtonsBar componentmarco
2022-03-24Do not show reaction button for changelog messagesmarco
2022-03-24Do not close messageButtonsBar if emojipicker is openmarco
2022-03-24Always remove reaction when re-clicking same emojimarco
2022-03-24Properly wrap reactionsmarco
2022-03-24Fix menus and tooltipsmarco
2022-03-24Add tests for reactions in the message componentmarco
2022-03-24Sort guests behind online logged in usersJoas Schilling
2022-03-236995: updated button position in chat messageNikola
2022-03-23Fix handling of the translation stringJoas Schilling
2022-03-23Upgrade buttons for setGuestUsernamemarco
2022-03-22Don't use the avatar for the callview background, to save O(n^2) requestsJoas Schilling
2022-03-22Merge pull request #7033 from nextcloud/bugfix/noid/fix-broken-avatars-in-con...Joas Schilling
2022-03-22Merge pull request #7007 from nextcloud/feat/6927/button-for-upload-editorMarco
2022-03-21Fix some eslint warningsmarco
2022-03-21Fix duplicate with same reaction for multiple usersmarco
2022-03-21Allow adding more reactions from the MessageButtonsBarmarco
2022-03-21Fix delete message testsmarco
2022-03-21Move delete method to the message componentmarco
2022-03-21Fix more testsmarco
2022-03-21Fix custom action testmarco
2022-03-21Fix MessageButtonsBar testJoas Schilling
2022-03-21Fix some testsmarco
2022-03-21Fix reply functionalitymarco
2022-03-21Use the API response to update reactions detailsmarco
2022-03-21Filter out reactions from the messagesList gettermarco
2022-03-21Fetch reactions only when hovering reactions barmarco
2022-03-21tempmarco
2022-03-21Add reaction store and move some logic theremarco
2022-03-21Do not show deleted reaction messagesmarco
2022-03-21Show popover with reaction details on the reactionsmarco
2022-03-21Create a dedicated getter to know whether a message has detailed reaction or notmarco
2022-03-21Add store methodsmarco
2022-03-21Create simplified reactions getter for messagesmarco
2022-03-21Get reaction details on hovermarco
2022-03-21add services for removing reactions from messagesmarco
2022-03-21Add emoji-picker in reactions barmarco
2022-03-21Style reactions buttonsmarco
2022-03-21Do not display reaction system messagesmarco
2022-03-21Add ability to add reactions to messagesmarco
2022-03-21Create emoji sub-menumarco
2022-03-21Fix forwardermarco