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
path: root/lib
AgeCommit message (Expand)Author
2020-12-11Adjustments for listable rooms after reviewVincent Petry
2020-12-11Adjust approach for search results for listable roomsVincent Petry
2020-12-11Added search provider for listed conversationsVincent Petry
2020-12-11Add listable flags attribute for conversationsVincent Petry
2020-12-11Merge pull request #4735 from nextcloud/techdebt/noid/cluster-compatibilityVincent Petry
2020-12-10FIx insertIfNotExists() query for guest namesJoas Schilling
2020-12-10Link shared room in the files sidebar sharing tabJulius Härtl
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-09Create a new table for internal signaling and guest names with a PKJoas Schilling
2020-12-09Prevent issues with utf8mb4 chars on updateJoas Schilling
2020-12-09refs #4719 fix telegram channel config keyJulien Veyssier
2020-12-08Merge pull request #4654 from nextcloud/enh/noid/remove-bridge-botJoas Schilling
2020-12-08Increase maximum description length to 500 charactersDaniel Calviño Sánchez
2020-12-08Add system message when the description of a conversation is changedDaniel Calviño Sánchez
2020-12-08Add support for conversation descriptions to occ commandsDaniel Calviño Sánchez
2020-12-08Return raw description also when getting the conversation listDaniel Calviño Sánchez
2020-12-08Notify external signaling server when description changesDaniel 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-12-08Add description field to conversationsDaniel 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-30Add docs and capabilityJoas 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-27remove bridge bot from room when bridge is disabledJulien Veyssier
2020-11-27Load new participants by actor when the session does not exist yetJoas Schilling
2020-11-27No participants means everything is okayJoas 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-26Also load the session information when we load an attendeeJoas 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-26Dispatch leave call events when the user was in call while leaving the conver...Joas Schilling
2020-11-26The session object is modified nowadays so it's always disconnected in the "a...Joas Schilling
2020-11-26Add missing alias when deleting a room in the background jobJoas Schilling
2020-11-26Add the participant to the join/start call message generationJoas 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