Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-24Move setDescription to room servicetechdebt/6235/set-descriptionJoas Schilling
2022-05-20Move setAssignedSignalingServer to room servicetechdebt/6235/set-assigned-signaling-serverJoas Schilling
2022-05-17Move setType to room servicetechdebt/6235/set-typeJoas Schilling
2022-05-16Cache display name of owner as wellJoas Schilling
2022-05-10Move setReadOnly to room serviceJoas Schilling
2022-05-10Move setLobby() to room serviceJoas Schilling
2022-05-09Move setListable() to RoomServicetechdebt/6235/set-listableJoas Schilling
2022-05-06Move setSIPEnabled to room servicetechdebt/6235/move-setSIPEnabledJoas Schilling
2022-05-05Move permissions logic to room servicetechdebt/6235/move-setPermissions-logic-to-room-serviceJoas Schilling
2022-04-30Move Room::verifyPassword() to the RoomServiceJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-01-21Check share restrictions on one to one conversationVitor Mattos
2021-10-18Replace old type constants with new onesJoas Schilling
2021-10-07Simplify the cases so the events we have to do for the HPB are easierJoas Schilling
2021-10-07Move PERMISSIONS_MOFIDY_* constants to Attendee classJoas Schilling
2021-10-07Unify the endpoints and permissions update handlingJoas Schilling
2021-10-07Remove moderator option and clear custom permissions when setting the convers...Joas Schilling
2021-09-20Add sending room shares supportGary Kim
2021-02-12Populate the display name when adding logged in usersJoas Schilling
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-10-30Further adjustments in the RoomControllerJoas Schilling
2020-10-30Fix creating conversations and adding participantsJoas Schilling
2020-09-15Store the one-to-one users in the "name" column so we can reuse the dataJoas Schilling
2020-06-29Document all reasons we throwJoas Schilling
2020-06-29Also throw on invalid object dataJoas Schilling
2020-06-29Also validate the room type and add tests for the serviceJoas Schilling
2020-06-29Move the validation and preparation of the name to the RoomServiceJoas Schilling
2020-06-29Introduce a RoomService to handle creation of RoomsJoas Schilling