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
2022-07-01Allow the HPB to group session pinging across roomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-02Add a capability for the unified-searchJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-03-24Add new capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-21Add docs and capabilitiesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-15Add capabilitiesVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-04Add a capability for conversation permissionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-21Allow to mark a conversation as unreadJoas 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-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-15Add capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-11Add capability for "publishing-permissions"Daniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-06-10Add voice message capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.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-10Add geo-location-sharing capabilityJoas 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-08Add conversation-v4 capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-16Add docs and capability for callFlag of conversationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02Add documentation and capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02Add a capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-04Add capability for room descriptionsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-12-23Add conversation-v3 capability for API v3Vincent Petry
Added capability to signal the existence of the v3 API. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-16Raise hand call actionVincent Petry
Added hand and hand-off icons (need better fitting ones later). Added "raise-hand" capability. Broadcast "raisedHand" message through signaling and update the icons accordingly. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-14Add a capability for the phonebook searchJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.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-10Add a capability for the chat-read-status and the user settingJoas 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-10-28Make max GIF size configurableVincent Petry
Added app setting and capability "max-gif-size". Added new import for @nextcloud/capabilities. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2020-05-14Only send the capability when the config is setJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Run cs:fixJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-22Handle the new reference id in the backendJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-14Add a capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-07Add a capability if the user can create conversationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-06Add capability for force muting other participantsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-02-25Add a capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-20Allow to start conversations with circlesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-04Add a flag to messages if they can be replied toJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-19Populate the canStartCall value and add a capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-05Bye Spreed, hello Talk!Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-28Add capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-24Add a capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-27Add a capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-25Introduce a Read-Only state for conversationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-14Add "locked-one-to-one" capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Remove capabilities for the mobile clientsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-06Adjust capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-06Add ability to invite groupsMario Danic
Fix a missing , Move to tabs
2018-10-08Add a capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-27Allow to invite email addressesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-24Add "in-call-flags" capability, return flags from API and evaluate in UI.Joachim Bauch
Signed-off-by: Joachim Bauch <bauch@struktur.de>