summaryrefslogtreecommitdiffstats
path: root/lib/Chat/MessageParser.php
AgeCommit message (Expand)Author
2024-03-06feat(federation): Implement notifications for mentions, reply and fullJoas Schilling
2024-02-23feat(federation): Handle sending chat messagesJoas Schilling
2024-01-18fix(chat): Handle last-edit displayname and deleted usersJoas Schilling
2023-11-23fix(events)!: Remove deprecated eventsJoas Schilling
2023-10-20feat(events): Migrate chat related events to typed eventsJoas Schilling
2023-10-10Fix federated user handling in chatJoas Schilling
2023-09-19fix(participants): Don't try to load hardcoded guestsJoas Schilling
2023-08-30fix(bots): Fix selecting bots when checking auth on response endpointsJoas Schilling
2023-08-07feat(Message): Allow parsing messages without a current participantJoas Schilling
2023-08-07feat(webhooks): Start with implementing webhooks for chat messagesJoas Schilling
2023-07-06Use PHP8's constructor property promotionHamid Dehnavi
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2022-12-21* Remove duplicated codeVitor Mattos
2022-12-21Moved tests from MessageParser to ChatManager test classVitor Mattos
2022-12-21Move methods to chat managerVitor Mattos
2022-12-21Implement unit test and make fixes after thisVitor Mattos
2022-12-21Convert private to protected and implement filter to remove duplicated codeVitor Mattos
2022-12-21Don't return message if file don't existsVitor Mattos
2022-10-04Move getParticipant*() methods to participant serviceJoas Schilling
2022-08-17Add display name cache to SystemMessageCarl Schwan
2022-08-17Use new OCP apiCarl Schwan
2022-08-17Use DisplayNameCacheCarl Schwan
2022-04-07Add constants for the verbs in the oc_comments tableJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-03-21Do not load the session in getParticipantByActor() as no caller needs itJoas Schilling
2021-12-07Recognize voice messages, object and file shares as unread messagesJoas Schilling
2021-07-14Set avatar correctlyGary Kim
2021-07-14Show name for bridged messagesGary Kim
2021-03-08Handle all getParticipants with multi sessionsJoas Schilling
2021-02-15Also load the display nameJoas Schilling
2021-02-15Replace getNameBySessionHash() with attendee accessJoas Schilling
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-05-12Run cs:fixJoas Schilling
2019-12-04Add constants for event names and use patternJoas Schilling
2019-12-04Typed events for TalkJoas Schilling
2019-09-05Bye Spreed, hello Talk!Joas Schilling
2019-02-25Merge pull request #1573 from nextcloud/bugfix/noid/fix-missing-guest-namesIvan Sein
2019-02-21Fix missing guest names in chatJoas Schilling
2019-02-21Fix unit tests from #1453Joas Schilling
2019-02-20Introduce a Message model for parsing which also allows to hide messagesJoas Schilling
2019-02-12Make all classes strictJoas Schilling
2018-10-04Fix the system notifications for guest moderatorsJoas Schilling
2018-09-27Introduce Chat\MessageParser which dispatches an event for all appsJoas Schilling