| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-09-26 | Disable double click on tray icon | Andrej Mihajlov | 1 | -1/+4 | |
| 2018-09-26 | Update to Electron v3.0 | Andrej Mihajlov | 2 | -43/+52 | |
| 2018-09-26 | Update yarn.lock | Andrej Mihajlov | 1 | -0/+1227 | |
| 2018-09-26 | Break down Connect on many smaller components | Andrej Mihajlov | 10 | -511/+437 | |
| 2018-09-26 | Set text shown when account expiry is unavailable | Janito Vaqueiro Ferreira Filho | 2 | -21/+43 | |
| 2018-09-26 | Fix account expiry type being nullable | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 | |
| 2018-09-24 | Invalidate account cache if account token changes | Janito Vaqueiro Ferreira Filho | 1 | -0/+7 | |
| 2018-09-24 | Remove `WindowStateObserver` | Janito Vaqueiro Ferreira Filho | 7 | -130/+1 | |
| 2018-09-24 | Always update account expiry when window is shown | Janito Vaqueiro Ferreira Filho | 2 | -0/+9 | |
| 2018-09-20 | Periodically update relay list locations | Janito Vaqueiro Ferreira Filho | 1 | -9/+48 | |
| 2018-09-20 | Create separate `verifyAccount` method | Janito Vaqueiro Ferreira Filho | 1 | -10/+27 | |
| 2018-09-20 | Continue logging in when master is unreachable | Janito Vaqueiro Ferreira Filho | 1 | -3/+12 | |
| 2018-09-19 | Show `Reconnecting` message | Janito Vaqueiro Ferreira Filho | 1 | -6/+20 | |
| Avoid showing multiple `Disconnecting` and `Connecting` messages in sequence. | |||||
| 2018-09-19 | Notify tunnel states in notification controller | Janito Vaqueiro Ferreira Filho | 2 | -25/+27 | |
| 2018-09-19 | Add clearer fallback message when authentication fails | Linus Färnstrand | 1 | -2/+4 | |
| 2018-09-19 | Handle marker style in disconnecting state | Janito Vaqueiro Ferreira Filho | 1 | -1/+26 | |
| 2018-09-19 | Handle header color in disconnecting state | Janito Vaqueiro Ferreira Filho | 2 | -6/+29 | |
| 2018-09-19 | Update action after disconnect in redux state | Janito Vaqueiro Ferreira Filho | 3 | -4/+6 | |
| 2018-09-19 | Remove double spread | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 2018-09-19 | Use `TunnelStateTransition` in redux state | Janito Vaqueiro Ferreira Filho | 3 | -48/+41 | |
| 2018-09-19 | Include after disconnect action in new state event | Janito Vaqueiro Ferreira Filho | 1 | -2/+9 | |
| 2018-09-17 | Add authentication failure reason | Janito Vaqueiro Ferreira Filho | 3 | -20/+28 | |
| 2018-09-17 | Add `BlockReason::AuthFailed` | Janito Vaqueiro Ferreira Filho | 2 | -0/+4 | |
| 2018-09-17 | Updating version in package files2018.3 | Linus Färnstrand | 1 | -1/+1 | |
| 2018-09-14 | Move CLI binary back to resource dir on macOS | Linus Färnstrand | 1 | -8/+7 | |
| 2018-09-14 | Don't allow the user to change install dir on Windows | Linus Färnstrand | 1 | -1/+1 | |
| 2018-09-13 | Updating version in package files2018.3-beta1 | Linus Färnstrand | 1 | -1/+1 | |
| 2018-09-13 | Add tests | Andrej Mihajlov | 1 | -0/+60 | |
| 2018-09-13 | Show banner when connection is blocked | Andrej Mihajlov | 6 | -110/+182 | |
| 2018-09-13 | Show app version as soon as possible | Janito Vaqueiro Ferreira Filho | 2 | -12/+22 | |
| 2018-09-13 | Dismiss SelectLocation first to make sure it does not freeze for the ↵ | Andrej Mihajlov | 1 | -2/+3 | |
| duration of updateRelaySettings + connectTunnel | |||||
| 2018-09-13 | Migrate SelectLocation to React.Ref | Andrej Mihajlov | 1 | -23/+11 | |
| 2018-09-13 | Add missing test for relay selection callback | Andrej Mihajlov | 1 | -0/+28 | |
| 2018-09-13 | Limit the amount of state passed to SelectLocation view | Andrej Mihajlov | 3 | -43/+31 | |
| 2018-09-13 | Stop logging notification payloads | Andrej Mihajlov | 1 | -2/+2 | |
| 2018-09-13 | Fix out of date log wording in JsonRpcClient.send() | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-09-13 | Remove deprecated RPC getters | Andrej Mihajlov | 1 | -63/+0 | |
| 2018-09-13 | Add RPC subscription proxy | Andrej Mihajlov | 5 | -143/+271 | |
| 2018-09-13 | Remove calls to fetchRelaySettings | Andrej Mihajlov | 2 | -2/+0 | |
| 2018-09-13 | Add underscore <=> camelCase conversion for RPC schemas | Andrej Mihajlov | 7 | -31/+44 | |
| 2018-09-13 | Add new settings RPC methods | Andrej Mihajlov | 1 | -0/+59 | |
| 2018-09-12 | Remove old `no_account_token` block reason | Janito Vaqueiro Ferreira Filho | 2 | -6/+2 | |
| 2018-09-12 | Fix `ipv6_unavailable` block reason name in GUI | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 | |
| 2018-09-12 | Move the mullvad.exe CLI binary back to resource dir temporarily | Linus Färnstrand | 1 | -1/+0 | |
| 2018-09-10 | Add SubscriptionListener to streamline nullability handling | Andrej Mihajlov | 2 | -16/+33 | |
| 2018-09-10 | Refactor ConnectionObserver | Andrej Mihajlov | 2 | -40/+39 | |
| 2018-09-10 | We never dispose `App` so no need to have a cleanup routine | Andrej Mihajlov | 1 | -15/+0 | |
| 2018-09-10 | Add TunnelStateTransition and TunnelState enum | Andrej Mihajlov | 4 | -69/+50 | |
| 2018-09-10 | Revamp account data cache | Andrej Mihajlov | 1 | -27/+54 | |
| 2018-09-10 | Store accountToken in App | Andrej Mihajlov | 1 | -23/+30 | |
