summaryrefslogtreecommitdiffstats
path: root/lib/Controller
AgeCommit message (Expand)Author
2024-03-14fix(federation): Handle federation configs when inviting instead of generic "...Joas Schilling
2024-03-13fix(federation): Use shared logic when removing self from a roomJoas Schilling
2024-03-13fix(federation): Don't allow declining after acceptingJoas Schilling
2024-03-12fix(federation): Allow accessing avatars with pending invitesJoas Schilling
2024-03-12fix(federation): Expose local token with the invite so UI can render the avatarJoas Schilling
2024-03-11feat(federation): Implement reactionsJoas Schilling
2024-03-07Merge pull request #11747 from nextcloud/bugfix/noid/allow-to-remove-selfJoas Schilling
2024-03-07Merge pull request #11743 from nextcloud/bugfix/noid/allow-favoriting-and-not...Joas Schilling
2024-03-07Merge pull request #11745 from nextcloud/bugfix/noid/remove-status-from-parti...Joas Schilling
2024-03-07fix(federation): Allow to remove self from a federated conversationJoas Schilling
2024-03-07fix(federation): Don't request user status from remote instancesJoas Schilling
2024-03-07fix(federation): Allow setting notification level and favoritingJoas Schilling
2024-03-07fix(federation): Do not allow bots in proxy conversationsJoas 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-05feat(chat): Allow marking chat as read without a last message IDJoas Schilling
2024-03-01feat(federation): Proxy the Talk-Hash header so clients are aware of changesJoas 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-28feat(federation): Support mentioning federated usersJoas Schilling
2024-02-23fix(federation): Handle expected client errors wellJoas 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-23feat(federation): Add endpoint to get (remote) capabilities of a conversationJoas Schilling
2024-02-23feat(federation): Support the avatarJoas Schilling
2024-02-23feat(middleware): Filter federation supported things on the middlewareJoas 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-23fix(federation): Use authenticator all the time instead of duplicating it int...Joas Schilling
2024-02-23fix(federation)!: Deprecate Enviroment federation info in favor of authenticatorJoas Schilling
2024-02-23fix(federation)!: Change source for federated users to match the actor typeJoas Schilling
2024-02-23feat(federation): Add TalkV1 federation proxy for mentionsJoas Schilling
2024-02-12feat(federation): Add appconfig options to restrict federationJoas Schilling
2024-02-07fix(hpb): Log the HPB request when we logJoas Schilling
2024-02-05fix(federation): Fix check for duplicate invitesJoas Schilling
2024-02-02fix(federation): Fix accepting or declining an invite multiple timesJoas Schilling
2024-02-02Merge pull request #11510 from nextcloud/techdebt/noid/prepare-coding-standar...Joas Schilling
2024-02-01fix(CS): Prepare coding standard updateJoas Schilling
2024-02-01fix(federation)!: Add room name to invite and fix casing of propertiesJoas Schilling
2024-01-26feat(federation): Add room to response when accepting an inviteJoas Schilling
2024-01-24fix(docs): Generate OpenAPI docs for federation so developers can read itJoas Schilling
2024-01-22fix(attachments): Don't allow selecting shared folders as attachment folderJoas Schilling
2024-01-19feat(chat): Add capability for editing messagesJoas Schilling
2024-01-19fix(theming): Change the talk hash on user theming changeJoas Schilling
2024-01-18fix(openapi): Reorganize openapi specsJoas Schilling
2024-01-12fix(chat): Also send a 202 when editing and deleting and a bot is enabledJoas Schilling
2024-01-11fix(chat): Don't allow editing to an empty messageJoas Schilling
2024-01-11fix(chat): Handle basic editing of captionsJoas Schilling
2024-01-10feat(chat): Add basic handling of editingJoas Schilling