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
2021-01-28Prevent duplicate call summariesJoas Schilling
2020-12-15Do not select multiple "id" columns so oracle doesn't break with LIMITJoas Schilling
2020-12-15Can not SELECT * when selecting more fields afterwards on OracleJoas Schilling
2020-12-11Adjustments for listable rooms after reviewVincent Petry
2020-12-11Add listable flags attribute for conversationsVincent Petry
2020-12-08Increase maximum description length to 500 charactersDaniel Calviño Sánchez
2020-12-08Notify external signaling server when description changesDaniel Calviño Sánchez
2020-12-08Add endpoint to set the description of a conversationDaniel Calviño Sánchez
2020-12-08Add description field to conversationsDaniel Calviño Sánchez
2020-11-26Also check the room token when suggesting if SIP can be enabledJoas Schilling
2020-11-26Get the participant by actorJoas Schilling
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-10-30Allow moderator interactions based on attendee idJoas Schilling
2020-10-30Add an endpoint to validate a PIN for a given conversationJoas Schilling
2020-10-30Remove last participant modifying functions from Room objectJoas Schilling
2020-10-30Move more functions to the servicesJoas Schilling
2020-10-30Move some more functions to the servicesJoas Schilling
2020-10-30Fix PHP CSJoas Schilling
2020-10-30Move changeInCall to particiant serviceJoas Schilling
2020-10-30Only use addUsers and joinRoom from Participant serviceJoas Schilling
2020-10-30Move counting functions to participant serviceJoas Schilling
2020-10-30Move Room::getParticipantUserIds() to participant serviceJoas Schilling
2020-10-30Further adjustments in the RoomControllerJoas Schilling
2020-10-30Fix joining as a guest and leaving a conversation as a sessionJoas Schilling
2020-10-30Remove updating-methods from Participant objectJoas Schilling
2020-10-30Notify the HPB about SIP changesJoas Schilling
2020-10-30Check if the SIP is configuredJoas Schilling
2020-10-30Add an endpoint to enable the SIP per conversationJoas Schilling
2020-10-30Add SIP status column to rooms tableJoas Schilling
2020-10-13Start fixing some psalm issuesJoas Schilling
2020-09-15Store the one-to-one users in the "name" column so we can reuse the dataJoas Schilling
2020-07-01Further pass on the sessionId to leaveRoomAsParticipantJoas Schilling
2020-07-01Leave the room with the old sessionJoas Schilling
2020-06-05Make sure pinging session ids only uses indexesJoas Schilling
2020-05-21Sort results of Manager::searchRoomsByToken() and Room::searchParticipants()Daniel Rudolf
2020-05-21Add Room::searchParticipants()Daniel Rudolf
2020-05-12Run cs:fixJoas Schilling
2020-05-12Reset the assigned signaling server after some timeJoas Schilling
2020-05-12Extend the signaling setting API to allow somewhat clusteringJoas Schilling
2020-04-21Correctly specify the parameter type on the placeholderJoas Schilling
2020-04-14Also ignore guest moderators when ignoring guestsJoas Schilling
2020-04-07Ping all session ids with 1 query from the external signalingJoas Schilling
2020-03-02Reset the in-call flags when the lobby kicks inJoas Schilling
2020-03-02Pass on all necessary optionsJoas Schilling
2020-03-02Get room properties for the signaling server from separate function.Joachim Bauch
2020-02-28Only update the named session if it is a guestJoas Schilling
2019-12-04Add constants for event names and use patternJoas Schilling
2019-12-04Typed events for TalkJoas Schilling
2019-10-01Correctly set the unread counter when readding a user to a one-to-one convers...Joas Schilling
2019-09-19Also prevent starting a call on API levelJoas Schilling