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 (Collapse)Author
2020-12-11Adjustments for listable rooms after reviewVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Adjust approach for search results for listable roomsVincent Petry
Added "/listable-room" endpoint for listing listable rooms with a similar result format like the "/room" endpoint. Switched left sidebar to use Conversation components for displaying results. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Added search provider for listed conversationsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Add listable flags attribute for conversationsVincent Petry
Added ability to set a conversation as listable for regular users and/or guest users from the guest app. This only implements the flag, endpoint and UI to manage it but not yet making it appear in search results. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Merge pull request #4735 from nextcloud/techdebt/noid/cluster-compatibilityVincent Petry
Create a new table for internal signaling and guest names with a PK
2020-12-10FIx insertIfNotExists() query for guest namesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-10Link shared room in the files sidebar sharing tabJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-10Add a capability for the chat-read-status and the user settingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-10Add the last common read message id as header on chat requests and to the ↵Joas Schilling
conversation list Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-10Save the read privacy on the attendee model too, so we can select-query it ↵Joas Schilling
easier later on Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-10Interact with integers so we can match it better in queriesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-10Introduce a privacy settings for the read_statusJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-09Create a new table for internal signaling and guest names with a PKJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-09Prevent issues with utf8mb4 chars on updateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-09refs #4719 fix telegram channel config keyJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-12-08Merge pull request #4654 from nextcloud/enh/noid/remove-bridge-botJoas Schilling
Remove bridge bot from room when bridge is disabled
2020-12-08Increase maximum description length to 500 charactersDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-12-08Add system message when the description of a conversation is changedDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-12-08Add support for conversation descriptions to occ commandsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-12-08Return raw description also when getting the conversation listDaniel Calviño Sánchez
As the description length is limited and the response for the conversation list endpoint is gzip compressed the hash does not provide too much of a reduction, but introduces a more complex logic in the clients. Due to all this, for simplicity now the raw description is also returned when getting the conversation list. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-12-08Notify external signaling server when description changesDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-12-08Return description with the rest of the conversation dataDaniel Calviño Sánchez
As the description is not typically needed in the conversation list, it could be potentially "large" and the conversation list is fetched frequently only a hash of the description is returned in that case. The exception is when the description is empty, in which case an empty value is returned, instead of the value of "sha1('')". If only a single conversation is fetched the actual description is always returned. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-12-08Add endpoint to set the description of a conversationDaniel Calviño Sánchez
Only moderators and guest moderators of group and public conversations can set their description. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-12-08Add description field to conversationsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-30Fix return code when user can not enable SIPJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-30Expose the dial-in information to clientsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-30Make sure we always generate a PIN for users when SIP is enabledJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-30Add docs and capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-30Generate a attendee pin for the moderator when enabling SIP and return itJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-27Merge pull request #4656 from ↵Joas Schilling
nextcloud/fix-user-management-in-password-request-rooms Fix user management in password request rooms
2020-11-27remove bridge bot from room when bridge is disabledJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-11-27Load new participants by actor when the session does not exist yetJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-27No participants means everything is okayJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Simplify getting the participantJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Also check the room token when suggesting if SIP can be enabledJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Refresh the peer list and take the display name from thereJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26When the HPB provided a session id only join/leave with that sessionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Also load the session information when we load an attendeeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Load the participant by session as loading by actor is prefetched only as ↵Joas Schilling
attendee Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Don't preload the user so we load it with the session later onJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26All parameters are lowercaseJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Dispatch leave call events when the user was in call while leaving the ↵Joas Schilling
conversation Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26The session object is modified nowadays so it's always disconnected in the ↵Joas Schilling
"after" event Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Add missing alias when deleting a room in the background jobJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Add the participant to the join/start call message generationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Don't expose SIP data when SIP is not configured anymoreJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Show the dial-in info in the sidebarJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Use the call flag when it was given by the HPB serverJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Show pins to moderatorsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Generate a PIN for users when they join a room with SIP enabledJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>