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
2020-07-09Save setting for play soundsbackport/1072/stable19Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-09Adjust sound handling as discussed with JanJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-09Play waiting sound when you are alone in a callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-09Play sounds when someone is joining or leaving a callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-09[tx-robot] updated from transifexNextcloud bot
2020-07-08Merge pull request #3887 from nextcloud/backport/3885/stable19marco
[stable19] Correctly initialise blur in chrome/chromium
2020-07-08Correctly initialise blur in chromiumJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-07[tx-robot] updated from transifexNextcloud bot
2020-07-06[tx-robot] updated from transifexNextcloud bot
2020-07-05[tx-robot] updated from transifexNextcloud bot
2020-07-04[tx-robot] updated from transifexNextcloud bot
2020-07-03[tx-robot] updated from transifexNextcloud bot
2020-07-02Merge pull request #3869 from ↵Joas Schilling
nextcloud/backport/3863/stable19-fix-logout-failure-if-active-session-was-removed-from-room [stable19] Fix logout failure if active session was removed from room
2020-07-02Catch exceptions during logout cleanupDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-07-02Merge pull request #3866 from nextcloud/backport/3591/stable19Joas Schilling
[stable19] "409 Conflict" on joining a second time in the same conversation
2020-07-01Add browser-storageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Update the session and the call flag when force joiningJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Fix mixin state also when the component is loaded after the state already ↵Joas Schilling
changed Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01If the user has no participant anymore, it was not a conflictJoas Schilling
But they were actually removed from the conversation. Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Add a hack to check if the dialog was closed via the XJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Handle the disinvite event properly when the session was kickedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Don't kill the previous session when we navigate awayJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Trigger a vue event when SessionStorage "joined_conversation" changesJoas Schilling
Otherwise there is no update of the computed and the call screen will not show up. Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Don't show call state when asking to kill the other sessionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Send a signal to disconnect the old session before killing itJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Redirect to a plain page to avoid reconnectionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Show session conflict warning when a session joins again for your own userJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Further pass on the sessionId to leaveRoomAsParticipantJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Leave the room with the old sessionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Add documentation for the conflict handlingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Automatically force join if the session is "old"Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Ask for confirmation to join in case of session conflictJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Always ask if we can join if we are not reloading the pageJoas Schilling
Note: This uses the browsers sessionStorage not the browserStorage. As per https://stackoverflow.com/q/20325763 this is NOT shared between tabs. For us this is the solution we were looking for, as it allows us to identify if a user reloaded a conversation in the same tab, or entered it in another tab. Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Return session id, in call flag and last pingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Also support guests to prevent breaking their sessionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Better handle 404 error as well as all other undefined scenariosJoas Schilling
404: now redirects to /not-found *: now retries after 10 seconds and shows an error and give up after 5 minutes recommending a reload Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Handle duplicated sessions more gracefully with the internal signalingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Optionally return 409 when trying to join a second timeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-30[tx-robot] updated from transifexNextcloud bot
2020-06-29[tx-robot] updated from transifexNextcloud bot
2020-06-28[tx-robot] updated from transifexNextcloud bot
2020-06-26Merge pull request #3855 from nextcloud/backport/3826/stable19Joas Schilling
[stable19] Add cache for video constraints
2020-06-26Merge pull request #3847 from nextcloud/backport/3846/stable19Joas Schilling
[stable19] Improve push notifications for upcoming iOS/Apple changes
2020-06-26Add cache for video constraintsDaniel Calviño Sánchez
When video constraints are adjusted based on the quality applying the default constraints may fail, and a relaxed but roughly equivalent set of constraints has to be found to be applied instead. Until now the check for the valid constraints was done every time the quality was changed. Now a cache is added to keep track of valid constraints for each quality to apply them directly. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-06-26New line as information seperatorJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-26Circumvent long messages breaking the activity app by accidentJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-26[tx-robot] updated from transifexNextcloud bot
2020-06-25Merge pull request #3852 from nextcloud/backport/3845/stable19Joas Schilling
[stable19] Enable fixed postgres tests again
2020-06-25Enable fixed postgres tests againJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-25Sort the users in the participants array before comparingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>