summaryrefslogtreecommitdiffstats
path: root/lib/Controller/FederationController.php
AgeCommit message (Collapse)Author
2023-04-26feat(controllers): Migrate server annotations to attributesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-04-13chore(CS): Unify construct() callsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-04-13automated: Apply CS fixJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-17Return the remote token and server so we can compare in testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-17Add an API endpoint to get all invitesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-15Implement CloudFederationProvider for TalkGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>