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-07-15Implement CloudFederationProvider for TalkGary Kim
2021-07-09Fix constant namesJoas Schilling
2021-06-11Add endpoint to set publishing permissions of attendeesDaniel Calviño Sánchez
2021-06-07Add endpoint to update the call flagsDaniel Calviño Sánchez
2021-05-18Allow changing the room type away from one-to-oneJoas Schilling
2021-04-14Fix CSJoas Schilling
2021-04-12Log conversation deletions in the audit.logJoas Schilling
2021-03-08Handle all getParticipants with multi sessionsJoas Schilling
2021-03-08Fix selecting the session when there could be multipleJoas Schilling
2021-03-08Prepare selecting the correct session in case there are multipleJoas Schilling
2021-02-19Drop guest moderators when changing a conversation to group conversationJoas Schilling
2021-02-17Update Room object last message after updatingVincent Petry
2021-02-12Count guests from attendees instead of the fixed value which bumps up on reco...Joas Schilling
2021-02-11Provide information for incoming call screensJoas Schilling
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