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 (Expand)Author
2022-04-29Update connections rather than create new ones on "negotiationneeded"Daniel Calviño Sánchez
2022-04-06Merge pull request #7080 from nextcloud/fix-forced-reconnections-when-the-hpb...Joas Schilling
2022-04-01Fix not joining call again due to call flags in forced reconnectionsDaniel Calviño Sánchez
2022-03-31Fix joining call before leaving first in forced reconnectionsfix-forced-reconnections-when-the-hpb-is-not-usedDaniel Calviño Sánchez
2022-03-24Replace deprecated String.prototype.substr()Tobias Speicher
2022-01-13Don't update the participant list when only you joinedJoas Schilling
2022-01-13Remove left users from signaling list after a reconnectionDaniel Calviño Sánchez
2021-12-15Don't reload the room list if only the participants changedJoas Schilling
2021-11-04Use hasFeature functionJoas Schilling
2021-11-03Show an error message to users with the HPB is incompatibleJoas Schilling
2021-11-03Leave call when participant was remotely disconnected from the callDaniel Calviño Sánchez
2021-11-03Add button to end meeting for allVincent Petry
2021-09-01Handle errors betterJoas Schilling
2021-08-31More doc fixesJoas Schilling
2021-08-23Fix event names to kebap-caseJoas Schilling
2021-08-23Fix license tagJoas Schilling
2021-08-23AutofixesJoas Schilling
2021-06-17Fix hasOwnPropertyMarco Ambrosini
2021-06-17Lint fixMarco Ambrosini
2021-06-07Fix call flags not updated when disabling or reenabling devicesDaniel Calviño Sánchez
2021-06-07Fix current call flags not respected in forced reconnections without HPBDaniel Calviño Sánchez
2021-05-19Remove previous versions for signaling endpointsDaniel Calviño Sánchez
2021-05-19Fix generateOcsUrl() callsJoas Schilling
2021-04-07Handle failed server responses more gracefullyJoas Schilling
2021-03-09Merge pull request #5194 from nextcloud/techdebt/noid/multi-sessionVincent Petry
2021-03-08No duplicate session warning per seJoas Schilling
2021-03-08Move to APIv4Joas Schilling
2021-03-05Add hint of issue in notification about error connecting to signalingDaniel Calviño Sánchez
2021-03-05Show error notification also when signaling hello message failsDaniel Calviño Sánchez
2021-02-12Fix redirect when deleting current conversationVincent Petry
2020-11-26Add constants for SIP flags and pass on the eventJoas Schilling
2020-10-12Use defined constantsJoas Schilling
2020-08-27Fix permanent timeoutJoas Schilling
2020-08-20Fix forced reconnections for guests when the HPB is usedDaniel Calviño Sánchez
2020-07-01Handle the disinvite event properly when the session was kickedJoas Schilling
2020-07-01Redirect to a plain page to avoid reconnectionsJoas Schilling
2020-07-01Show session conflict warning when a session joins again for your own userJoas Schilling
2020-07-01Better handle 404 error as well as all other undefined scenariosJoas Schilling
2020-07-01Handle duplicated sessions more gracefully with the internal signalingJoas Schilling
2020-06-02Reduce console logging unless in debugJoas Schilling
2020-05-26Replace deprecated OC.redirect() with the correct way to redirectJoas Schilling
2020-05-26Fix "joinCall" of standalone signaling not returning a promiseDaniel Calviño Sánchez
2020-05-19Do not fetch all conversations when joining or leaving a callDaniel Calviño Sánchez
2020-05-19Do not fetch all conversations on room participants update eventsDaniel Calviño Sánchez
2020-05-12Replace "OC.generateUrl" with "generateUrl"Daniel Calviño Sánchez
2020-05-12Replace "OC.linkToOCS" with "generateOcsUrl"Daniel Calviño Sánchez
2020-05-12Refresh the session before closing the connectionJoas Schilling
2020-05-12Also check the sessionId when delaying the joinRoomJoas Schilling
2020-05-12Rebuild the signaling connection when necessaryJoas Schilling
2020-05-12Make the signaling based on conversationsJoas Schilling