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
AgeCommit message (Expand)Author
2022-04-07Reset reaction details list when a reaction is added or removedbugfix/7099/refresh-reaction-details-when-interactions-happenedJoas Schilling
2022-04-05Merge pull request #7054 from CommanderRoot/refactor/rm-deprecated-substrMarco
2022-04-01Fix closing MessageButtonsBar on Firefoxbugfix/noid/fix-messagebuttonsbar-errormarco
2022-03-30Close reactions menu after reactingmarco
2022-03-29Keep reactions menu openmarco
2022-03-29Merge pull request #7061 from nextcloud/bugfix/noid/fix-user-has-reactedMarco
2022-03-28Allow to react to file and object sharesJoas Schilling
2022-03-28Fix detection if the user (not author) reacted alreadyJoas Schilling
2022-03-28Fix testsmarco
2022-03-25Improve reaction summary: make yourself "You" and sort to the beginningbugfix/noid/improve-reaction-summaryJoas Schilling
2022-03-24Replace deprecated String.prototype.substr()Tobias Speicher
2022-03-24Allow to delete shared files and objects from the webJoas 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-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 reply functionalitymarco
2022-03-21Fetch reactions only when hovering reactions barmarco
2022-03-21tempmarco
2022-03-21Add reaction store and move some logic theremarco
2022-03-21Show popover with reaction details on the reactionsmarco
2022-03-21Create simplified reactions getter for messagesmarco
2022-03-21Get reaction details on hovermarco
2022-03-21Add emoji-picker in reactions barmarco
2022-03-21Style reactions buttonsmarco
2022-03-21Add ability to add reactions to messagesmarco
2022-03-21Create emoji sub-menumarco
2022-03-21Fix forwardermarco
2022-03-21Add some required props to the testsmarco
2022-03-21create MessageButtonsBar componentmarco
2022-03-15Merge pull request #6982 from nextcloud/feat/6927/button-for-forwarderJoas Schilling
2022-03-156927: fixed button style for forwarderNikola
2022-03-116927: fixed comments on button for file previewfeat/6927/button-for-file-previewNikola
2022-03-116927: updated button for forwarderfeat/6927/button-for-forwarderNikola
2022-03-096927: updated button for file previewNikola
2022-02-07Reparent file picker and viewer in fullscreen modeDaniel Calviño Sánchez