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
path: root/js/app.js
AgeCommit message (Expand)Author
2019-10-09Delete the old UI filesMarco Ambrosini
2019-09-27Merge pull request #2107 from nextcloud/add-support-for-talk-sidebar-in-publi...Joas Schilling
2019-09-26Do not remove other event handlers when setting the active roomDaniel Calviño Sánchez
2019-09-26Extract handler to update the page title on display name changeDaniel Calviño Sánchez
2019-09-26Add wrapper around "OC.getCurrentUser()" to be able to override the userDaniel Calviño Sánchez
2019-09-26Update stored height for new message field when chat view is resizedDaniel Calviño Sánchez
2019-08-28Merge pull request #2016 from nextcloud/warn-the-user-if-speaking-while-mutedJoas Schilling
2019-08-28Show speaking while muted warning with a tooltip on the audio buttonDaniel Calviño Sánchez
2019-08-28Show notification when the user speaks while mutedDaniel Calviño Sánchez
2019-08-28Show empty content view when current participant is in the lobbyDaniel Calviño Sánchez
2019-08-28Add UI to set the lobby stateDaniel Calviño Sánchez
2019-08-28Extract methods to set the main viewDaniel Calviño Sánchez
2019-08-20Replace deprecated tooltip function calls with recommended functionsDaniel Calviño Sánchez
2019-07-16Fix using "activeRoom" in the shortcut handler before joining a roomDaniel Calviño Sánchez
2019-07-05Only react to shortcuts which can be used and make senseJoas Schilling
2019-06-07Sync and set active room when joined only in ApplicationDaniel Calviño Sánchez
2019-06-07Do not set guest name if joined room is not current roomDaniel Calviño Sánchez
2019-05-28Fix message list not reloaded after being shown againDaniel Calviño Sánchez
2019-05-16Do not send video by default in rooms with 5 or more than 5 participantsDaniel Calviño Sánchez
2019-05-16Adjust default enabled media when joining callsDaniel Calviño Sánchez
2019-05-15Fix video status not kept after forced reconnectionsDaniel Calviño Sánchez
2019-05-15Move no MCU warning outside of signaling objectDaniel Calviño Sánchez
2019-04-16Fix handling of WebRTC supported but "getUserMedia" not availableDaniel Calviño Sánchez
2019-04-10Do not show the CollectionsView when the participant list is shownDaniel Calviño Sánchez
2019-04-08Rename linked collections to projectsJoas Schilling
2019-04-01Automatically close the sidebar when opening changelog conversationJoas Schilling
2019-04-01Start changelog implementationJoas Schilling
2019-03-27Add sidebar tabJulius Härtl
2019-03-27WIP: Add collections frontendJulius Härtl
2019-03-25Disable the chat input and the call button for read-only conversationsJoas Schilling
2019-02-27Handle empty room names gracefullyJoas Schilling
2019-02-27Make room names non-optionalJoas Schilling
2019-02-25Move handling of enabling and disabling the video to LocalVideoViewDaniel Calviño Sánchez
2019-02-25Collapse if clausesDaniel Calviño Sánchez
2019-02-25Combine methods to enable and disable videoDaniel Calviño Sánchez
2019-02-25Use an implicit attribute to store whether the hint was displayed or notDaniel Calviño Sánchez
2019-02-25Move handling of avatars to LocalVideoViewDaniel Calviño Sánchez
2019-02-25Use explicit CSS classes instead of implicit stylesDaniel Calviño Sánchez
2019-02-25Extract initial state of view for a local participant in a callDaniel Calviño Sánchez
2019-02-25Remove unused elementDaniel Calviño Sánchez
2019-02-25Combine methods to set video as available or not availableDaniel Calviño Sánchez
2019-02-25Combine methods to set audio as available or not availableDaniel Calviño Sánchez
2019-02-25Combine methods to enable and disable videoDaniel Calviño Sánchez
2019-02-25Combine methods to enable and disable audioDaniel Calviño Sánchez
2019-02-25Rename and adjust "videoDisabled" to "videoEnabled"Daniel Calviño Sánchez
2019-02-25Rename and adjust "audioDisabled" to "audioEnabled"Daniel Calviño Sánchez
2019-02-25Inline "enableVideoUI" and "hideVideo"Daniel Calviño Sánchez
2019-02-21Make "disableVideo" consistent with "enableVideo"Daniel Calviño Sánchez
2019-02-21Fix disabling video when joining a call in a room with > 5 participantsDaniel Calviño Sánchez
2019-01-24Reset page title when current room is leftDaniel Calviño Sánchez