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
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
2020-09-21Free the database connection in case we are waiting with the cacheJoas Schilling
2020-09-21Cache the last msg id of a chat in MemoryCache to save O(n) queries per secondJoas Schilling
2020-09-15Store the one-to-one users in the "name" column so we can reuse the dataJoas Schilling
2020-09-09log matterbridge config add/rm/edit events in related roomJulien Veyssier
2020-08-20Add message search v1Joas Schilling
2020-08-03Move to Psr\Log\LoggerInterfaceJoas Schilling
2020-07-28Merge pull request #3743 from nextcloud/techdebt/noid/deferrable-notification...Joas Schilling
2020-07-28Handle referenceId for system messages e.g. when uploading a fileJoas Schilling
2020-07-09Defer sending the notifications when we interact multiple timesJoas Schilling
2020-06-04Special handling of CLI administrators in system messagesJoas Schilling