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 (Collapse)Author
2021-07-15Review fixesGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-15Implement CloudFederationProvider for TalkGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-07Clear historyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-25Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-18Bump exclude list of packaing and bump versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-11Add endpoint to set publishing permissions of attendeesDaniel Calviño Sánchez
Only moderators of group and public conversations can set the value. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-06-11Add publishing permissions field to attendeesDaniel Calviño Sánchez
Guests are not able to fetch the participant list. Due to this the value is also returned in the room information so clients can know their own publishing permissions. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-06-07Add endpoint to update the call flagsDaniel Calviño Sánchez
The call flags are updated when joining and leaving a call. However, during a call the audio and video devices can be disabled without needing a reconnection, so an endpoint to just update the call flags is also needed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-05-31Update version to alpha 1Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-19Remove previous versions for signaling endpointsDaniel Calviño Sánchez
The mobile apps will need to adjust to the new version (note that only the signaling settings endpoint actually changed), but they will not be compatible with Talk < 12 anyway due to the changes in the conversation endpoints. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-05-19Unify STUN and TURN server URLsDaniel Calviño Sánchez
The "stunservers" parameter was a list of several elements each one with a "url" parameter, which was a string. Now the "stunservers" parameter is a list of several elements (although in practice there will be just one) each one with a "urls" parameter, which is a list of strings. The "turnservers" parameter was a list of several elements each one with a "url" parameter and a "urls" parameter, which were both a list of a single string. Now the "turnservers" parameter is a list of several elements each one with a "urls" parameter, which is a list of strings. Each element of "turnservers" contain too "username" and "credential" parameters that apply to all the elements in the "urls" parameter. The format resembles the RTCIceServer format, so the returned values can be directly used by the WebUI like done until now. Mobile clients will need to be adjusted, though. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-05-04Drop screensharing support for FF <66Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-23Temporary OCS API for user avatar upload and deleteJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Remove old API version handlingsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Move call API to v4Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Move other room APIs to v4Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Move other participant handling to API v4Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Move room modifications to API v4Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Move deleting and getting a room to v4Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Move removing paricipants to v4Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Make leaving a room API v4Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Make joining a room API v4Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Move get participants to API v4Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Check users on correct endpointJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Move get rooms to API v4Joas Schilling
Added FIXMEs for participant parameters that should check the participant endpoint instead Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Move conversation creation to v4Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Move lobby and SIP to v4Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Move listed rooms to API v4Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Replace the former unique attendee key with a normal indexJoas Schilling
This allows an attendee to have multiple sessions in the same conversation. Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-22Adjust screenshotingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-15Bump versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-11Add a repair step that updates the display name for existing usersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-11Provide information for incoming call screensJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-03Merge pull request #5076 from ↵Vincent Petry
nextcloud/bugfix/noid/fix-Talk-folder-sometimes-not-working-for-attachments Fix "Talk/ folder not working for attachments"
2021-02-03Merge pull request #5034 from ↵Joas Schilling
nextcloud/feature/noid/allow-sharing-rich-objects-to-chats Allow to share RichObjects to chats
2021-02-03Fix "Talk/ folder not working for attachments"Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-03Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02Allow to share RichObjects to chatsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02Add an endpoint to delete a messageJoas Schilling
For now it only creates a system message Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-29Reword resendEmail to resendInvitation in APIsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-29Allow specifying participant on email resend APIVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-29Allow resending invitation emailsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-25Bump version and add changelogJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-08Add changelog for releasesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-18Bump versionv11.0.0-alpha.2Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-18Add changelog for 11.0.0-alpha.1Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-14Adjusted listable docs + increased versionVincent 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-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-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>