summaryrefslogtreecommitdiffstats
path: root/lib/Service
AgeCommit message (Expand)Author
2024-03-14fix(federation): Delete cached message when deleting a federated conversationJoas Schilling
2024-03-14fix(federation): Cache whether we have federated participants in a conversationJoas Schilling
2024-03-14fix(federation): Fix unread marker handling in federated chatsJoas Schilling
2024-03-12fix(federation): Don't notify ourselves when we leaveJoas Schilling
2024-03-07fix(federation): Don't expose the accessToken anymore to the frontend/clientsJoas 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-01fix(federation): Allow to leave federated conversationsJoas 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-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): Proxy setReadMarker and return updated conversationJoas Schilling
2024-02-29feat(federation): Federate unread information to proxiesJoas Schilling
2024-02-28feat(federation): Add a proxy cache for messagesJoas Schilling
2024-02-23feat(federation): Support the avatarJoas Schilling
2024-02-23feat(federation): Add TalkV1 federation proxy for mentionsJoas Schilling
2024-02-21fix(icons): fix avatar colors on creation / on fetch from serverMaksim Sukharev
2024-02-12feat(federation): Add appconfig options to restrict federationJoas Schilling
2024-02-01fix(CS): Prepare coding standard updateJoas Schilling
2024-01-29fix(federation): Send disinvite on remote user removal and remove inviteJoas Schilling
2024-01-26feat(federation): Add room to response when accepting an inviteJoas Schilling
2024-01-22fix(attachments): Don't allow selecting shared folders as attachment folderJoas Schilling
2024-01-19fix(breakout): stop breakout rooms when removing, update lastActivity when re...Maksim Sukharev
2024-01-18fix(chat): Handle last-edit displayname and deleted usersJoas Schilling
2024-01-18fix(chat): Diff mentions when editing messagesJoas Schilling
2024-01-10Merge pull request #11360 from nextcloud/bugfix/11359/fix-avatar-without-php-...Joas Schilling
2024-01-09fix(psalm): Work around a psalm bug introduced with 5.18.0Joas Schilling
2024-01-09fix(avatar): Fix avatars without PHP intl moduleJoas Schilling
2023-12-12feat(chat): Rate limit guests when mentioning othersJoas Schilling
2023-12-11Merge pull request #11197 from nextcloud/techdebt/noid/redundant-phpdoc-tagsJoas Schilling
2023-12-11Merge pull request #11192 from nextcloud/techdebt/noid/remove-unused-member-v...Joas Schilling
2023-12-11fix(CS): Remove redundant PHPDoc tagsJoas Schilling
2023-12-11fix(API): Remove unused member variablesJoas Schilling
2023-12-11fix(CS): Migrate more strpos() calls to str_* functionsJoas Schilling
2023-11-23Merge pull request #10977 from nextcloud/techdebt/noid/remove-deprecationsJoas Schilling
2023-11-23Merge pull request #10971 from nextcloud/bugfix/10595/block-calls-in-former-1-1Joas Schilling
2023-11-23fix(events)!: Remove deprecated eventsJoas Schilling
2023-11-22fix(API): Move away from deprecated constantsJoas Schilling
2023-11-22fix(calls): Explicitly block calls in former one-to-oneJoas Schilling
2023-11-22fix(hosted-hpb): Correctly handle API response when the account expired or wa...Joas Schilling
2023-11-17Merge pull request #10920 from nextcloud/bugfix/noid/handle-DoesNotExistExcep...Joas Schilling
2023-11-17fix(call): Handle DoesNotExistException when ringing an attendeeJoas Schilling
2023-11-17fix(API): Add more specific int-typesJoas Schilling
2023-11-16fix(breakout-rooms): Force order of breakout rooms so the signaling order mat...Joas Schilling
2023-11-16fix(sip-dialout): Fix the successful dialout case when error is nullJoas Schilling
2023-11-08fix(breakout-rooms): Make sure event is actually dispatchedJoas Schilling
2023-10-30fix(phones): Remove call id when ending the callJoas Schilling
2023-10-30Fix sipbridge returning a license errorJoas Schilling