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/lib/Chat
AgeCommit message (Expand)Author
2021-02-19Allow to share RichObjects to chatsJoas Schilling
2021-02-19Fix "you" for deleted chat messagesJoas Schilling
2021-02-19Render deleted chat messages differentlyJoas Schilling
2021-02-19Post a system message when deleting a messageJoas Schilling
2021-02-19Add an endpoint to delete a messageJoas Schilling
2021-01-29Fix mentioning users with subnamesJoas Schilling
2021-01-27Add Changelog for 11Joas Schilling
2021-01-14Update wording to open and limited conversationJoas Schilling
2021-01-14Updated wording and interaction for conversation accessibilityVincent Petry
2021-01-11No system message when a self-joined user leavesJoas Schilling
2020-12-15fix bridge-related system messages and send one when bridge is toggledJulien Veyssier
2020-12-11Changed wording to say visible instead of listableVincent Petry
2020-12-11Cleanup listed room code after reviewVincent Petry
2020-12-11Unit tests for system messagesVincent Petry
2020-12-11Post a system message when joining a listable roomVincent Petry
2020-12-11Adjustments for listable rooms after reviewVincent Petry
2020-12-11Add listable flags attribute for conversationsVincent Petry
2020-12-10Add the last common read message id as header on chat requests and to the con...Joas Schilling
2020-12-09Prevent issues with utf8mb4 chars on updateJoas Schilling
2020-12-08Add system message when the description of a conversation is changedDaniel Calviño Sánchez
2020-11-26The session object is modified nowadays so it's always disconnected in the "a...Joas Schilling
2020-11-26Add the participant to the join/start call message generationJoas Schilling
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-11-12Merge pull request #4275 from nextcloud/fix-handling-of-unavailable-commandsJoas Schilling
2020-10-30Fix the unit testsJoas Schilling
2020-10-30Remove last participant modifying functions from Room objectJoas Schilling
2020-10-30Move more functions to the servicesJoas Schilling
2020-10-30Fix PHP csJoas Schilling
2020-10-30!fixup Fix chat code baseJoas Schilling
2020-10-30Fix chat code baseJoas Schilling
2020-10-30Fix searching for mention auto completesJoas Schilling
2020-10-30Fix typo in function nameJoas Schilling
2020-10-30Fix session handling so lobby can kick you correctlyJoas Schilling
2020-10-30Only use addUsers and joinRoom from Participant serviceJoas Schilling
2020-10-30Move Room::getParticipantUserIds() to participant serviceJoas Schilling
2020-10-30Fix creating conversations and adding participantsJoas Schilling
2020-10-30Remove updating-methods from Participant objectJoas Schilling
2020-10-29Merge pull request #4483 from nextcloud/techdebt/4481/always-commentsmanager-...Vincent Petry
2020-10-28Add a note why ICommentsManager needs to be injected in this one placeJoas Schilling
2020-10-28Add a stub for the comments manager to clarify it's defined methodsVincent Petry
2020-10-28Add size to system message from shared fileVincent Petry
2020-10-28Sorter use ICommentsManager directlyVincent Petry
2020-10-28Upstream our comments manager extensions to serverJoas Schilling
2020-10-21Update comments manager constructorJoas Schilling
2020-10-19Skip psalm issues related to hook namesVincent Petry
2020-10-07Comments manager is uing the PSR logger nowJoas Schilling
2020-10-03Do not list unavailable commands in "/help"Daniel Calviño Sánchez
2020-10-03Handle unavailable commands as commands that do not existDaniel Calviño Sánchez
2020-09-24Translate position of emoji as wellJoas Schilling
2020-09-23Add "New in Talk 10" sectionJoas Schilling