aboutsummaryrefslogtreecommitdiff
path: root/app/features
AgeCommit message (Collapse)Author
2018-10-10Fix regression when conference has a password or authSaú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-10Remove no longer needed workaroundSaúl Ibarra Corretgé
2018-10-04Fixed styled components warningSaúl Ibarra Corretgé
This is the new syntax for extending components. See: https://github.com/styled-components/styled-components/issues/1546
2018-10-01Clarify error messageSaúl Ibarra Corretgé
2018-09-28Add a 10s join timeoutSaúl Ibarra Corretgé
2018-09-28Don't mark the conference as loaded earlySaúl Ibarra Corretgé
Wait until the joined event.
2018-08-29Add placeholder for conference fieldSaúl Ibarra Corretgé
Also, create a couple of auxiliary functions so we save some indentation in the main render function.
2018-08-14Added onboardingakshitkrnagpal
2018-07-27Separate conference start time and duration into 2 linesSaúl Ibarra Corretgé
2018-07-27Make the conference title stand out in the recent listSaúl Ibarra Corretgé
2018-07-27Add recent-listAkshit Kr Nagpal
2018-07-27Add conference actionsAkshit Kr Nagpal
2018-07-27Replace px with emAkshit Kr Nagpal
2018-07-20Updated Dependenciesakshitkrnagpal
2018-07-15Fix: Made host parsing compatible for servers deployed in subdirectoryAkshit Kr Nagpal
2018-07-10Fixed Error: only one instance of babel-polyfill is allowedAkshit Kr Nagpal
2018-07-10Display error when unable to join conferenceakshitkrnagpal
2018-07-04Fix opening of help menu on ESC pressakshitkrnagpal
2018-07-03Added Start with Audio and Video muted togglesakshitkrnagpal
2018-07-03Minor fix in SettingsButton componentakshitkrnagpal
2018-06-29Replaced getAvatarURL from js-utilsakshitkrnagpal
2018-06-29Added Prop validation in Navbar ComponentAkshit Kr Nagpal
2018-06-29Comments FixesAkshit Kr Nagpal
2018-06-29Refactor arrow functionakshitkrnagpal
2018-06-28Simplified codeSaúl Ibarra Corretgé
2018-06-28Add "about" to help menuSaúl Ibarra Corretgé
2018-06-28Add heading to help menuSaúl Ibarra Corretgé
2018-06-28Improve dragging experienceSaúl Ibarra Corretgé
The entire page is draggable, except: - buttons - any input type - the filmstrip - the chat panel
2018-06-28Validate Server URL before setting as Custom Server URLakshitkrnagpal
2018-06-28Created separate component and refactored Server URL fieldAkshit Kr Nagpal
2018-06-28Added loading spinner in conference componentakshitkrnagpal
The spinner will be visible until jitsi-meet iframe is completely loaded.
2018-06-25Add ability to configure the server URLakshitkrnagpal
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-25Refactor handling of domainAkshit Kr Nagpal
Use the concept of a "server URL", since it's URLs we are dealing with, not actul domains.
2018-06-24Add keyboard shortcut to open settings drawerAkshit Kr Nagpal
Fixes: #65
2018-06-21Rename XyzAction components to XyzButtonSaú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-21Simplified codeSaúl Ibarra Corretgé
2018-06-21Added settings drawer with persistent settingsakshitkrnagpal
2018-06-17Added Jitsi Logo to navbarakshitkrnagpal
2018-06-12fix(google-auth): popup.hristoterezov
2018-06-11Updated eslint-config-jitsiakshitkrnagpal
2018-06-08Added initial navigation barakshitkrnagpal
2018-06-05Add Redux and use it as the navigatorakshitkrnagpal
2018-06-03Add initial welcome pageAkshit Kr Nagpal
2018-05-24Fix eslint warningsSaúl Ibarra Corretgé
2018-05-24Change flow syntaxSaúl Ibarra Corretgé
2018-05-24Configured flowakshitkrnagpal
2018-05-23Reorganize source codeSaúl Ibarra Corretgé