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
path: root/lib
AgeCommit message (Expand)Author
2020-12-09Merge pull request #4733 from nextcloud/backport/4730/stable20.1Joas Schilling
2020-12-09Prevent issues with utf8mb4 chars on updateJoas Schilling
2020-12-09refs #4719 fix telegram channel config keyJulien Veyssier
2020-12-09Fix return code when user can not enable SIPJoas Schilling
2020-12-09Expose the dial-in information to clientsJoas Schilling
2020-12-09Make sure we always generate a PIN for users when SIP is enabledJoas Schilling
2020-12-09Add docs and capabilityJoas Schilling
2020-12-09Generate a attendee pin for the moderator when enabling SIP and return itJoas Schilling
2020-12-09Load new participants by actor when the session does not exist yetJoas Schilling
2020-12-09Simplify getting the participantJoas Schilling
2020-12-09Also check the room token when suggesting if SIP can be enabledJoas Schilling
2020-12-09Refresh the peer list and take the display name from thereJoas Schilling
2020-12-09When the HPB provided a session id only join/leave with that sessionJoas Schilling
2020-12-09Also load the session information when we load an attendeeJoas Schilling
2020-12-09Load the participant by session as loading by actor is prefetched only as att...Joas Schilling
2020-12-09Don't preload the user so we load it with the session later onJoas Schilling
2020-12-09All parameters are lowercaseJoas Schilling
2020-12-09Dispatch leave call events when the user was in call while leaving the conver...Joas Schilling
2020-12-09The session object is modified nowadays so it's always disconnected in the "a...Joas Schilling
2020-12-09Add missing alias when deleting a room in the background jobJoas Schilling
2020-12-09Add the participant to the join/start call message generationJoas Schilling
2020-12-09Don't expose SIP data when SIP is not configured anymoreJoas Schilling
2020-12-09Show the dial-in info in the sidebarJoas Schilling
2020-12-09Use the call flag when it was given by the HPB serverJoas Schilling
2020-12-09Show pins to moderatorsJoas Schilling
2020-12-09Generate a PIN for users when they join a room with SIP enabledJoas Schilling
2020-12-09Only delete users that are guests as actor type not participant typeJoas Schilling
2020-12-09Only allow enabling SIP when the user can enable itJoas Schilling
2020-12-09Only delete guests without a PINJoas Schilling
2020-12-09Only generate a PIN and send it when configuredJoas Schilling
2020-12-09Fix CS and psalmJoas Schilling
2020-12-09Increase the length of the session id columnJoas Schilling
2020-12-09Store the session given by the HPB for the actorJoas Schilling
2020-12-09Get the participant by actorJoas Schilling
2020-12-09Get room by actorId / actorType if given in request.Joachim Bauch
2020-12-09Add method to get room by actorId / actorType.Joachim Bauch
2020-12-09Introduce constants for the actor typesJoas Schilling
2020-12-09Add a comment about the sessionJoas Schilling
2020-12-09Prevent concurrent promotion/demotion requests to revert by accidentJoas Schilling
2020-12-09Use $this->request to access header and add docs about the return valueJoas Schilling
2020-12-09Add a comment why the last comment is not included for sipJoas Schilling
2020-12-09Make the version checks future proofJoas Schilling
2020-12-09Add an empty display_name column as preparation to merge the oc_talk_guests t...Joas Schilling
2020-12-09Only use the Mapper in the ServicesJoas Schilling
2020-12-09Add an endpoint to delete a participant by attendee idJoas Schilling
2020-12-09Allow moderator interactions based on attendee idJoas Schilling
2020-12-09last_joined_call is not a timestamp not a date fieldJoas Schilling
2020-12-09Only remove attendee in case of a guest for now (needs fixing in the future s...Joas Schilling
2020-12-09Add API v3 with actor type and idJoas Schilling
2020-12-09Inject the room into the pin validationJoas Schilling