| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-12-11 | Add toggle for block when disconnected setting | Janito Vaqueiro Ferreira Filho | 2 | -0/+24 | |
| 2018-12-11 | Alow setting the block when disconnected setting | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 | |
| 2018-12-11 | Add block when disconnected setting to redux state | Janito Vaqueiro Ferreira Filho | 3 | -0/+25 | |
| 2018-12-11 | Implement RPC call to set block when disconnected | Janito Vaqueiro Ferreira Filho | 2 | -0/+9 | |
| 2018-12-11 | Expect block when disconnected setting | Janito Vaqueiro Ferreira Filho | 2 | -0/+3 | |
| 2018-12-10 | Dismiss notifications after 4 seconds | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2018-12-07 | Handle tray icon when reconnecting | Janito Vaqueiro Ferreira Filho | 1 | -9/+41 | |
| 2018-12-06 | Create `_showMarkerOrSpinner` helper function | Janito Vaqueiro Ferreira Filho | 1 | -6/+15 | |
| Reduce repeated code. | |||||
| 2018-12-05 | Don't show the marker when reconnecting | Janito Vaqueiro Ferreira Filho | 1 | -2/+3 | |
| 2018-12-05 | Show 'blocking internet' banner when reconnecting | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 | |
| 2018-12-05 | Fix Connect screen state when reconnecting | Janito Vaqueiro Ferreira Filho | 2 | -4/+20 | |
| 2018-12-05 | Also show spinner when reconnecting | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 | |
| 2018-12-05 | Updating version in package files2018.6-beta1 | Linus Färnstrand | 1 | -1/+1 | |
| 2018-12-04 | Refactor to reduce repeated code | Janito Vaqueiro Ferreira Filho | 1 | -8/+4 | |
| 2018-12-04 | Remove reconnection loop guard | Janito Vaqueiro Ferreira Filho | 1 | -7/+3 | |
| The guard was preventing legitimate reconnection requests from updating the location. | |||||
| 2018-12-03 | Fix auto-connect when app starts | Janito Vaqueiro Ferreira Filho | 1 | -0/+21 | |
| 2018-11-30 | Cache the user location and handle edge cases when the stale location could ↵ | Andrej Mihajlov | 1 | -3/+26 | |
| be still propagated to the UI | |||||
| 2018-11-21 | Fix minor text clipping issue | Andrej Mihajlov | 1 | -0/+1 | |
| 2018-11-21 | Get rid of defaultTunnelStateTransition and defaultSettings methods | Andrej Mihajlov | 4 | -46/+24 | |
| 2018-11-21 | Add IPC event channel and type all IPC events | Andrej Mihajlov | 4 | -70/+211 | |
| 2018-11-20 | Prevent fetching the location during reconnection loop | Andrej Mihajlov | 1 | -3/+11 | |
| 2018-11-20 | Move location management to the main process | Andrej Mihajlov | 2 | -72/+87 | |
| 2018-11-20 | Fix casing in the Location type | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-11-20 | Move notifications and version fetch to the main process | Andrej Mihajlov | 5 | -129/+229 | |
| 2018-11-19 | Backport https://github.com/jschr/electron-react-redux-boilerplate/pull/70 | Andrej Mihajlov | 1 | -14/+31 | |
| 2018-11-16 | Move relay updates to the main process | Andrej Mihajlov | 2 | -60/+79 | |
| 2018-11-16 | Enable backgroundThrottling | Andrej Mihajlov | 1 | -4/+0 | |
| 2018-11-16 | Move tunnel and settings management from renderer to main | Andrej Mihajlov | 7 | -317/+216 | |
| 2018-11-15 | Move shutdown handling to the main process | Andrej Mihajlov | 4 | -119/+39 | |
| 2018-11-15 | Move DaemonRPC to main and establish a temp bridge using DaemonRPCProxy | Andrej Mihajlov | 29 | -99/+435 | |
| 2018-11-15 | Updating version in package files to 2018.5 | Linus Färnstrand | 1 | -1/+1 | |
| 2018-11-14 | Add SetDnsError to GUI code | Linus Färnstrand | 2 | -0/+4 | |
| 2018-11-14 | Remove crl.pem from code/readme | Linus Färnstrand | 1 | -3/+1 | |
| 2018-11-13 | Add post-transaction hook for RPM package to always enable mullvad-daemon ↵ | Emīls Piņķis | 1 | -0/+1 | |
| upon upgrade/install | |||||
| 2018-11-12 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2018-11-09 | Update eslintrc | Andrej Mihajlov | 2 | -2/+2 | |
| 2018-11-09 | Fix type annotations | Andrej Mihajlov | 2 | -2/+7 | |
| 2018-11-09 | Update to react-connected-router v5 | Andrej Mihajlov | 1 | -8/+6 | |
| 2018-11-09 | Reformat code | Andrej Mihajlov | 1 | -9/+8 | |
| 2018-11-09 | Update packages | Andrej Mihajlov | 3 | -35/+35 | |
| 2018-11-09 | Cancel pending notifications when the app becomes visible | Andrej Mihajlov | 2 | -16/+53 | |
| 2018-11-09 | Prevent inconsistent and unsupported version notifications to be displayed ↵ | Andrej Mihajlov | 1 | -0/+8 | |
| when the app is open | |||||
| 2018-11-08 | Handle being offline on macOS | Linus Färnstrand | 2 | -1/+5 | |
| 2018-11-06 | Add new connection info view | Andrej Mihajlov | 16 | -349/+507 | |
| 2018-11-02 | Relax RPC schema | Andrej Mihajlov | 1 | -22/+26 | |
| 2018-11-02 | Update app ID | Odd Stranne | 1 | -0/+1 | |
| 2018-11-01 | Fix quotes | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-10-31 | Add babel-preset-typescript | Andrej Mihajlov | 2 | -2/+6 | |
| 2018-10-30 | Adjust frontend validation code to allow for introduced proxy settings | Emīls Piņķis | 1 | -0/+41 | |
| 2018-10-30 | Add help text to failed problem report send view | Linus Färnstrand | 1 | -0/+5 | |
