Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-18 | Update versionv1.0.0-alpha.2 | Saúl Ibarra Corretgé | |
2018-07-18 | Don't include version in binary names | Saúl Ibarra Corretgé | |
2018-07-18 | Configured auto-update | akshitkrnagpal | |
2018-07-16 | Added application menu for enabling copy/paste (MacOS) | akshitkrnagpal | |
2018-07-16 | Disable babelrc lookup | akshitkrnagpal | |
2018-07-15 | Force single instance application | akshitkrnagpal | |
2018-07-15 | Fix: Made host parsing compatible for servers deployed in subdirectory | Akshit Kr Nagpal | |
2018-07-15 | Added electron target to babel-preset-env | Akshit Kr Nagpal | |
2018-07-13 | Update versionv1.0.0-alpha.1 | Saúl Ibarra Corretgé | |
2018-07-13 | Added .travis.yml and appveyor.yml for automatic release | akshitkrnagpal | |
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-05 | Configured electron-builder for app release | akshitkrnagpal | |
2018-07-04 | Fix opening of help menu on ESC press | akshitkrnagpal | |
2018-07-04 | Show window once ready-to-show | akshitkrnagpal | |
2018-07-04 | Made Regex compatible on windows | 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-23 | Update Electron | Saúl Ibarra Corretgé | |
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-20 | Remember Window State | Akshit Kr Nagpal | |
2018-06-19 | Add extra development utilities | Saúl Ibarra Corretgé | |
- devtron - electron-react-devtools | |||
2018-06-19 | Pin the jitsi-meet-electron-utils dependency | Saúl Ibarra Corretgé | |
2018-06-19 | Add development shortcuts | Saú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-19 | Don't show the menu bar | Saúl Ibarra Corretgé | |
2018-06-19 | Style | Saúl Ibarra Corretgé | |
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 | Update .gitignore | Saúl Ibarra Corretgé | |
2018-06-08 | Added initial navigation bar | akshitkrnagpal | |
2018-06-05 | Add Redux and use it as the navigator | akshitkrnagpal | |
2018-06-03 | Removed node-loader | akshitkrnagpal | |
2018-06-03 | Removed eslint warning overrides | akshitkrnagpal | |