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-04-08Ignore the read status of groups and store the displayname on adding membersJoas Schilling
2021-03-31Only remove users and not moderators when a group (membership) is removedJoas Schilling
2021-03-26Don't error when a user is already a memberJoas Schilling
2021-03-26Prevent promoting/demoting groups on API levelJoas Schilling
2021-03-26Save and show the display name of groupsJoas Schilling
2021-03-26Make sure existing self-joined users are converted to added usersJoas Schilling
2021-03-26Fix constant value to pluralJoas Schilling
2021-03-26Keep track of added groupsJoas Schilling
2021-03-26Add a method to add group members directly to a conversationJoas Schilling
2021-03-08Leaving with a session as guest is now also not quiting anymoreJoas Schilling
2021-03-08Handle all getParticipants with multi sessionsJoas Schilling
2021-03-08Don't clear previous sessions when joiningJoas Schilling
2021-03-08Fix selecting the session when there could be multipleJoas Schilling
2021-03-08Don't load the session by default on getParticipantsForRoomJoas Schilling
2021-03-08Prepare selecting the correct session in case there are multipleJoas Schilling
2021-03-05Fix not joining call again on reconnection with HPBDaniel Calviño Sánchez
2021-03-01Merge pull request #5215 from nextcloud/bugfix/5192/force-leave-on-lockJoas Schilling
2021-02-24Make the method loop over the sessions instead of the attendeesJoas Schilling
2021-02-19When locking a conversation, kick out everyoneVincent Petry
2021-02-17Limit the session list on the database instead of selecting all attendeesJoas Schilling
2021-02-12Count guests from attendees instead of the fixed value which bumps up on reco...Joas Schilling
2021-02-12Reuse existing attendee when a guest refreshesJoas Schilling
2021-02-12Populate the display name when adding logged in usersJoas Schilling
2021-02-11Store the displayname upon change in the attendees table to save some user ma...Joas Schilling
2021-02-02Merge pull request #5048 from nextcloud/bugfix/3462/allow-adding-self-joinedJoas Schilling
2021-01-29Generate PIN for email guests when resending inviteVincent Petry
2021-01-29API now allows adding a self-joined participantVincent 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