aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-18Update versionv1.0.0-alpha.2Saúl Ibarra Corretgé
2018-07-18Don't include version in binary namesSaúl Ibarra Corretgé
2018-07-18Configured auto-updateakshitkrnagpal
2018-07-16Added application menu for enabling copy/paste (MacOS)akshitkrnagpal
2018-07-16Disable babelrc lookupakshitkrnagpal
2018-07-15Force single instance applicationakshitkrnagpal
2018-07-15Fix: Made host parsing compatible for servers deployed in subdirectoryAkshit Kr Nagpal
2018-07-15Added electron target to babel-preset-envAkshit Kr Nagpal
2018-07-13Update versionv1.0.0-alpha.1Saúl Ibarra Corretgé
2018-07-13Added .travis.yml and appveyor.yml for automatic releaseakshitkrnagpal
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-05Configured electron-builder for app releaseakshitkrnagpal
2018-07-04Fix opening of help menu on ESC pressakshitkrnagpal
2018-07-04Show window once ready-to-showakshitkrnagpal
2018-07-04Made Regex compatible on windowsakshitkrnagpal
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-23Update ElectronSaúl Ibarra Corretgé
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-20Remember Window StateAkshit Kr Nagpal
2018-06-19Add extra development utilitiesSaúl Ibarra Corretgé
- devtron - electron-react-devtools
2018-06-19Pin the jitsi-meet-electron-utils dependencySaúl Ibarra Corretgé
2018-06-19Add development shortcutsSaúl Ibarra Corretgé
With the menu bar gone, shortcuts to reload the window or open the DevTools need to be done manually. Thankfully electron-debug takes care of this!
2018-06-19Don't show the menu barSaúl Ibarra Corretgé
2018-06-19StyleSaúl Ibarra Corretgé
2018-06-17Added Jitsi Logo to navbarakshitkrnagpal
2018-06-12fix(google-auth): popup.hristoterezov
2018-06-11Updated eslint-config-jitsiakshitkrnagpal
2018-06-08Update .gitignoreSaúl Ibarra Corretgé
2018-06-08Added initial navigation barakshitkrnagpal
2018-06-05Add Redux and use it as the navigatorakshitkrnagpal
2018-06-03Removed node-loaderakshitkrnagpal
2018-06-03Removed eslint warning overridesakshitkrnagpal