| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-10-02 | Merge branch 'cell-gui-refactor' | Janito Vaqueiro Ferreira Filho | 10 | -214/+179 |
| 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 | Merge branch 'autogenerate-more-state-machine-code' | Linus Färnstrand | 2 | -83/+45 |
| 2018-10-01 | Generate TunnelStateWrapper::handle_event in macro | Linus Färnstrand | 1 | -29/+15 |
| 2018-10-01 | Don't let the wrapper be responsible for creating initial state | Linus Färnstrand | 1 | -11/+1 |
| 2018-10-01 | Generate TunnelStateWrapper with macro | Linus Färnstrand | 1 | -41/+26 |
| 2018-10-01 | Add debug logging and don't wildcard import enum | Linus Färnstrand | 1 | -12/+13 |
| 2018-10-01 | Updating version in package files2018.4-beta1 | Linus Färnstrand | 5 | -7/+7 |
| 2018-10-01 | Fix changelog for 2018.4-beta1 | Linus Färnstrand | 1 | -3/+6 |
| 2018-09-30 | Merge branch 'download-relay-list-more-frequent' | Linus Färnstrand | 1 | -1/+1 |
| 2018-09-28 | Download relay list every 2 hours instead of 24 | Linus Färnstrand | 1 | -1/+1 |
| 2018-09-28 | Merge branch 'add-cve-numbers-to-changelog' | Linus Färnstrand | 1 | -1/+6 |
| 2018-09-28 | Add CVE identifiers from audit to changes that fixes them | Linus Färnstrand | 1 | -1/+6 |
| 2018-09-28 | Merge branch 'winfw-ipv6-lan' | Odd Stranne | 6 | -0/+143 |
| 2018-09-28 | Merge branch 'fix-reconnection-attempts' | Janito Vaqueiro Ferreira Filho | 1 | -6/+20 |
| 2018-09-28 | Stop reconnection attempt on tunnel state changes | Janito Vaqueiro Ferreira Filho | 1 | -6/+20 |
| 2018-09-28 | Permit IPv6 LAN communication | Odd Stranne | 6 | -0/+143 |
| 2018-09-27 | Merge branch 'sync-authors-metadata' | Linus Färnstrand | 12 | -16/+40 |
| 2018-09-27 | Remove everyone from authors field of libraries | Linus Färnstrand | 8 | -12/+8 |
| 2018-09-27 | Add everyone to the authors field of binaries | Linus Färnstrand | 4 | -4/+32 |
| 2018-09-27 | Merge branch 'fix-flow-issues' | Andrej Mihajlov | 3 | -10/+12 |
| 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-27 | Merge branch 'update-rustfmt' | Linus Färnstrand | 22 | -115/+178 |
| 2018-09-27 | Reformat with rustfmt 0.99.5 | Linus Färnstrand | 22 | -115/+178 |
| 2018-09-27 | Bump required rustc version to 1.29.1 | Linus Färnstrand | 1 | -1/+1 |
| 2018-09-26 | Merge branch 'electron-3.0' | Andrej Mihajlov | 4 | -63/+71 |
| 2018-09-26 | Migrate to new single instance API | Andrej Mihajlov | 1 | -15/+10 |
