summaryrefslogtreecommitdiffstats
path: root/lib/Room.php
AgeCommit message (Expand)Author
2024-03-14fix(federation): Remove duplicate method isFederatedRemoteRoom() vs isFederat...Joas Schilling
2024-03-14fix(federation): Cache whether we have federated participants in a conversationJoas Schilling
2024-03-11feat(federation): Implement reactionsJoas Schilling
2024-02-29fix(federation): Store last message id from the proxied messageJoas Schilling
2023-12-11fix(CS): Migrate more strpos() calls to str_* functionsJoas Schilling
2023-11-23fix(API)!: Remove long deprecated methodsJoas Schilling
2023-11-23fix(API)!: Remove deprecated Room constantsJoas Schilling
2023-11-23fix(events)!: Remove deprecated eventsJoas Schilling
2023-11-13fix(chat): Handle `at-all` in note to selfJoas Schilling
2023-10-24techdebt: Add constants for room object typesJoas Schilling
2023-10-20feat(events): Migrate attendee and participant events to typed onesJoas Schilling
2023-10-20feat(events): Migrate participant modifications to typed eventsJoas Schilling
2023-10-20feat(events): Migrate session join and leave to typed eventsJoas Schilling
2023-10-20feat(events): Migrate signaling events to typed eventsJoas Schilling
2023-10-20feat(events): Migrate password verification to typed-eventJoas Schilling
2023-10-20feat(events): Add type events for remaining room eventsJoas Schilling
2023-10-20refactor(events): Deprecate old untyped room eventsJoas Schilling
2023-10-12fix(wording): rename 'guest app' to 'Guests app'Maksim Sukharev
2023-10-10Try to load a room by accessTokenJoas Schilling
2023-10-06feat(recording): Recording consent API - Version 2Joas Schilling
2023-09-27feat(note-to-self): Create note-to-self conversation for usersJoas 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
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