| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-01 | Rename `Props` type of `AdvancedSettings` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 2018-10-01 | Make `Cell.Label` a stateless component | Janito Vaqueiro Ferreira Filho | 4 | -22/+29 | |
| 2018-10-01 | Rename `label` style into `labelText` | Janito Vaqueiro Ferreira Filho | 1 | -3/+7 | |
| 2018-10-01 | Use `Cell` components in `Preferences` container | Janito Vaqueiro Ferreira Filho | 2 | -71/+24 | |
| 2018-10-01 | Create `Cell.Footer` stateless component | Janito Vaqueiro Ferreira Filho | 1 | -0/+25 | |
| 2018-10-01 | Create `Cell.Container` stateless component | Janito Vaqueiro Ferreira Filho | 1 | -1/+15 | |
| 2018-10-01 | Updating version in package files2018.4-beta1 | Linus Färnstrand | 1 | -1/+1 | |
| 2018-09-27 | Add missing mocha import | Andrej Mihajlov | 1 | -0/+2 | |
| 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 | Update nseventmonitor to 0.0.10 | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-09-26 | Disable double click on tray icon | Andrej Mihajlov | 1 | -1/+4 | |
| 2018-09-26 | Update to Electron v3.0 | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-09-26 | Break down Connect on many smaller components | Andrej Mihajlov | 9 | -508/+430 | |
| 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 | |
