summaryrefslogtreecommitdiffstats
path: root/tests/php/Federation/FederationTest.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-04-12fix(tests): Clean up unit test codeJoas 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-14fix(federation): Handle federation configs when inviting instead of generic "...Joas Schilling
2024-03-14fix(federation): Send the display name when accepting the inviteJoas Schilling
2024-03-13fix(federation): Use shared logic when removing self from a roomJoas Schilling
2024-03-13fix(federation): Fix the handling of retrying OCM notifications when the remo...Joas Schilling
2024-03-06feat(federation): Implement notifications for mentions, reply and fullJoas Schilling
2024-02-29fix(federation): Handle federation errors so we have better logsJoas Schilling
2024-02-28feat(federation): Start proxying chat message events so the remotes can do th...Joas Schilling
2024-02-23fix(tests): Fix dependency injection to existing testsJoas Schilling
2024-02-23feat(federation): Add TalkV1 federation proxy for mentionsJoas Schilling
2024-02-12feat(federation): Add appconfig options to restrict federationJoas Schilling
2023-10-30fix(federation): Send the server URL as well to avoid ambigious remoteAttende...Joas Schilling
2023-10-27feat(federation): Send room modifications via OCM notifications to remotesJoas Schilling
2023-10-11techdebt: Rename "Notifications" to indicate it's sending the requestsJoas Schilling
2023-02-02fix(CI): Creation of dynamic property is deprecatedJoas Schilling
2022-06-10Add system messages for inviting, accepting and decliningJoas Schilling
2022-06-10Add lots of debugging ...Joas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-04-05fix typingVitor Mattos
2021-12-06Reduce DeprecatedMethodVitor Mattos
2021-11-03Fix protocol handling (should this really be done here?)Joas Schilling
2021-09-21Review fixesGary Kim
2021-09-20Set share owner properlyGary Kim
2021-09-20Add sending room shares supportGary Kim