summaryrefslogtreecommitdiffstats
path: root/lib/Controller
AgeCommit message (Expand)Author
2024-05-10fix(recording): Handle the problem gracefully when the recording can not be u...bugfix/9905/handle-broken-recording-storeJoas Schilling
2024-05-08feat(ban): Contract for banning attendees and IP/rangesJoas Schilling
2024-04-26chore: keep the earliest creation year in SPDX CopyrightMaksim Sukharev
2024-04-26chore: Run SPDX convertorJoas Schilling
2024-04-16fix(conversations): Include rooms in "modified since" updates when attendee i...Joas Schilling
2024-04-12fix(chat): Remove commandsJoas Schilling
2024-04-11Revert "fix(frontpage): Don't bruteforce protect "undefined""Joas Schilling
2024-04-09fix(frontpage): Don't bruteforce protect "undefined"Joas Schilling
2024-03-27feat(federation): Expose a header with the pending invitations on room listJoas Schilling
2024-03-26fix(bruteforce): Log assumed bruteforce relevant actionsJoas Schilling
2024-03-25fix(openapi): Remove long int-lists now that OpenAPI understands int<min,max>Joas Schilling
2024-03-22fix(federation): Change the Talk-Hash header when overwriting capabilitiesJoas Schilling
2024-03-22docs(federation): Add a hint which capabilities should be used in federation ...Joas Schilling
2024-03-21feat(avatar): Allow logged-in users to proxy avatars without a tokenJoas Schilling
2024-03-19fix(chat): Mark notifications read when setting the readmarker to the endJoas Schilling
2024-03-18fix(federation): Disable read and typing indicators for federated usersJoas Schilling
2024-03-18fix(API): Use Room::isFederatedConversation() consistantlyJoas Schilling
2024-03-18fix(avatars): Reduce cache time in fallback cases (remote was offline)Joas Schilling
2024-03-15feat(reminders): Implement reminders for messages not in cacheJoas Schilling
2024-03-15feat(federation): Implement reminders for federated messagesJoas Schilling
2024-03-14Merge pull request #11653 from nextcloud/feat/11272/pollsJoas Schilling
2024-03-14feat(federation): Implement pollsJoas Schilling
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