summaryrefslogtreecommitdiffstats
path: root/js
AgeCommit message (Expand)Author
2017-11-29Merge pull request #507 from nextcloud/make-possible-to-remove-tabs-from-the-...Joas Schilling
2017-11-22Merge pull request #496 from nextcloud/bugfix/495/ping-missing-when-only-join...Ivan Sein
2017-11-22Do not fall back to the User list when there is no nameJoas Schilling
2017-11-22Ping should work when you joined a roomJoas Schilling
2017-11-17Additional translation attributesArtur Bergen
2017-11-17Merge pull request #483 from nextcloud/fix/481/make-user-leave-the-room-on-un...Ivan Sein
2017-11-16Merge pull request #487 from nextcloud/add-translation-attrJoas Schilling
2017-11-16Add a header with the date when it changes between messagesDaniel Calviño Sánchez
2017-11-16Group temporary near messages by same participantDaniel Calviño Sánchez
2017-11-16also leave the room when the user navigates awayJoas Schilling
2017-11-16Add translation attributeArtur Bergen
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-11Get the current priorities using the tabIds list instead of the regionsDaniel Calviño Sánchez
2017-11-11Make possible to remove tabs from the right sidebarDaniel Calviño Sánchez
2017-11-11Fix SidebarView documentationDaniel Calviño Sánchez
2017-11-11Make calling "selectTabHeader" to implicitly show the content viewDaniel Calviño Sánchez
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