summaryrefslogtreecommitdiffstats
path: root/js
AgeCommit message (Expand)Author
2017-11-15Merge pull request #478 from nextcloud/fix-slow-update-of-join-leave-call-buttonIvan Sein
2017-11-15Fix slow update of "Join/leave call" buttonDaniel Calviño Sánchez
2017-11-15Fix call info rendering blocked for normal (not moderator) usersDaniel Calviño Sánchez
2017-11-15Merge pull request #474 from nextcloud/fix-463-enter-is-sendIvan Sein
2017-11-15Fix app name in browser titleJoas Schilling
2017-11-14Submit chat messages with Enter and use Shift+Enter for new linesJoas Schilling
2017-11-10Merge pull request #464 from nextcloud/leave_users_on_room_leaveJoas Schilling
2017-11-10Fix eslintJoas Schilling
2017-11-03Rearrange steps in startSpreed function (fix problems joining a room from a u...Ivan Sein
2017-11-03Added missing leave call function.Ivan Sein
2017-11-03Fix the UI to correctly join the room and the callJoas Schilling
2017-11-03Trigger "usersLeft" event for remaining users when leaving room.Joachim Bauch
2017-11-03Add chat view to sidebar tabDaniel Calviño Sánchez
2017-11-03Add basic view for chatDaniel Calviño Sánchez
2017-11-03Add support for changing the room of a ChatMessageCollectionDaniel Calviño Sánchez
2017-11-03Add incremental wait before trying to get messages again after a failureDaniel Calviño Sánchez
2017-11-03Add method to stop pollingDaniel Calviño Sánchez
2017-11-03Add method to perform long polling on the modelDaniel Calviño Sánchez
2017-11-03Fix the order of chat message models in the collectionDaniel Calviño Sánchez
2017-11-03Add basic Backbone models for chat messagesDaniel Calviño Sánchez
2017-11-02Fix eslint error.Joachim Bauch
2017-11-02Update room list after reconnect.Joachim Bauch
2017-11-02Update UI for participants if room is deleted by another user.Joachim Bauch
2017-11-02Fixed getting checkbox value.Joachim Bauch
2017-11-02Fix passing of configured servers to the UI and wrong own URL to validate users.Joachim Bauch
2017-11-02Only use standalone server if a non-empty list of URLs is configured.Joachim Bauch
2017-11-02Allow multiple signaling serversJoas Schilling
2017-11-02Detect and handle case where sessions no longer exist after a reconnect.Joachim Bauch
2017-11-02Remove duplicate method.Joachim Bauch
2017-11-02Added method to check for features provided by the server.Joachim Bauch
2017-11-02Switch to new "resumeid" for resuming sessions.Joachim Bauch
2017-11-02Allow setting up multiple signaling servers.Joachim Bauch
2017-11-02Set STUN/TURN server through settings instead of performing requests.Joachim Bauch
2017-11-02Pass all signaling-related settings as JSON object to frontend.Joachim Bauch
2017-11-02Don't manually update list of rooms.Joachim Bauch
2017-11-02Add frontend support for the standalone signaling server.Joachim Bauch
2017-11-02Implement backend APIs to be used by standalone signaling server.Joachim Bauch
2017-11-02Merge pull request #458 from nextcloud/add-support-for-right-sidebar-in-publi...Ivan Sein
2017-11-02Improve wording of placeholder for guest name when it is not setDaniel Calviño Sánchez
2017-10-30Add sidebar to public pageDaniel Calviño Sánchez
2017-10-30Move guest name from header to right sidebarDaniel Calviño Sánchez
2017-10-30Add support for a label placeholder in EditableTextLabelDaniel Calviño Sánchez
2017-10-30Replace custom code with LocalStorageModel for guest nameDaniel Calviño Sánchez
2017-10-30Add a Backbone model for the local storage of the browserDaniel Calviño Sánchez
2017-10-30Fix call info not being rendered when a password is setDaniel Calviño Sánchez
2017-10-30Replace custom code with EditableTextLabel for room nameDaniel Calviño Sánchez
2017-10-30Add Marionette view for editable text labelsDaniel Calviño Sánchez
2017-10-29Rename a room through the room model instead of a custom ajax callDaniel Calviño Sánchez
2017-10-29Use "displayName" instead of "name" in functions to change a room nameDaniel Calviño Sánchez
2017-10-29Unify room synchronization for users and guestsDaniel Calviño Sánchez