summaryrefslogtreecommitdiffstats
path: root/lib/Federation
AgeCommit message (Expand)Author
2024-02-23fix(federation): Abstract away the OCS data accessJoas Schilling
2024-02-23fix(federation): Log unexpected status codesJoas Schilling
2024-02-23feat(federation): Add endpoint to get (remote) capabilities of a conversationJoas Schilling
2024-02-23feat(federation): Support the avatarJoas Schilling
2024-02-23feat(federation): Handle sending chat messagesJoas Schilling
2024-02-23feat(federation): Proxy RoomController::getParticipants()Joas Schilling
2024-02-23feat(federation): Extract user converterJoas Schilling
2024-02-23feat(federation): Abstract away the proxyingJoas Schilling
2024-02-23fix(federation): Translate federated users from the own instance to local usersJoas Schilling
2024-02-23fix(federation): Use authenticator all the time instead of duplicating it int...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-02-02fix(federation): Fix accepting or declining an invite multiple timesJoas Schilling
2024-01-29fix(federation): Send disinvite on remote user removal and remove inviteJoas Schilling
2024-01-26feat(federation): Add room to response when accepting an inviteJoas 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-11-23fix(API)!: Remove long deprecated methodsJoas 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-10-11Merge pull request #10678 from nextcloud/bugfix/5723/cron-job-removes-invited...Joas Schilling
2023-10-11techdebt: Rename "Notifications" to indicate it's sending the requestsJoas Schilling
2023-10-11fix(federation): Remove notifications when the invite or room is invalid/not ...Joas Schilling
2023-10-11fix(federation): Don't remove federation rooms while waiting for accept/rejectJoas Schilling
2023-10-10Try to load a room by accessTokenJoas Schilling
2023-08-16fix: Line break the function argumentsJoas Schilling
2023-08-16fix(CI): Make psalm a level more aggressive with straight forward changesJoas 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-09-01Adjust coding styleJoas 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-17Add an API endpoint to get all invitesJoas Schilling
2022-02-17Change database structureJoas Schilling
2022-02-09Update coding standardJoas Schilling
2021-12-06Reduce DeprecatedMethodVitor Mattos
2021-12-06Reduce MissingReturnTypeVitor Mattos
2021-11-03Fix protocol handling (should this really be done here?)Joas Schilling
2021-11-03Start with integration tests for invitesJoas Schilling
2021-10-07Merge remote-tracking branch 'origin/master' into reduce-psalm-infosVitor Mattos