| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-10-02 | Remove leftover account token copy timer | Janito Vaqueiro Ferreira Filho | 1 | -8/+0 |
| 2018-10-02 | Fix login account menu remove button hover | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-10-02 | Remove unused login `Img` hovering | Janito Vaqueiro Ferreira Filho | 2 | -4/+0 |
| 2018-10-01 | Restore usage of `Cell.Label` in `Login` | Janito Vaqueiro Ferreira Filho | 2 | -13/+10 |
| 2018-10-01 | Support additional props in `Cell.Label` | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 |
| 2018-10-01 | Allow further style customization in `Cell.Label` | Janito Vaqueiro Ferreira Filho | 1 | -4/+15 |
| 2018-10-01 | Tweak padding for `CellButton` | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2018-10-01 | Tweak `Cell.Label` margin | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2018-10-01 | Remove child property mapping in `CellButton` | Janito Vaqueiro Ferreira Filho | 1 | -53/+3 |
| 2018-10-01 | Replace usage of `Cell.Img` with `Cell.Icon` | Janito Vaqueiro Ferreira Filho | 3 | -13/+11 |
| 2018-10-01 | Handle hovering in `Cell.SubText` | Janito Vaqueiro Ferreira Filho | 1 | -4/+9 |
| 2018-10-01 | Rename `style.cell` into `style.cellButton` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2018-10-01 | Create `Cell.Icon` component with hover support | Janito Vaqueiro Ferreira Filho | 1 | -0/+19 |
| 2018-10-01 | Handle hovering in `Cell.Label` | Janito Vaqueiro Ferreira Filho | 1 | -4/+13 |
| 2018-10-01 | Create `CellHoverContext` React context | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2018-10-01 | Make `Cell.SubText` a stateless component | Janito Vaqueiro Ferreira Filho | 1 | -1/+13 |
| 2018-10-01 | Use `Cell` components in `AdvancedSettings` | Janito Vaqueiro Ferreira Filho | 2 | -42/+6 |
| 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 | 2 | -4/+4 |
| 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 |
| 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 |
