summaryrefslogtreecommitdiffstats
path: root/lib/Room.php
AgeCommit message (Expand)Author
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-03-02fix(breakoutrooms): Show names of breakout rooms when they are freely joinableJoas Schilling
2023-02-22Add failed status to recordingsDaniel Calviño Sánchez
2023-02-22Add "starting" values for recording statusDaniel Calviño Sánchez
2023-01-25Introduce a "former one-to-one" conversation typeJoas Schilling
2023-01-04Use a different reason when deleting a userJoas Schilling
2022-12-15Replace the constant name by a betterVitor Mattos
2022-12-12Moved constants from RoomService.php to Room.phpVitor Mattos
2022-12-12Rename argumentVitor Mattos
2022-12-09Add system message and testsVitor Mattos
2022-12-09Toggle call recording statusVitor Mattos
2022-12-07Make it strongly typedJoas Schilling
2022-12-07Make avatar nullable to cover scenario when room havent custon avatarVitor Mattos
2022-12-07Add event pre and post avatar changeVitor Mattos
2022-12-07Work with avatar identier stored in room tableVitor Mattos
2022-12-05Add status DB fieldJoas Schilling
2022-12-05API endpoint to create and remove breakout roomsJoas 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-10-03Remove unneeded docs and use short anotationJoas Schilling
2022-10-03Revert part of previous commitVitor Mattos
2022-10-03Move setActiveSince to RoomServiceVitor Mattos
2022-10-02Move deleteRoom() to RoomServiceJoas Schilling
2022-10-02Move resetActiveSince to serviceJoas Schilling
2022-09-29Simplify getRoomIconUrl methodJoas Schilling
2022-09-27Stop recursion when getting the old state of the lobby for the eventJoas Schilling
2022-09-01Adjust coding styleJoas Schilling
2022-07-01Fix event nameJoas Schilling
2022-07-01Rename textVitor Mattos
2022-06-30Rename message expire to expire dateVitor Mattos
2022-06-30Rename time to live to message expireVitor Mattos
2022-06-30Rename ttl to message expireVitor Mattos
2022-06-30Implement logic in controller to change the ttlVitor Mattos
2022-06-30Add field to room tableVitor Mattos
2022-06-29Implement password policy checkerJoas Schilling
2022-05-24Move setDescription to room serviceJoas Schilling
2022-05-20Move setAssignedSignalingServer to room serviceJoas Schilling
2022-05-17Move setType to room serviceJoas Schilling
2022-05-11Allow to disable calling functionalityJoas Schilling
2022-05-11Use \OCP\Server::get() instead of private APIJoas Schilling
2022-05-10Move setReadOnly to room serviceJoas Schilling
2022-05-10Move setLobby() to room serviceJoas Schilling
2022-05-09Move setListable() to RoomServiceJoas Schilling
2022-05-06Move setSIPEnabled to room serviceJoas Schilling
2022-05-05Move permissions logic to room serviceJoas 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