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
2018-09-20Increase version and add changelogv3.2.6Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-23Add changelog and increase versionv3.2.5Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-23Increase version to 3.2.4Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-11Hmpfv3.2.3Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-11Update version to 3.2.3Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-10Remove background job to reset "in call" flagDaniel Calviño Sánchez
When a user leaves a room the "in call" flag is also reset. As users are now forced to leave the room when they are inactive it is no longer needed to reset the flag using a background job. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-06-06Change version number to 3.2.2.Ivan Sein
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2018-05-11Add changelog for 3.2.1v3.2.1Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-05-03Increase versionv3.2.0Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-04-26Add docs for the /mentions endpointJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-04-26Start autocomplete for mentionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-04-19Make sure the token is not a reserved wordJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-04-19Change endpoints to /{token}/messages.Ivan Sein
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2018-04-19Fix new multi-session signaling endpoints.Ivan Sein
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2018-04-18Abstract away the session handlingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-04-18Unify the names of join/leave room vs. remove*FromRoomJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-23Merge branch 'stable13' into backport/706/chat-guest-handlingIvan Sein
2018-03-22Update participant list also when not in callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-22Send a request to the server when a guest renamesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-22Store guest names when they leave a commentJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-22Reset in call flag when a user timed outJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-22Add a background job to delete empty roomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-13Update versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-12Merge pull request #584 from nextcloud/bugfix/578/postgres-update-issueJoas Schilling
Fix postgres issue when updating
2018-01-12Increase version to 3.0.1Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-11Fix markdown in info.xmlMarius Blüm
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-01-10Fix app description and CHangelogv3.0.0Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-10Update screenshotsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-04Increase version to run the migration everywhereJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-12-12Update version and changelog for 2.9.0 beta release.Ivan Sein
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2017-11-28Allow apps to get the signaling informationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-28Fix element order to match appstore expectationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-28Remove duplicate entries from info.xmlJoachim Bauch
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2017-11-03Split joining a room and joining a call API wiseJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-02Increase the versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-02Move old repair steps to migrationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-02Increase version to trigger settings updateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-02Implement backend APIs to be used by standalone signaling server.Joachim Bauch
A standalone signaling server can be configured in the admin UI and is notified through the BackendController on changes that should be sent to connected clients. See #339 for a description of the backend API. Signed-off-by: Joachim Bauch <bauch@struktur.de>
2017-10-26Merge pull request #444 from nextcloud/talkIvan Sein
Talk
2017-10-20Add controller for chat messagesDaniel Calviño Sánchez
The ChatController uses a long-polling approach: if there are currently no messages the response will not be sent immediately; instead, HTTP connection will be kept open waiting for new messages to arrive and, when they do, then the response will be sent. The technique is simply based on the fact that ChatManager will wait (hang) until there are some messages to be returned, or until the timeout expires. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-10-19Fix readme and info.xmlJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-10-19Move notification registration to Application class and fix it to TalkJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-10-19Fix navigation entryJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-10-10Activities for callsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-10-09Expire signaling messages that are older than 5 minutesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-09-28Allow multiple turn serversJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-09-28Allow setting multiple STUN serversJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-09-28Move admin settings to own sectionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-09-25Move "get messages" also to signaling routeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-09-25Fix spelling of Signaling (single L)Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>