summaryrefslogtreecommitdiffstats
path: root/js/signaling.js
AgeCommit message (Expand)Author
2019-10-09Delete the old UI filesMarco Ambrosini
2019-09-26Add wrapper around "OC.getCurrentUser()" to be able to override the userDaniel Calviño Sánchez
2019-09-19Load older messages when scrolling to the topDaniel Calviño Sánchez
2019-07-22Merge pull request #1971 from nextcloud/fix-pending-forced-reconnection-after...Ivan Sein
2019-07-19Merge pull request #1928 from nextcloud/bugfix/noid/dont-retry-on-defined-errorsJoas Schilling
2019-07-15Fix pending forced reconnection after WebSocket reconnectionDaniel Calviño Sánchez
2019-07-11Force synchronizing rooms on socket reconnectionDaniel Calviño Sánchez
2019-07-11Retry failed room synchronization until successDaniel Calviño Sánchez
2019-07-11Fix rooms no longer synchronized after a previous synchronization failedDaniel Calviño Sánchez
2019-07-11Return the same deferred object when the room synchronization is pendingDaniel Calviño Sánchez
2019-07-11Rename "pending_sync" private property to "_pendingSyncRooms"Daniel Calviño Sánchez
2019-07-10Rename callback parameters to make them clearerDaniel Calviño Sánchez
2019-06-28Don't retry signaling when the room was deleted or restrictedJoas Schilling
2019-05-23Fix joining call before joining room after forced reconnectionDaniel Calviño Sánchez
2019-05-23Fix call flags not kept after joining a pending callDaniel Calviño Sánchez
2019-05-16Force reconnection if video is enabled when it is not being sentDaniel Calviño Sánchez
2019-05-16Add naive forced reconnect with the internal signaling serverDaniel Calviño Sánchez
2019-05-16Add switch to send or not to send video when it is availableDaniel Calviño Sánchez
2019-05-15Fix call flags not kept after forced reconnectionsDaniel Calviño Sánchez
2019-05-15Print log when no longer pulling messages due to repeated failuresDaniel Calviño Sánchez
2019-05-15Move handling of failures pulling messages outside of signaling objectDaniel Calviño Sánchez
2019-05-15Move no MCU warning outside of signaling objectDaniel Calviño Sánchez
2019-05-10Also reload the conversation list every 30s with standalone signalingJoas Schilling
2019-05-10Fix messages not loaded when commands are used with the MCUDaniel Calviño Sánchez
2019-04-17Fix sending signaling messages without payloadDaniel Calviño Sánchez
2019-03-29Readd the nick to the payloads of offer/answerJoas Schilling
2019-03-25Make the warning less pushyJoas Schilling
2019-03-21Update textsJoas Schilling
2019-03-21Show a warning when there are too many participants in a call without externa...Joas Schilling
2019-03-04Fix not stopping local media when the room is deleted during a callDaniel Calviño Sánchez
2019-03-04Fix stopping local media when reconnecting to a call with the MCUDaniel Calviño Sánchez
2019-02-27Update the participant collection when the list changedJoas Schilling
2019-02-18Delay message sending when socket is nullJoas Schilling
2018-12-13Fetch another batch of initial messages if a whole batch was received.Joachim Bauch
2018-12-05Set room left/deleted message as a response to eventsDaniel Calviño Sánchez
2018-11-29Fix room polling not stopped when leaving the current roomDaniel Calviño Sánchez
2018-11-12Fix double slash in generated URLJoas Schilling
2018-11-05Load the signaling settings before starting the embedded Talk appDaniel Calviño Sánchez
2018-09-21Trigger events before/after all received signaling messages.Joachim Bauch
2018-08-24Change "inCall" state to contain bit flagsJoachim Bauch
2018-07-24Make ESlint happyJoas Schilling
2018-07-24Remove useless ping call and "ping" with the signaling fetch insteadJoas Schilling
2018-06-19Fixes after rebase.Joachim Bauch
2018-06-19Make sure to always pass a list in the "usersChanged" event.Joachim Bauch
2018-06-19Re-join call if connection to MCU is interrupted.Joachim Bauch
2018-06-19Support both variants of "sessionid" parameter.Joachim Bauch
2018-06-19Add API to force signaling reconnects, optionally with a new session id.Joachim Bauch
2018-06-19Added new standalone signaling API methods.Joachim Bauch
2018-06-15Merge pull request #910 from nextcloud/more-signaling-fixesIvan Sein
2018-06-12Load potentially missed chat messages after reconnect.Joachim Bauch