summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2024-03-27Merge pull request #11716 from nextcloud/fix/chatmanager/add-missing-verbsJoas Schilling
2024-03-27fix(chat): Also use constants on incoming data detectionJoas Schilling
2024-03-27fix(ChatManager): Add missing verbsprovokateurin
2024-03-27fix(federation): Don't try to transfer membership in federated roomsJoas Schilling
2024-03-27fix(federation): Don't double convert the actor info in the last messageJoas Schilling
2024-03-26fix(bots): Remove FIXMEs as we just accept the current stateJoas Schilling
2024-03-26fix(bruteforce): Log assumed bruteforce relevant actionsJoas Schilling
2024-03-25fix(federation): Prevent duplicated invites with different casing and heal th...Joas Schilling
2024-03-25fix(openapi): Remove long int-lists now that OpenAPI understands int<min,max>Joas Schilling
2024-03-25Merge pull request #11900 from nextcloud/bugfix/11865/change-hash-when-overwr...Joas Schilling
2024-03-25fix(chat): Allow flow-bots to update the last message infoJoas Schilling
2024-03-25fix(notification): Fix notifications in note-to-selfJoas Schilling
2024-03-25fix(flow): Don't use the current participant when posting the flow messageJoas Schilling
2024-03-22feat(changelog): Add "Talk updates" entries for Talk 19Joas 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-21Merge pull request #11885 from nextcloud/feat/11873/add-endpoint-for-logged-i...Joas Schilling
2024-03-21fix(federation): Fix matching the current user only when there is no server a...Joas Schilling
2024-03-21feat(avatar): Allow logged-in users to proxy avatars without a tokenJoas Schilling
2024-03-19fix(recording): Fix duplicate share message when sharing a recording or trans...Joas Schilling
2024-03-19fix(chat): Mark notifications read when setting the readmarker to the endJoas Schilling
2024-03-19fix(federation): Mark notifications for federated rooms read similarlyJoas Schilling
2024-03-19fix(federation): Don't allow manipulating federated conversations for nowJoas Schilling
2024-03-19fix(federation): Fix expiration of cached messagesJoas Schilling
2024-03-18fix(federation): Disable read and typing indicators for federated usersJoas Schilling
2024-03-18Merge pull request #11843 from nextcloud/bugfix/noid/use-Room-isFederatedConv...Joas Schilling
2024-03-18fix(API): Use Room::isFederatedConversation() consistantlyJoas Schilling
2024-03-18Merge pull request #11840 from nextcloud/bugfix/noid/bring-back-dark-avatarsMaksim Sukharev
2024-03-18fix(conversations): Make avatars dark in dark mode againJoas Schilling
2024-03-18fix(avatars): Reduce cache time in fallback cases (remote was offline)Joas Schilling
2024-03-18fix(federation): Fix updating PCM after editing or deleting a messageJoas Schilling
2024-03-15Merge pull request #11816 from nextcloud/bugfix/noid/expire-PCM-messagesJoas Schilling
2024-03-15Merge pull request #11814 from nextcloud/feature/noid/federated-chat-remindersJoas Schilling
2024-03-15fix(federation): Expire messages in the PCM cacheJoas Schilling
2024-03-15fix(federation): Don't trigger notifications for own messagesJoas 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-15fix(federation): Log and test last read messageJoas Schilling
2024-03-15fix(notifications): Fix federated users being authors of notificationsJoas Schilling
2024-03-15fix(notifications): Fix Undefined variable $comment at Notifier.php#693Joas Schilling
2024-03-14Merge pull request #11653 from nextcloud/feat/11272/pollsJoas Schilling
2024-03-14Merge pull request #11802 from nextcloud/bugfix/noid/better-parameter-typesJoas Schilling
2024-03-14Merge pull request #11799 from nextcloud/bugfix/noid/handle-federation-config...Joas Schilling
2024-03-14feat(federation): Implement pollsJoas Schilling
2024-03-14fix(openapi): Provide better message parameter definitionsJoas Schilling
2024-03-14fix(federation): Add "… invited you" short cutJoas 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-14Merge pull request #11795 from nextcloud/bugfix/noid/remove-duplicate-isFeder...Joas Schilling