summaryrefslogtreecommitdiffstats
path: root/lib/Chat
AgeCommit message (Expand)Author
2024-03-14fix(federation): Add "… invited you" short cutJoas Schilling
2024-03-06feat(federation): Implement notifications for mentions, reply and fullJoas Schilling
2024-03-06fix(API): Add constants for known comments metadataJoas Schilling
2024-03-06fix(events): Expose the parent comment in eventsJoas Schilling
2024-03-06fix(federation): Don't post any messages into proxy conversationsJoas Schilling
2024-02-29fix(CI): Fix psalm and phpunit - I shall never force mergeJoas Schilling
2024-02-29fix(federation): Fix parsing of some system messages for federated usersJoas Schilling
2024-02-29feat(federation): Mark conversation as directly mentioned for federated usersJoas Schilling
2024-02-28fix(federation): Fix "You accepted the invitation" system messageJoas Schilling
2024-02-28fix(federation): Fix message parameters when a federated author deletes a mes...Joas Schilling
2024-02-28feat(federation): Support mentioning federated usersJoas Schilling
2024-02-28feat(federation): Start proxying chat message events so the remotes can do th...Joas Schilling
2024-02-23fix(chat): Remove editor information on deletionJoas Schilling
2024-02-23feat(federation): Allow editing and deleting for federated usersJoas Schilling
2024-02-23feat(federation): Handle sending chat messagesJoas Schilling
2024-02-23fix(federation)!: Deprecate Enviroment federation info in favor of authenticatorJoas Schilling
2024-02-23feat(chat): Autocomplete for mentions of federated usersJoas Schilling
2024-02-01fix(CS): Prepare coding standard updateJoas Schilling
2024-01-30feat(chat): Store and expose whether a message or call was silentJoas Schilling
2024-01-18fix(chat): Handle last-edit displayname and deleted usersJoas Schilling
2024-01-18fix(chat): Diff mentions when editing messagesJoas Schilling
2024-01-11fix(chat): Don't allow editing to an empty messageJoas Schilling
2024-01-11fix(chat): Handle basic editing of captionsJoas Schilling
2024-01-10fix(chat): Parse system message about editingJoas Schilling
2024-01-10feat(chat): Add basic handling of editingJoas Schilling
2023-12-15feat(shares): Add notifications for caption mentions and repliesJoas Schilling
2023-12-15fix(shares): Verify replying captions are replyable and add testsJoas Schilling
2023-12-14fix(shares): retreive parent id from metadataMaksim Sukharev
2023-12-12feat(chat): Rate limit guests when mentioning othersJoas Schilling
2023-12-11Merge pull request #11197 from nextcloud/techdebt/noid/redundant-phpdoc-tagsJoas Schilling
2023-12-11fix(CS): Remove redundant PHPDoc tagsJoas Schilling
2023-12-11fix(API): Remove unused member variablesJoas Schilling
2023-12-05Preload the files metadata and cache photos-sizeJoas Schilling
2023-12-05Add metadata to file parametersMarcel Müller
2023-11-23Merge pull request #10977 from nextcloud/techdebt/noid/remove-deprecationsJoas Schilling
2023-11-23fix(events)!: Remove deprecated eventsJoas Schilling
2023-11-20feat(chat): Add changelog conversation entries for Talk 18Joas Schilling
2023-11-16fix(search): Remove development logJoas Schilling
2023-11-15feat(search): Implement "person" and "modified" filters for the new global se...Joas Schilling
2023-11-13fix(chat): Adjust "author" when creating "Note to self" and "changelog" conve...Joas Schilling
2023-11-13fix(chat): Handle `at-all` in note to selfJoas Schilling
2023-11-03fix(chat): Fix mentions at the beginning of captionsJoas Schilling
2023-11-02feat(attachments): Allow sending captions as silent messagesJoas Schilling
2023-10-31fix(events): Move system message creation to typed eventsJoas Schilling
2023-10-31fix(events): Move chat message parsers to typed eventsJoas Schilling
2023-10-30Fix cases when the phone is the actorJoas Schilling
2023-10-27fix(events): Migrate commands to typed-eventsJoas Schilling
2023-10-26fix(events): Migrate changelog listener to typed eventJoas Schilling
2023-10-26fix(event): Use event listener to clear chat after room deletionJoas Schilling
2023-10-24feat(sip-dialout): Add system messages for adding/removing phone numbers to a...Joas Schilling