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-02-02Add an endpoint to delete a messageJoas Schilling
2021-02-01Adjust invitation resending after reviewsVincent Petry
2021-01-29Add participant action to resend email invitationVincent Petry
2021-01-29Reword resendEmail to resendInvitation in APIsVincent Petry
2021-01-29Allow specifying participant on email resend APIVincent Petry
2021-01-29Generate PIN for email guests when resending inviteVincent Petry
2021-01-29Allow resending invitation emailsVincent Petry
2021-01-21Initial state service is deprecatedJoas Schilling
2021-01-21Fix "Argument 1 passed to Room::getDisplayName() must be of the type string"Joas Schilling
2021-01-19Merge pull request #4956 from nextcloud/bugfix/noid/fix-display-names-with-si...Vincent Petry
2021-01-14Also populate the display name on the peer listJoas Schilling
2021-01-14Allow SIP dial-in in non-public conversations tooJoas Schilling
2021-01-08Update code to work with doctrine/dbal 3.0Joas Schilling
2021-01-05Don't remove a chat when a self-joined user leavesJoas Schilling
2020-12-18Adjust files to make cs fixer happyVincent Petry
2020-12-15Allow to respond with modified common read value on "not modified" messagesJoas Schilling
2020-12-11Cleanup listed room code after reviewVincent Petry
2020-12-11Apply suggestions from code review of listable rooms featureVincent Petry
2020-12-11Adjust approach for search results for listable roomsVincent Petry
2020-12-11Add listable flags attribute for 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-12-10Interact with integers so we can match it better in queriesJoas Schilling
2020-12-10Introduce a privacy settings for the read_statusJoas Schilling
2020-12-08Return raw description also when getting the conversation listDaniel Calviño Sánchez
2020-12-08Return description with the rest of the conversation dataDaniel Calviño Sánchez
2020-12-08Add endpoint to set the description of a conversationDaniel Calviño Sánchez
2020-11-30Fix return code when user can not enable SIPJoas Schilling
2020-11-30Expose the dial-in information to clientsJoas Schilling
2020-11-30Make sure we always generate a PIN for users when SIP is enabledJoas Schilling
2020-11-30Generate a attendee pin for the moderator when enabling SIP and return itJoas Schilling
2020-11-27Merge pull request #4656 from nextcloud/fix-user-management-in-password-reque...Joas Schilling
2020-11-27Load new participants by actor when the session does not exist yetJoas Schilling
2020-11-26Simplify getting the participantJoas Schilling
2020-11-26Also check the room token when suggesting if SIP can be enabledJoas Schilling
2020-11-26Refresh the peer list and take the display name from thereJoas Schilling
2020-11-26When the HPB provided a session id only join/leave with that sessionJoas Schilling
2020-11-26Load the participant by session as loading by actor is prefetched only as att...Joas Schilling
2020-11-26Don't preload the user so we load it with the session later onJoas Schilling
2020-11-26All parameters are lowercaseJoas Schilling
2020-11-26Don't expose SIP data when SIP is not configured anymoreJoas Schilling
2020-11-26Show the dial-in info in the sidebarJoas Schilling
2020-11-26Use the call flag when it was given by the HPB serverJoas Schilling
2020-11-26Show pins to moderatorsJoas Schilling
2020-11-26Generate a PIN for users when they join a room with SIP enabledJoas Schilling
2020-11-26Only allow enabling SIP when the user can enable itJoas Schilling
2020-11-26Only delete guests without a PINJoas Schilling
2020-11-26Store the session given by the HPB for the actorJoas Schilling
2020-11-26Get the participant by actorJoas Schilling