| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-09-27 | Fix flow issues and drop unused testName props | Andrej Mihajlov | 2 | -10/+10 |
| 2018-09-26 | Migrate to new single instance API | Andrej Mihajlov | 1 | -15/+10 |
| 2018-09-26 | Disable double click on tray icon | Andrej Mihajlov | 1 | -1/+4 |
| 2018-09-26 | Break down Connect on many smaller components | Andrej Mihajlov | 3 | -316/+262 |
| 2018-09-26 | Set text shown when account expiry is unavailable | Janito Vaqueiro Ferreira Filho | 1 | -17/+31 |
| 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 |
| 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 | 1 | -4/+13 |
| 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 | 2 | -33/+29 |
| 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 | 2 | -18/+26 |
| 2018-09-17 | Add `BlockReason::AuthFailed` | Janito Vaqueiro Ferreira Filho | 2 | -0/+4 |
| 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 duration... | Andrej Mihajlov | 1 | -2/+3 |
| 2018-09-13 | Migrate SelectLocation to React.Ref | Andrej Mihajlov | 1 | -23/+11 |
| 2018-09-13 | Limit the amount of state passed to SelectLocation view | Andrej Mihajlov | 2 | -11/+13 |
| 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 | 6 | -30/+43 |
| 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-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 |
| 2018-09-10 | Add disconnecting state | Andrej Mihajlov | 4 | -60/+86 |
| 2018-09-10 | Remove unused code | Andrej Mihajlov | 1 | -23/+1 |
| 2018-09-10 | Reconnect to GUI to daemon if socket was disconnected abruptly | Emīls Piņķis | 3 | -35/+38 |
| 2018-09-07 | Remove daemon state from redux | Andrej Mihajlov | 4 | -73/+0 |
| 2018-09-07 | Hack the history to prevent user from coming to restricted screens | Andrej Mihajlov | 1 | -2/+23 |
| 2018-09-07 | Remove smart routes | Andrej Mihajlov | 2 | -106/+24 |
| 2018-09-06 | Fix relay list schema | Emīls Piņķis | 2 | -4/+2 |
