summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2023-10-26Merge pull request #10782 from nextcloud/techdebt/noid/use-injectFn-instead-o...Joas Schilling
2023-10-26fix(recording): Fail the recording server check when a HPB is configuredJoas Schilling
2023-10-26techdebt(context): Use injectFn instead of accessing IServerContainerJoas Schilling
2023-10-26fix(events): Migrate RestrictStartingCalls to typed eventsJoas Schilling
2023-10-26fix(events): Migrate changelog listener to typed eventJoas Schilling
2023-10-26fix(notifications): Register notifier via contextJoas Schilling
2023-10-26fix(events): Migrate "Resend call notification" to new eventJoas Schilling
2023-10-26fix(event): Use event listener to clear chat after room deletionJoas Schilling
2023-10-26fix(events): Sort the listeners by topicsJoas Schilling
2023-10-26fix(events): Migrate "bot webhooks after messages" to new eventsJoas Schilling
2023-10-26fix(events): Migrate "In a call" status handling to new eventsJoas Schilling
2023-10-24Merge pull request #10608 from nextcloud/feat/10410/sip-dial-outJoas Schilling
2023-10-24feat(sip-dialout): Add phone icon for rooms created by SIP dial-outJoas Schilling
2023-10-24techdebt: Add constants for room object typesJoas Schilling
2023-10-24feat(sip-dialout): Add system messages for adding/removing phone numbers to a...Joas Schilling
2023-10-23fix(sip-dialout): Rely on the $options array when receiving a rejection noteJoas Schilling
2023-10-23fix(sip-dialout): Expose the callId to users that are allowed to use sip dialoutJoas Schilling
2023-10-23fix(sip-dialout): Log when the signaling server response is emptyJoas Schilling
2023-10-23feat(sip-dialout): Add API endpoint for the SIP bridge to cancel a Dial-outJoas Schilling
2023-10-23fix(docs): Add capability configs for all the SIP statesJoas Schilling
2023-10-23Avoid circular dependencyJoas Schilling
2023-10-23Extend OpenAPI definitionJoas Schilling
2023-10-23feat(call): Add endpoint to send the dial-out request to the HPBJoas Schilling
2023-10-23feat(sip-dialout): Add call ID to attendeesJoas Schilling
2023-10-23fix(sip-dialout): Add an admin config for SIP dial-outJoas Schilling
2023-10-23feat(sip-dialout): Add an endpoint to verify a SIP dialout as the SIP bridgeJoas Schilling
2023-10-23fix(sip-dialout): Validate the HPB responseJoas Schilling
2023-10-23feat(sip-dialout): Add dial-out requestJoas Schilling
2023-10-23feat(sip-dialout): Allow adding phone numbers as participantsJoas Schilling
2023-10-23fix(event): Strict type the event after clarification with event consumersJoas Schilling
2023-10-20fix(events): Remove stray importsJoas Schilling
2023-10-20feat(events): Add typed event for sending the email invite to guestsJoas Schilling
2023-10-20feat(events): Migrate attendee and participant events to typed onesJoas Schilling
2023-10-20feat(events): Migrate participant modifications to typed eventsJoas Schilling
2023-10-20feat(events): Migrate session join and leave to typed eventsJoas Schilling
2023-10-20fix(docs): More specific event doc changingJoas Schilling
2023-10-20fix(events): Migrate "already shared" to typed eventJoas Schilling
2023-10-20fix(events): Fix event name when getting turn serversJoas Schilling
2023-10-20fix(events): Fix call notification event name to match the patternJoas Schilling
2023-10-20feat(events): Migrate signaling events to typed eventsJoas Schilling
2023-10-20feat(events): Migrate chat related events to typed eventsJoas Schilling
2023-10-20fix(docs): Update documentation with latest event changesJoas Schilling
2023-10-20feat(events): Migrate password verification to typed-eventJoas Schilling
2023-10-20feat(events): Add type events for remaining room eventsJoas Schilling
2023-10-20feat(events): Emitted typed events for room modificationsJoas Schilling
2023-10-20refactor(events): Deprecate old untyped room eventsJoas Schilling
2023-10-18docs(captions): Add documentation and capabilityJoas Schilling
2023-10-18fix(attachments): Render mentions in captionsJoas Schilling
2023-10-18feat(attachments): Add option for captionsJoas Schilling
2023-10-18Merge pull request #10724 from nextcloud/feat/7038/enable-direct-callMaksim Sukharev