summaryrefslogtreecommitdiffstats
path: root/lib/Events
AgeCommit message (Expand)Author
2024-03-06fix(events): Expose the parent comment in eventsJoas Schilling
2024-02-25feat(BotInstallEvent): Added "features" fieldAlexander Piskun
2023-11-23fix(events)!: Remove deprecated eventsJoas Schilling
2023-10-31fix(events): Move chat message parsers to typed eventsJoas Schilling
2023-10-26fix(events): Migrate "In a call" status handling to new eventsJoas 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-18feat(consent): Save recording consent to DB and allow retrieving with OCCJoas Schilling
2023-10-10Try to load a room by accessTokenJoas Schilling
2023-10-06feat(recording): Recording consent API - Version 2Joas Schilling
2023-09-27feat(note-to-self): Create note-to-self conversation for usersJoas Schilling
2023-08-25feat(bots): Add an even to uninstall bots when an app is removed/updatedJoas Schilling
2023-08-07feat(bots): Add commands and events to install botsJoas Schilling
2023-08-07feat(webhooks): Start with implementing webhooks for chat messagesJoas Schilling
2023-08-04Fix already shared eventJoas Schilling
2023-07-06Use PHP8's constructor property promotionHamid Dehnavi
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2022-09-01Adjust coding styleJoas Schilling
2022-08-26Fix not leaving previous session when joining the same room againDaniel Calviño Sánchez
2022-06-02Option to make possible start a call without notify participantsVitor Mattos
2022-05-17Allow to "Send call notifications"Joas Schilling
2022-05-13Add an option for "Silent send" to the APIJoas Schilling
2022-04-22Change property typeVitor Mattos
2022-04-07Make sure output is always a stringJoas Schilling
2022-04-07Fix type handlingJoas Schilling
2022-04-06Fix psalm issuesVitor Mattos
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-03-08Only update the last_message and last_activity onceJoas Schilling
2022-02-25Handle all user status changes in case of "End meeting for all" in 1 executionJoas Schilling
2022-01-26Only send 1 HPB request for the "end call for everyone" caseJoas Schilling
2021-12-06Reduce MissingReturnTypeVitor Mattos
2021-11-03Don't log single "call_left" system messages when call ended for everyoneJoas Schilling
2021-11-03Log dedicated call summary when ending for everyoneJoas Schilling
2021-10-21Introduce event so other apps can override the list of TURN servers.Joachim Bauch