summaryrefslogtreecommitdiffstats
path: root/lib/Service/ParticipantService.php
AgeCommit message (Expand)Author
2023-05-11fix(participants): Don't emit the _AFTER event when no guests were removedJoas Schilling
2023-05-11fix(participants): Fix clearing of inactive guestsJoas Schilling
2023-05-03fix(participants): Migrate self-joined users when assigning permissionsJoas Schilling
2023-05-02Merge pull request #9412 from nextcloud/bugfix/8787/keep-guest-attendees-with...Joas Schilling
2023-05-02fix(guests): Keep guest attendees with display name or non-default permissionsJoas Schilling
2023-05-02fix(permissions): Reset custom permissions on promotionJoas Schilling
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-02-09Remove self-joined user after disconnecting from the roomDaniel Calviño Sánchez
2023-02-09Replace explicit code with generic call to remove userDaniel Calviño Sánchez
2023-02-09Do not disinvite self-joined users when leavingDaniel Calviño Sánchez
2023-02-08Do not remove self-joined users when leaving if they have more sessionsDaniel Calviño Sánchez
2023-02-01Add an endpoint to return all participants of a room with its breakout roomsJoas Schilling
2023-01-25Introduce a "former one-to-one" conversation typeJoas Schilling
2023-01-04Use a different reason when deleting a userJoas Schilling
2023-01-04Remove attendees from breakout rooms as wellJoas Schilling
2022-12-21Add command to transfer ownershipJoas Schilling
2022-12-05Add integration tests for manual assigning and moderator handlingJoas Schilling
2022-12-05Add/remove moderators on promotion/demotionJoas Schilling
2022-10-04Move getParticipant()Joas Schilling
2022-10-04Move more methods away from the room modelJoas Schilling
2022-10-04Move getParticipant*() methods to participant serviceJoas Schilling
2022-08-26Fix not leaving previous session when joining the same room againDaniel Calviño Sánchez
2022-08-26Fix call left event not sent when leaving conversation while in a callDaniel Calviño Sánchez
2022-08-23Filter blocked users out of the call notificationJoas Schilling
2022-08-19Use user displayname cache when ensuring 1-1 chat is filledJoas Schilling
2022-06-02Option to make possible start a call without notify participantsVitor Mattos
2022-05-17Allow to "Send call notifications"Joas Schilling
2022-05-11Update baselineJoas Schilling
2022-05-11Use \OCP\Server::get() instead of private APIJoas Schilling
2022-05-03Allow to enable SIP without individual pin requirementJoas Schilling
2022-04-30Move Room::verifyPassword() to the RoomServiceJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-03-21Group on PHP level as MariaDB can not handle this correctly:Joas Schilling
2022-03-08Emit a event so the HPB can send the update to the participantsJoas Schilling
2022-03-08Combine last_activity and last_message update where possibleJoas Schilling
2022-03-08Only update the last_message and last_activity onceJoas Schilling
2022-03-02Reset all in_call flags in one goJoas Schilling
2022-02-25Handle all user status changes in case of "End meeting for all" in 1 executionJoas Schilling
2022-02-11Add psalm-parameters to show a problemJoas Schilling
2022-01-26Only send 1 HPB request for the "end call for everyone" caseJoas Schilling
2021-12-14Fix joining open conversations with a passwordJoas Schilling
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-25Merge pull request #6338 from nextcloud/feature/noid/allow-to-opt-out-of-call...Joas Schilling
2021-10-19replace execute by executeQuery of QueryBuilderVitor Mattos
2021-10-18Replace old type constants with new onesJoas Schilling
2021-10-11Only get users that want the call notificationsJoas Schilling
2021-10-11Add API to opt out of call notificationsJoas Schilling
2021-10-07Fix integration testsJoas Schilling