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-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 RoomServicetechdebt/6235/cleanup-room-objectsJoas 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 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-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 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-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-21Do not load the session in getParticipantByActor() as no caller needs itJoas Schilling
2022-03-21Do not load the session in getParticipantByAttendeeId() as no caller needs itJoas Schilling
2022-03-08Combine last_activity and last_message update where possibleJoas Schilling
2022-02-17Change database structureJoas Schilling
2021-12-15Make it explicit when the participant list changedJoas Schilling
2021-11-03Log dedicated call summary when ending for everyoneJoas Schilling
2021-10-19replace execute by executeQuery of QueryBuilderVitor Mattos
2021-10-18Replace old type constants with new onesJoas Schilling
2021-10-07Improve validationJoas 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-10-07Add integration tests for default and call permissionsJoas Schilling
2021-10-07Fix permission handling in unit testsJoas Schilling
2021-10-07Reset call permissions when the call endedJoas Schilling
2021-10-07Allow to explicitly set the default and call permissionsJoas Schilling
2021-10-07Allow to remove all permissions without falling back to the next levelJoas Schilling
2021-10-07Introduce different layers for permissionsJoas Schilling
2021-07-15Implement CloudFederationProvider for TalkGary Kim