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-29Generate PIN for email guests when resending inviteVincent Petry
2020-12-23Fix query for participants not in a callDaniel Calviño Sánchez
2020-12-21Add explicit prefix for column in left joinDaniel Calviño Sánchez
2020-12-21Fix query for participants by notification levelDaniel Calviño Sánchez
2020-12-20Fixed grammarrakekniven
2020-12-15Do not select multiple "id" columns so oracle doesn't break with LIMITJoas Schilling
2020-12-15Fix help command handling on OracleJoas Schilling
2020-12-11Improve room display name protectionVincent Petry
2020-12-11Small adjustments to listable feature after reviewsVincent Petry
2020-12-11Added integration tests for joining listable roomsVincent Petry
2020-12-11Check that guests app is enabled when checkingVincent Petry
2020-12-11Apply suggestions from code review of listable rooms featureVincent Petry
2020-12-11Fix participant service guest user checkVincent Petry
2020-12-11Make it possible to join listed group conversationsVincent Petry
2020-12-10Add a capability for the chat-read-status and the user settingJoas Schilling
2020-12-10Add the last common read message id as header on chat requests and to the con...Joas Schilling
2020-12-10Save the read privacy on the attendee model too, so we can select-query it ea...Joas Schilling
2020-11-30Make sure we always generate a PIN for users when SIP is enabledJoas Schilling
2020-11-26Dispatch leave call events when the user was in call while leaving the conver...Joas Schilling
2020-11-26Generate a PIN for users when they join a room with SIP enabledJoas Schilling
2020-11-26Only delete users that are guests as actor type not participant typeJoas Schilling
2020-11-26Only generate a PIN and send it when configuredJoas Schilling
2020-11-26Store the session given by the HPB for the actorJoas Schilling
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-10-30Only use the Mapper in the ServicesJoas Schilling
2020-10-30Add an endpoint to delete a participant by attendee idJoas Schilling
2020-10-30last_joined_call is not a timestamp not a date fieldJoas Schilling
2020-10-30Fix PHP CSJoas Schilling
2020-10-30Generate a PIN when inviting an email addressJoas Schilling
2020-10-30Simplify query methods and inject the config on the methodJoas 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-30!fixup Fix chat code baseJoas Schilling
2020-10-30Fix PHP CSJoas Schilling
2020-10-30Remove users when they are denied (e.g. the share was removed)Joas Schilling
2020-10-30Move changeInCall to particiant serviceJoas Schilling
2020-10-30Update the session correctlyJoas Schilling
2020-10-30Allow to include/ignore guest moderatorsJoas 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 creating conversations and adding participantsJoas Schilling
2020-10-30Fix joining as a guest and leaving a conversation as a sessionJoas Schilling
2020-10-30Fix getting the list of participantsJoas Schilling
2020-10-30Add a function to change the participant typeJoas Schilling
2020-10-30Fix joining a room for usersJoas Schilling
2020-10-30Remove updating-methods from Participant objectJoas 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