summaryrefslogtreecommitdiffstats
path: root/lib/Service/BreakoutRoomService.php
AgeCommit message (Expand)Author
2024-04-26chore: Run SPDX convertorJoas Schilling
2024-04-15fix(tests): Make tests more reliable on PostgreSQL by also sorting on stopJoas Schilling
2024-02-01fix(CS): Prepare coding standard updateJoas Schilling
2024-01-19fix(breakout): stop breakout rooms when removing, update lastActivity when re...Maksim Sukharev
2023-12-12feat(chat): Rate limit guests when mentioning othersJoas Schilling
2023-11-22fix(API): Move away from deprecated constantsJoas Schilling
2023-11-17fix(API): Add more specific int-typesJoas Schilling
2023-11-16fix(breakout-rooms): Force order of breakout rooms so the signaling order mat...Joas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-03-02fix(breakoutrooms): Always order breakout rooms in the same orderJoas Schilling
2023-01-31Clean breakout room state after stopping themDaniel Calviño Sánchez
2023-01-30Return the rooms when possibleJoas Schilling
2023-01-19fix(test): Don't require a specific order of breakout rooms on the APIJoas Schilling
2023-01-05refactor(breakout): Use PHP8 constructor promotionJoas Schilling
2023-01-04Fix documentation of applyAttendeeMapJoas Schilling
2023-01-04Remove attendees from breakout rooms as wellJoas Schilling
2023-01-04Allow to apply a new attendee map later onJoas Schilling
2023-01-04Add user to parent room when added to a breakout roomJoas Schilling
2023-01-04Allow creating individual breakout rooms via the normal APIJoas Schilling
2022-12-12Allow students to switch to another breakout roomJoas Schilling
2022-12-12Add dedicated service methods and make the other one protectedJoas Schilling
2022-12-12Fix CSJoas Schilling
2022-12-12Add an API that allows students and teachers so list the breakout roomsJoas Schilling
2022-12-12Allow to "Request assistance" and reset itJoas Schilling
2022-12-07Fix review remarksJoas Schilling
2022-12-07Allow enabling lobbies on breakout rooms and hide the initial system messageJoas Schilling
2022-12-07Allow to start and stop breakout roomsJoas Schilling
2022-12-07Add broadcast message endpointJoas Schilling
2022-12-07Add a config to disable breakout roomsJoas Schilling
2022-12-06Add translator hintJoas Schilling
2022-12-05Add validation for room number in the mapJoas Schilling
2022-12-05Lock the breakout rooms with the lobbyJoas Schilling
2022-12-05Implement a maximum amountJoas Schilling
2022-12-05Only allow in group and public roomsJoas Schilling
2022-12-05Can not nest breakout roomsJoas Schilling
2022-12-05Add/remove moderators on promotion/demotionJoas Schilling
2022-12-05API endpoint to create and remove breakout roomsJoas Schilling