summaryrefslogtreecommitdiffstats
path: root/lib/GuestManager.php
AgeCommit message (Expand)Author
2023-11-23fix(events)!: Remove deprecated eventsJoas Schilling
2023-10-20feat(events): Add typed event for sending the email invite to guestsJoas Schilling
2023-10-20feat(events): Migrate participant modifications to typed eventsJoas Schilling
2023-07-11Use PHP8's constructor property promotionHamid Dehnavi
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2022-06-13Cache the display name for polls and votesJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2021-02-15Remove unused DB connectionJoas Schilling
2021-02-15Replace "getNamesBySessionHashes" usages with Attendee accessJoas Schilling
2021-02-15Replace getNameBySessionHash() with attendee accessJoas Schilling
2021-02-15Store the guest display name into the attendees tableJoas Schilling
2021-01-29Allow resending invitation emailsVincent Petry
2021-01-08Update code to work with doctrine/dbal 3.0Joas Schilling
2020-12-10FIx insertIfNotExists() query for guest namesJoas Schilling
2020-12-09Create a new table for internal signaling and guest names with a PKJoas Schilling
2020-11-26Show the dial-in info in the sidebarJoas Schilling
2020-11-26Only generate a PIN and send it when configuredJoas Schilling
2020-11-26Revert "Temporary disable SIP UI parts"Joas Schilling
2020-10-30Temporary disable SIP UI partsJoas Schilling
2020-10-30Generate a PIN when inviting an email addressJoas Schilling
2020-10-30Move some more functions to the servicesJoas Schilling
2020-09-21If there are no sessions, we don't need to run a queryJoas Schilling
2020-05-12Run cs:fixJoas Schilling
2020-04-22Move routes to appJoas Schilling
2020-01-23Prevent ParticipantNotFound exception when the guest has no name setJoas Schilling
2019-12-04Add constants for event names and use patternJoas Schilling
2019-12-04Typed events for TalkJoas Schilling
2019-09-05Bye Spreed, hello Talk!Joas Schilling
2019-07-25Also parse mentions of guestsJoas Schilling
2019-02-27Make room names non-optionalJoas Schilling
2019-02-12Make all classes strictJoas Schilling
2018-09-27Allow to invite email addressesJoas Schilling
2018-07-27More php7Joas Schilling
2018-05-08hmmJoas Schilling
2018-05-08Also set $dispatchEvent to falseJoas Schilling
2018-05-08Only update the guest name when it really changesJoas Schilling
2018-03-21Update participant list also when not in callJoas Schilling
2018-03-19Store guest names when they leave a commentJoas Schilling