summaryrefslogtreecommitdiffstats
path: root/lib/Federation
AgeCommit message (Expand)Author
2024-03-14Merge pull request #11799 from nextcloud/bugfix/noid/handle-federation-config...Joas Schilling
2024-03-14fix(federation): Proxy all requests with the users languageJoas Schilling
2024-03-14fix(federation): Handle federation configs when inviting instead of generic "...Joas Schilling
2024-03-14fix(federation): Allow to federate setReadMarker() without lastReadMessage IDJoas 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): Respect setReadMarker=1 on proxied ChatController::receiveMe...Joas Schilling
2024-03-13fix(federation): Notify federated users when deleting a conversationJoas Schilling
2024-03-13fix(federation): Cancel retries and remove participants when the remote says ...Joas Schilling
2024-03-13fix(federation): Remove queued retry OCM notifications on attendee removalJoas 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-13Merge pull request #11784 from nextcloud/bugfix/noid/add-avatar-testJoas Schilling
2024-03-13fix(federation): Don't allow declining after acceptingJoas Schilling
2024-03-13fix(federation): Write chat value again when it was empty even when there is ...Joas Schilling
2024-03-12fix(federation): Allow accessing avatars with pending invitesJoas Schilling
2024-03-11feat(federation): Implement reactionsJoas Schilling
2024-03-11fix(federation): Fix conversation avatar for `@all`Joas Schilling
2024-03-07Merge pull request #11745 from nextcloud/bugfix/noid/remove-status-from-parti...Joas Schilling
2024-03-07fix(federation): Don't request user status from remote instancesJoas Schilling
2024-03-07Merge pull request #11739 from nextcloud/bugfix/noid/correctly-translate-pare...Joas Schilling
2024-03-07fix(federation): Correctly convert message on deletingJoas Schilling
2024-03-07feat(federation): Add endpoint to get the proxied avatar of other usersJoas Schilling
2024-03-06feat(federation): Implement notifications for mentions, reply and fullJoas Schilling
2024-03-06feat(federation): Allow to convert a single type and idJoas Schilling
2024-03-01Merge pull request #11698 from nextcloud/bugfix/11272/check-host-on-joinJoas Schilling
2024-03-01feat(federation): Proxy the Talk-Hash header so clients are aware of changesJoas Schilling
2024-03-01fix(federation): Send the remote attendeeId so it can be found in the partici...Joas Schilling
2024-02-29fix(CI): Fix psalm and phpunit - I shall never force mergeJoas Schilling
2024-02-29fix(federation): Translate the token for the iOS appJoas Schilling
2024-02-29fix(federation): Handle federation errors so we have better logsJoas 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): Allow to mark a conversation as unread againJoas Schilling
2024-02-29feat(federation): Proxy setReadMarker and return updated conversationJoas Schilling
2024-02-29feat(federation): Federate unread information to proxiesJoas Schilling
2024-02-28fix(federation): Don't continue reading headers when it's not federationJoas Schilling
2024-02-28fix(federation): Fix return type of editingJoas Schilling
2024-02-28feat(federation): Translate parameters of chat messagesJoas Schilling
2024-02-28feat(federation): Start proxying chat message events so the remotes can do th...Joas Schilling
2024-02-27fix(federation): Add missing protocolJoas Schilling
2024-02-27fix(federation): Improve loggingJoas Schilling
2024-02-26fix(federation): Allow optional calls like with lastEditActor*Joas Schilling
2024-02-23fix(federation): Handle expected client errors wellJoas Schilling
2024-02-23fix(federation): Also translate last editor handlingJoas Schilling
2024-02-23feat(federation): Allow editing and deleting for federated usersJoas Schilling
2024-02-23feat(federation): Federate getting messages and the message contextJoas Schilling