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-12-02Add command to remove users from all roomsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2021-11-30Better routes filesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-11Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-11Add API to opt out of call notificationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Allow to explicitly set the default and call permissionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Allow to remove all permissions without falling back to the next levelJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Introduce different layers for permissionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Rename and extend constants and methods for the new permissionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Allow setting publishing permissions for all usersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-20Add a counter for the direct mentionsJoas Schilling
This allows the UI can show the user bubble depending on user vs. all mentions Signed-off-by: Joas Schilling <coding@schilljs.com>
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>