summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2024-03-06fix(events): Expose the parent comment in eventsJoas Schilling
2024-03-06feat(federation): Add columns to save the creation datetime and meta dataJoas Schilling
2024-03-06fix(federation): Don't post any messages into proxy conversationsJoas Schilling
2024-03-05feat(chat): Allow marking chat as read without a last message IDJoas Schilling
2024-03-01Merge pull request #11698 from nextcloud/bugfix/11272/check-host-on-joinJoas Schilling
2024-03-01fix(federation): Allow to reply to messages of federated usersJoas Schilling
2024-03-01fix(federation): Allow to leave federated conversationsJoas 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(federation): Convert actor info in lastMessage info for CPM messagesJoas 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): Fix parsing of some system messages for federated usersJoas 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-29feat(federation): Mark conversation as directly mentioned for federated usersJoas Schilling
2024-02-29feat(federation): Expose the info to show the subline for proxy convosJoas 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): Fix "You accepted the invitation" system messageJoas 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-28fix(federation): Fix message parameters when a federated author deletes a mes...Joas Schilling
2024-02-28feat(federation): Translate parameters of chat messagesJoas Schilling
2024-02-28feat(federation): Support mentioning federated usersJoas Schilling
2024-02-28fix(migration): Fix copyright and authorJoas Schilling
2024-02-28feat(federation): Start proxying chat message events so the remotes can do th...Joas Schilling
2024-02-28feat(federation): Add a proxy cache for messagesJoas 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-25Merge pull request #11630 from nextcloud/bot-install-event-featuresJoas Schilling
2024-02-25feat(BotInstallEvent): Added "features" fieldAlexander Piskun
2024-02-23fix(federation): Handle expected client errors wellJoas Schilling
2024-02-23fix(chat): Remove editor information on deletionJoas 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
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-23fix(federation): Return "422 Unprocessable Entity" when can not reach remoteJoas Schilling
2024-02-23feat(federation): Support the avatarJoas Schilling
2024-02-23feat(middleware): Filter federation supported things on the middlewareJoas Schilling
2024-02-23feat(middleware): Allow to easily jump from the Attribute to the MiddlewareJoas Schilling
2024-02-23feat(federation): Handle sending chat messagesJoas Schilling