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
2019-09-27Prepend the conversation mention only if it start with the matchJoas Schilling
2019-09-18Make room display name comparison case-insensitive.Ivan Sein
2019-09-15Allow to mention "all" by autocompleting the room nameJoas Schilling
2019-09-05Bye Spreed, hello Talk!Joas Schilling
2019-08-29Allow to include the last known message as wellJoas Schilling
2019-08-28Set the automatic read marker before the waiting request, not afterwardsJoas Schilling
2019-08-28Prevent access to some APIs for non-moderators if lobby is enabledJoas Schilling
2019-08-27Only update read marker when receiving new messages.Ivan Sein
2019-07-30Expose the message type as wellJoas Schilling
2019-07-30Make sure we don't change the comments object as that will update the databaseJoas Schilling
2019-07-30Prevent replying to commands and system messagesJoas Schilling
2019-07-30Allow to reply to messages and return the parent on the message endpointsJoas Schilling
2019-07-24Make the read-marker update optionalJoas Schilling
2019-07-24Change read marker to work on the comment id isntead of datetimeJoas Schilling
2019-07-08Sort mentions with the searched start firstJoas Schilling
2019-05-10Add document about invisible messages not returned by ChatControllerDaniel Calviño Sánchez
2019-03-25Introduce a Read-Only state for conversationsJoas Schilling
2019-03-15Replace duplicate logic with annotationJoas Schilling
2019-03-14Readd the left-participant to one-to-one rooms if neededJoas Schilling
2019-03-05Remove '@ all' mention in one2one rooms.Ivan Sein
2019-02-27Make room names non-optionalJoas Schilling
2019-02-25Merge pull request #1572 from nextcloud/bugfix/noid/fix-unit-tests-from-1453Joas Schilling
2019-02-21Fix unit tests from #1453Joas Schilling
2019-02-20Use call ROS objectJoas Schilling
2019-02-20Allow to mention everyone in the conversationJoas Schilling
2019-02-20Introduce a Message model for parsing which also allows to hide messagesJoas Schilling
2019-02-20Check enable flag for participant levelJoas Schilling
2019-02-20Fix actor type and displayingJoas Schilling
2019-02-13Use ITimeFactory instead of time()Joas Schilling
2019-02-13Use the datetime factory everywhereJoas Schilling
2019-02-13Strict controllers and migrationJoas Schilling
2019-02-12Fix testsJoas Schilling
2018-10-09Do not throw when the guest has no name setJoas Schilling
2018-10-05Adjust unit tests with the newest changesJoas Schilling
2018-10-05Always return the full message object on createJoas Schilling
2018-10-05Catch the exception when the message is too longJoas Schilling
2018-10-04Fix the system notifications for guest moderatorsJoas Schilling
2018-09-27Introduce Chat\MessageParser which dispatches an event for all appsJoas Schilling
2018-08-27Send a push notification when a file was shared in a one to one roomJoas Schilling
2018-08-03Fix the data type of the comment idJoas Schilling
2018-07-27Trigger an event for system messages aswellJoas Schilling
2018-07-27Do not fail when there was no session idJoas Schilling
2018-07-27Make the system message type available via the apiJoas Schilling
2018-07-27Start with system chat messagesJoas Schilling
2018-07-24Make sure an empty session doesn't fail the callJoas Schilling
2018-07-24Also ping when chattingJoas Schilling
2018-07-09Also migrate chat notifications to tokenJoas Schilling
2018-06-12Use standalone signaling server to notify about new chat messages.Joachim Bauch
2018-04-26Add a commentJoas Schilling
2018-04-26Add docs for the /mentions endpointJoas Schilling