Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-10 | Fix regression when conference has a password or auth | Saúl Ibarra Corretgé | |
This partially reverts eec6a270c5b2c7c93891dee1f9b49cfd351f7cff. The problem is that when a conference is protected by a password or has auth enabled, the "joined" event will come later, when the user authenticates, so the 10s timeout will kick in. This is not ideal because we react to the onLoad event of an iframe, which doesn't tell us much of *what* is actually loaded, but a new event would be required to properly fix this. | |||
2018-10-10 | Remove no longer needed workaround | Saúl Ibarra Corretgé | |
2018-10-04 | Fixed styled components warning | Saúl Ibarra Corretgé | |
This is the new syntax for extending components. See: https://github.com/styled-components/styled-components/issues/1546 | |||
2018-10-01 | Clarify error message | Saúl Ibarra Corretgé | |
2018-09-28 | Add a 10s join timeout | Saúl Ibarra Corretgé | |
2018-09-28 | Don't mark the conference as loaded early | Saúl Ibarra Corretgé | |
Wait until the joined event. | |||
2018-08-29 | Add placeholder for conference field | Saúl Ibarra Corretgé | |
Also, create a couple of auxiliary functions so we save some indentation in the main render function. | |||
2018-08-14 | Added onboarding | akshitkrnagpal | |
2018-07-27 | Separate conference start time and duration into 2 lines | Saúl Ibarra Corretgé | |
2018-07-27 | Make the conference title stand out in the recent list | Saúl Ibarra Corretgé | |
2018-07-27 | Add recent-list | Akshit Kr Nagpal | |
2018-07-27 | Add conference actions | Akshit Kr Nagpal | |
2018-07-27 | Replace px with em | Akshit Kr Nagpal | |
2018-07-20 | Updated Dependencies | akshitkrnagpal | |
2018-07-15 | Fix: Made host parsing compatible for servers deployed in subdirectory | Akshit Kr Nagpal | |
2018-07-10 | Fixed Error: only one instance of babel-polyfill is allowed | Akshit Kr Nagpal | |
2018-07-10 | Display error when unable to join conference | akshitkrnagpal | |
2018-07-04 | Fix opening of help menu on ESC press | akshitkrnagpal | |
2018-07-03 | Added Start with Audio and Video muted toggles | akshitkrnagpal | |
2018-07-03 | Minor fix in SettingsButton component | akshitkrnagpal | |
2018-06-29 | Replaced getAvatarURL from js-utils | akshitkrnagpal | |
2018-06-29 | Added Prop validation in Navbar Component | Akshit Kr Nagpal | |
2018-06-29 | Comments Fixes | Akshit Kr Nagpal | |
2018-06-29 | Refactor arrow function | akshitkrnagpal | |
2018-06-28 | Simplified code | Saúl Ibarra Corretgé | |
2018-06-28 | Add "about" to help menu | Saúl Ibarra Corretgé | |
2018-06-28 | Add heading to help menu | Saúl Ibarra Corretgé | |
2018-06-28 | Improve dragging experience | Saúl Ibarra Corretgé | |
The entire page is draggable, except: - buttons - any input type - the filmstrip - the chat panel | |||
2018-06-28 | Validate Server URL before setting as Custom Server URL | akshitkrnagpal | |
2018-06-28 | Created separate component and refactored Server URL field | Akshit Kr Nagpal | |
2018-06-28 | Added loading spinner in conference component | akshitkrnagpal | |
The spinner will be visible until jitsi-meet iframe is completely loaded. | |||
2018-06-25 | Add ability to configure the server URL | akshitkrnagpal | |
The configured server URL will be used when the room URL is not a full URL. If a full URL is given, the target server is joined. The default server URL is https://meet.jit.si | |||
2018-06-25 | Refactor handling of domain | Akshit Kr Nagpal | |
Use the concept of a "server URL", since it's URLs we are dealing with, not actul domains. | |||
2018-06-24 | Add keyboard shortcut to open settings drawer | Akshit Kr Nagpal | |
Fixes: #65 | |||
2018-06-21 | Rename XyzAction components to XyzButton | Saúl Ibarra Corretgé | |
The term "action" is quite overloaded since we use redux, so let's call it "button" since that's how it behaves. | |||
2018-06-21 | Simplified code | Saúl Ibarra Corretgé | |
2018-06-21 | Added settings drawer with persistent settings | akshitkrnagpal | |
2018-06-17 | Added Jitsi Logo to navbar | akshitkrnagpal | |
2018-06-12 | fix(google-auth): popup. | hristoterezov | |
2018-06-11 | Updated eslint-config-jitsi | akshitkrnagpal | |
2018-06-08 | Added initial navigation bar | akshitkrnagpal | |
2018-06-05 | Add Redux and use it as the navigator | akshitkrnagpal | |
2018-06-03 | Add initial welcome page | Akshit Kr Nagpal | |
2018-05-24 | Fix eslint warnings | Saúl Ibarra Corretgé | |
2018-05-24 | Change flow syntax | Saúl Ibarra Corretgé | |
2018-05-24 | Configured flow | akshitkrnagpal | |
2018-05-23 | Reorganize source code | Saúl Ibarra Corretgé | |