| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-08-15 | Add workspaces | Andrej Mihajlov | 9 | -441/+0 | |
| 2018-08-14 | Implement IPv6 enable/disable in GUI | Janito Vaqueiro Ferreira Filho | 1 | -1/+15 | |
| 2018-08-08 | Add missing @flow | Andrej Mihajlov | 2 | -0/+2 | |
| 2018-08-08 | Add launch screen | Andrej Mihajlov | 1 | -0/+23 | |
| 2018-08-08 | Use appropriate history methods when navigating between pages | Andrej Mihajlov | 8 | -28/+33 | |
| 2018-08-08 | Pull account expiry on demand | Andrej Mihajlov | 2 | -4/+6 | |
| 2018-08-07 | Migrate to connected-react-router | Andrej Mihajlov | 8 | -8/+8 | |
| Since react-router-redux is deprecated | |||||
| 2018-07-24 | Localize expiry time | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2018-07-24 | Copy account token to clipboard when clicked | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 | |
| 2018-07-16 | Add auto-start and auto-connect fields to Preferences | Andrej Mihajlov | 1 | -1/+20 | |
| 2018-07-05 | Add initial form data to Support form, save form data when failed to submit ↵ | Andrej Mihajlov | 1 | -11/+10 | |
| the problem report | |||||
| 2018-07-05 | Replace Backend with AppRenderer | Andrej Mihajlov | 6 | -25/+13 | |
| 2018-07-03 | Migrate to app.getVersion() | Andrej Mihajlov | 1 | -3/+2 | |
| 2018-07-03 | Pass individual props instead of AccountReduxState | Andrej Mihajlov | 1 | -11/+15 | |
| 2018-07-03 | Remove tests that we are not going to fix | Andrej Mihajlov | 1 | -8/+16 | |
| 2018-07-03 | Refactor IpcFacade to DaemonRpc and JsonRpcWs to JsonRpcTransport | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-06-14 | Update mapStateToProps to include only relevant fields | Andrej Mihajlov | 4 | -9/+14 | |
| 2018-06-12 | Update account expiry when showing the account details | Andrej Mihajlov | 1 | -2/+8 | |
| 2018-06-05 | Add formatted source code | Andrej Mihajlov | 8 | -34/+61 | |
| 2018-02-01 | Read the version from package.json instead of from electron | Erik Larkö | 1 | -2/+2 | |
| 2018-02-01 | Show the app version in the settings view | Erik Larkö | 1 | -1/+7 | |
| 2018-01-29 | Calculate map offset dynamically and refine the Connect.state | Andrej Mihajlov | 1 | -1/+36 | |
| 2018-01-20 | Move problem report handling from supportPage | anderklander | 1 | -67/+4 | |
| To be able to handle problem reports on mobile. Also moves ipc for collect-logs from tray to onReady. | |||||
| 2018-01-15 | Remove unused shell form supportPage | anderklander | 1 | -1/+1 | |
| 2018-01-15 | OpenLink in SettingsPage | anderklander | 1 | -2/+2 | |
| 2018-01-15 | OpenLink in containers | anderklander | 3 | -6/+6 | |
| 2018-01-15 | Move logging to platform dependent file | anderklander | 3 | -4/+4 | |
| And change open to openLink/openItem in platform.js | |||||
| 2018-01-03 | Convert preferences to ReactXP | Andrej Mihajlov | 1 | -2/+5 | |
| 2018-01-03 | Wire up PreferencesPage and allowLan setting | Andrej Mihajlov | 1 | -2/+5 | |
| 2018-01-03 | Add Preferences page | Andrej Mihajlov | 2 | -0/+21 | |
| 2017-12-19 | Drop hardcoded servers in favor of relay locations | Andrej Mihajlov | 1 | -1/+0 | |
| 2017-12-14 | Rebase fixes | Erik Larkö | 2 | -1/+1 | |
| 2017-12-14 | Links/exit in platform.js | anderklander | 4 | -16/+10 | |
| moved separate small files to platform.js to handle platform specific tasks | |||||
| 2017-12-14 | Reactxp starter pack | anderklander | 4 | -8/+14 | |
| Some changes in app init and rendering the header bar in reactxp. Moved linking and exit to separate files for web/mobile | |||||
| 2017-12-06 | Enable flow for ConnectPage | Andrej Mihajlov | 1 | -7/+23 | |
| 2017-12-06 | Enable flow for SupportPage | Andrej Mihajlov | 1 | -5/+11 | |
| 2017-12-06 | Enable flow for SettingsPage | Andrej Mihajlov | 1 | -8/+12 | |
| 2017-12-06 | Enable flow for SelectLocationPage | Andrej Mihajlov | 1 | -6/+12 | |
| 2017-12-06 | Enable flow for LoginPage | Andrej Mihajlov | 1 | -7/+21 | |
| 2017-12-06 | Enable flow for AccountPage | Andrej Mihajlov | 1 | -6/+13 | |
| 2017-12-06 | Fix flow crash on dispatch without annotated type | Andrej Mihajlov | 1 | -1/+3 | |
| 2017-12-06 | Fix flow annotations for AdvancedSettingsPage | Andrej Mihajlov | 1 | -2/+5 | |
| 2017-12-06 | Use RelayLocation to obtain server information | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-12-06 | Add relay constraint builder and basic tests | Andrej Mihajlov | 2 | -31/+44 | |
| 2017-12-06 | Add relay settings fetch | Andrej Mihajlov | 1 | -1/+1 | |
| Backend.connect() won’t accept connection info anymore. Use Backend.updateRelaySettings() to set the constraints to be able to connect the tunnel. | |||||
| 2017-12-05 | Adjust SelectLocation component to support RelayLocation | Andrej Mihajlov | 1 | -13/+8 | |
| 2017-12-05 | Fix flow issue for unchecked promise | Andrej Mihajlov | 1 | -5/+6 | |
| 2017-11-23 | Pass protocol and port to Backend#connect | Andrej Mihajlov | 1 | -8/+13 | |
| 2017-11-23 | Change default udp port to 1301 | Linus Färnstrand | 1 | -2/+2 | |
| 2017-11-23 | Temporary hardcode automatic constraints selection since we cannot use | Andrej Mihajlov | 1 | -27/+20 | |
| any constraint with custom tunnel endpoint | |||||
