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-08-25Fix CSJoas Schilling
2021-08-25Also remove circle members when removing a circleJoas Schilling
2021-08-25Remove unused importJoas Schilling
2021-08-25Remove unused paramJoas Schilling
2021-08-25Update API usage to new API levelJoas Schilling
2021-08-24Try to get inherited membersJoas Schilling
2021-08-24Start circle tracking supportJoas Schilling
2021-07-15Add remoteIdGary Kim
2021-07-15Implement CloudFederationProvider for TalkGary Kim
2021-07-15Fix local detection for global scale setupJoas Schilling
2021-07-15Fix psalmJoas Schilling
2021-07-15Check circles membership when trying to addJoas Schilling
2021-07-07Remove shares and fix the message markersJoas Schilling
2021-06-29Catch the correct exception in case of UniqueConstraintViolationExceptionJoas Schilling
2021-06-14Fix CSJoas Schilling
2021-06-14Add system messages for group attendeesJoas Schilling
2021-06-11Restrict call flags based on publishing permissionsDaniel Calviño Sánchez
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-31Deduplicate and bug-fix circles integrationJoas Schilling
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