summaryrefslogtreecommitdiffstats
path: root/lib/Federation/CloudFederationProviderTalk.php
AgeCommit message (Expand)Author
2024-05-13fix(federation): Don't send notifications for most system messages in federationJoas Schilling
2024-04-26chore: Run SPDX convertorJoas Schilling
2024-03-27feat(federation): Expose a header with the pending invitations on room listJoas Schilling
2024-03-25fix(federation): Prevent duplicated invites with different casing and heal th...Joas Schilling
2024-03-18fix(federation): Fix updating PCM after editing or deleting a messageJoas Schilling
2024-03-15fix(federation): Log and test last read messageJoas Schilling
2024-03-15fix(notifications): Fix federated users being authors of notificationsJoas Schilling
2024-03-14fix(federation): Remove duplicate method isFederatedRemoteRoom() vs isFederat...Joas Schilling
2024-03-14fix(federation): Fix unread marker handling in federated chatsJoas Schilling
2024-03-14fix(federation): Send the display name when accepting the inviteJoas Schilling
2024-03-13fix(federation): Cancel retries and remove participants when the remote says ...Joas Schilling
2024-03-06feat(federation): Implement notifications for mentions, reply and fullJoas Schilling
2024-02-29fix(federation): Don't break/throttle when the invite was not acceptedJoas Schilling
2024-02-29fix(federation): Correctly handle database errorsJoas Schilling
2024-02-29fix(federation): Don't fail when the same message is already stored in the pr...Joas Schilling
2024-02-29fix(federation): Store last message id from the proxied messageJoas Schilling
2024-02-29feat(federation): Federate unread information to proxiesJoas Schilling
2024-02-28feat(federation): Start proxying chat message events so the remotes can do th...Joas Schilling
2024-02-23feat(federation): Add TalkV1 federation proxy for mentionsJoas Schilling
2024-02-14feat(federation): Add inviter information to the invitations DB for servingJoas Schilling
2024-02-12feat(federation): Add appconfig options to restrict federationJoas Schilling
2024-01-29fix(federation): Send disinvite on remote user removal and remove inviteJoas Schilling
2023-12-11fix(CS): Remove redundant PHPDoc tagsJoas Schilling
2023-10-30fix(federation): Send the server URL as well to avoid ambigious remoteAttende...Joas Schilling
2023-10-30fix(federation): Make invitations force unique based on remote server and att...Joas Schilling
2023-10-27feat(federation): Send room modifications via OCM notifications to remotesJoas Schilling
2023-10-12fix(federation): Use constants for magic stringsJoas Schilling
2023-10-12fix(notification): Render the actions and remove notification on clickJoas 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
2022-06-10Add system messages for inviting, accepting and decliningJoas Schilling
2022-06-10... just to find out it's the URL generationJoas Schilling
2022-06-10Add lots of debugging ...Joas Schilling
2022-04-07Fix type handlingJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-02-09Update coding standardJoas Schilling
2021-12-06Reduce DeprecatedMethodVitor Mattos
2021-12-06Reduce MissingReturnTypeVitor Mattos
2021-09-20Add sending room shares supportGary Kim
2021-07-15Add remoteIdGary Kim
2021-07-15Review fixesGary Kim
2021-07-15Fix fixable Psalm errorsGary Kim
2021-07-15Implement CloudFederationProvider for TalkGary Kim