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
2022-06-10Add system messages for inviting, accepting and decliningbugfix/noid/fix-next-federation-stepJoas Schilling
2022-05-25Fix "Invalid argument supplied for foreach() at SystemMessage.php#720"Joas Schilling
2022-05-16Merge pull request #7365 from nextcloud/techdebt/noid/fix-missing-constant-usageVitor Mattos
2022-05-13Add an option for "Silent send" to the APIJoas Schilling
2022-05-13Fix missing constant usagetechdebt/noid/fix-missing-constant-usageJoas Schilling
2022-05-11Use \OCP\Server::get() instead of private APIJoas Schilling
2022-04-29Add changelog chat messagesbugfix/noid/add-changelog-chat-messagesJoas Schilling
2022-04-26Merge pull request #7183 from nextcloud/feature/move-system-message-listeners...Joas Schilling
2022-04-22Change property typefeature/move-system-message-listeners-annonymous-functions-to-staticVitor Mattos
2022-04-20Merge pull request #7184 from nextcloud/bugfix/7153/fix-reaction-notificationJoas Schilling
2022-04-20Move system message listeners to static methodsVitor Mattos
2022-04-20Merge pull request #7172 from nextcloud/feature/move-command-listener-annonym...Vitor Mattos
2022-04-20Merge pull request #7166 from nextcloud/feature/move-parser-listeners-annonym...Vitor Mattos
2022-04-20Use actor and time information from the reaction not the message authorJoas Schilling
2022-04-19Move command listener annonymous function to staticVitor Mattos
2022-04-19Move parser listerner annonymous functions to staticVitor Mattos
2022-04-19Move changelog listener annonymous function to staticVitor Mattos
2022-04-13Don't update last room message when deleting a message or reactionJoas Schilling
2022-04-12Move to a dedicated methodJoas Schilling
2022-04-11Expose an attribute "self" in the reaction summary with the list of own react...Joas Schilling
2022-04-07Message types are defaulting to Verbs so lets reuse the constantstechdebt/7078/const-for-verbsJoas Schilling
2022-04-07Add constants for the verbs in the oc_comments tableJoas Schilling
2022-04-07Merge pull request #7102 from nextcloud/bugfix/7099/remove-reactions-from-del...Vitor Mattos
2022-04-07Make sure output is always a stringJoas Schilling
2022-04-07Fix type handlingJoas Schilling
2022-04-07Fix psalm issuesVitor Mattos
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-04-06Remove reactions from deleted messagesJoas Schilling
2022-03-31Handle deletingJoas Schilling
2022-03-31Fix comparing the roomIdJoas Schilling
2022-03-31Use attachment service to store and retrieve shared itemsJoas Schilling
2022-03-28Allow to react to file and object sharesJoas Schilling
2022-03-24Allow to delete files and object shares on the APIJoas Schilling
2022-03-23Merge pull request #7022 from nextcloud/api/1577/media-tab-endpointJoas Schilling
2022-03-23Instead of the offset based use lastKnownMessageId as for messageJoas Schilling
2022-03-21Do not load the session in getParticipantByActor() as no caller needs itJoas Schilling
2022-03-15Inject the attendee as well when loaded alreadyJoas Schilling
2022-03-15Inject the room instead of querying it over and over againJoas Schilling
2022-03-14Merge pull request #6985 from nextcloud/feature/6971/change-returns-of-reacti...Joas Schilling
2022-03-11Use 2 different system messages for the deleted reaction and the action of de...Joas Schilling
2022-03-10Fix system messages about reaction deletionsJoas Schilling
2022-03-10Add a system messageJoas Schilling
2022-03-10Move validate logic to inside of methodsVitor Mattos
2022-03-10Change returns of reaction APIVitor Mattos
2022-03-08Emit a event so the HPB can send the update to the participantsbugfix/noid/combine-multiple-system-messages-updatesJoas Schilling
2022-03-08Combine last_activity and last_message update where possibleJoas Schilling
2022-03-08Only update the last_message and last_activity onceJoas Schilling
2022-03-03Return empty array when comment haven't reactionsVitor Mattos
2022-02-15Change return formatVitor Mattos
2022-02-15Make the status code more specificVitor Mattos