summaryrefslogtreecommitdiffstats
path: root/lib/Participant.php
AgeCommit message (Expand)Author
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-02-01Add an endpoint to return all participants of a room with its breakout roomsJoas Schilling
2022-12-12Allow to define default permissionsJoas Schilling
2022-12-12Fix invalid argument typesJoas Schilling
2022-05-11Allow to disable calling functionalityJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2021-10-11Add API to opt out of call notificationsJoas Schilling
2021-10-07Move PERMISSIONS_MOFIDY_* constants to Attendee classJoas Schilling
2021-10-07Add integration tests for default and call permissionsJoas Schilling
2021-10-07Allow to remove all permissions without falling back to the next levelJoas Schilling
2021-10-07Introduce different layers for permissionsJoas Schilling
2021-10-07Rename and extend constants and methods for the new permissionsJoas Schilling
2021-10-07Allow setting publishing permissions for all usersJoas Schilling
2020-12-10Interact with integers so we can match it better in queriesJoas Schilling
2020-12-10Introduce a privacy settings for the read_statusJoas Schilling
2020-11-26Store the session given by the HPB for the actorJoas Schilling
2020-10-30Simplify query methods and inject the config on the methodJoas Schilling
2020-10-30Remove updating-methods from Participant objectJoas Schilling
2020-10-30Add a phone icon for SIP phone usersJoas Schilling
2020-05-12Run cs:fixJoas Schilling
2019-09-19Move the "can start call" functionality into a methodJoas Schilling
2019-09-05Bye Spreed, hello Talk!Joas Schilling
2019-07-24Change read marker to work on the comment id isntead of datetimeJoas Schilling
2019-07-17Add a new column to record who joined a callJoas Schilling
2019-02-12Make all classes strictJoas Schilling
2018-10-08Introduce notification levels for participantsJoas Schilling
2018-10-04Allow to make guests moderatorsJoas Schilling
2018-09-25Make Participant class strictJoas Schilling
2018-08-30InCall is now a flagJoas Schilling
2018-08-24Add "in-call-flags" capability, return flags from API and evaluate in UI.Joachim Bauch
2018-08-24Add a const for magic 0 as wellJoas Schilling
2018-07-31Highlight the unread count only for mentionsJoas Schilling
2018-07-13Handle the favorite on the participant object and fix favorite spellingJoas Schilling
2017-11-03Split joining a room and joining a call API wiseJoas Schilling
2017-08-07Fix self-joining of users to a public room and remove them on making it privateJoas Schilling
2017-07-17Restrict renaming, inviting and public/private to owner and moderatorsJoas Schilling
2017-07-17Add participant typesJoas Schilling