| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-07-23 | Merge branch 'update-win-signing' | Odd Stranne | 2 | -1/+4 | |
| 2018-07-23 | Override dual-signing and use only SHA256 | Odd Stranne | 1 | -0/+2 | |
| 2018-07-23 | Add 'publisherName' to help electron-builder select correct cert | Odd Stranne | 1 | -0/+1 | |
| 2018-07-23 | Bump required Rust version | Odd Stranne | 1 | -1/+1 | |
| 2018-07-23 | Merge branch 'win-integration-tests' | Janito Vaqueiro Ferreira Filho | 7 | -58/+86 | |
| 2018-07-23 | Enable connection tests on all platforms | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2018-07-23 | Add macOS loopback interface to tests | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2018-07-23 | Change mock interface on Windows | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2018-07-23 | Enable account tests on all platforms | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2018-07-23 | Only use Linux-specific `CLOSE_WRITE` on Linux | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2018-07-23 | Enable startup tests on all platforms | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2018-07-23 | Don't pipe daemon output to test process | Janito Vaqueiro Ferreira Filho | 4 | -42/+7 | |
| 2018-07-23 | Create `wait_for_file` helper function | Janito Vaqueiro Ferreira Filho | 1 | -10/+18 | |
| 2018-07-23 | Create `wait_for_burst_of_events` helper method | Janito Vaqueiro Ferreira Filho | 1 | -8/+42 | |
| 2018-07-23 | Remove attribute allowing dead code | Janito Vaqueiro Ferreira Filho | 1 | -2/+0 | |
| 2018-07-23 | Check for administrator permissions on Windows | Janito Vaqueiro Ferreira Filho | 1 | -3/+16 | |
| 2018-07-23 | Merge branch 'remove-headerbar-hidden' | Andrej Mihajlov | 3 | -34/+4 | |
| 2018-07-23 | Remove "hidden" prop from HeaderBar | Andrej Mihajlov | 3 | -34/+4 | |
| 2018-07-23 | Merge branch 'add-settings-navigation' | Andrej Mihajlov | 18 | -216/+184 | |
| 2018-07-23 | Fix tests | Andrej Mihajlov | 7 | -41/+33 | |
| 2018-07-23 | Add settings navigation | Andrej Mihajlov | 11 | -175/+151 | |
| 2018-07-23 | Merge branch 'platform-window-reactxp' | Andrej Mihajlov | 3 | -20/+8 | |
| 2018-07-20 | Migrate PlatformWindow to ReactXP | Andrej Mihajlov | 3 | -20/+8 | |
| 2018-07-19 | Merge branch 'remove-html5-reachability' | Andrej Mihajlov | 1 | -24/+0 | |
| 2018-07-19 | Remove the use of HTML5 reachability API | Andrej Mihajlov | 1 | -24/+0 | |
| 2018-07-19 | Merge branch 'fix-clippy-warnings' | Linus Färnstrand | 5 | -13/+12 | |
| 2018-07-19 | Fix clippy warnings in mullvad-types and mullvad-cli | Linus Färnstrand | 4 | -7/+6 | |
| 2018-07-19 | Fix clippy warnings in talpid-types | Linus Färnstrand | 1 | -6/+6 | |
| 2018-07-18 | Merge branch 'reintegrate-styled-classes' | Andrej Mihajlov | 17 | -154/+124 | |
| 2018-07-18 | Fix the reversed hover logic for red buttons | Andrej Mihajlov | 1 | -2/+2 | |
| 2018-07-18 | Keep button labels white on hover | Andrej Mihajlov | 1 | -2/+2 | |
| 2018-07-18 | Do not depend on node.type.name, instead compare prototypes | Andrej Mihajlov | 2 | -7/+8 | |
| 2018-07-18 | - Reintegrate components/styled into components | Andrej Mihajlov | 17 | -144/+113 | |
| - Drop styled/Button, use RX.Button instead and reset cursor when needed - Scope AppButton and Cell to avoid class clash for Label and SubText - Add missing cursor: default | |||||
| 2018-07-18 | Merge branch 'set-openvpn-iproute-command' | Janito Vaqueiro Ferreira Filho | 5 | -0/+78 | |
| 2018-07-18 | Set `ip` command path on Linux | Janito Vaqueiro Ferreira Filho | 5 | -0/+78 | |
| Use the `which` crate to find the location of the binary file. | |||||
| 2018-07-18 | Updating version in package.json2018.2-beta2 | Linus Färnstrand | 5 | -7/+7 | |
| 2018-07-18 | Add beta2 header to changelog | Linus Färnstrand | 1 | -0/+3 | |
| 2018-07-18 | Merge branch 'fix-relay-list-download' | Emīls Piņķis | 2 | -11/+16 | |
| 2018-07-18 | Remove relay list instructions from README | Emīls Piņķis | 1 | -9/+0 | |
| 2018-07-18 | Parse JSONRPC response for relay list in build.sh | Emīls Piņķis | 1 | -2/+16 | |
| 2018-07-18 | Merge branch 'better-relay-cache-errors' | Linus Färnstrand | 1 | -13/+12 | |
| 2018-07-18 | Don't chain cache and resource reading errors on each other | Linus Färnstrand | 1 | -13/+12 | |
| 2018-07-18 | Merge branch 'connect-tunnel-on-startup' | Andrej Mihajlov | 1 | -0/+11 | |
| 2018-07-18 | Revert the tunnel auto-connect on startup | Andrej Mihajlov | 1 | -0/+11 | |
| 2018-07-17 | Merge branch 'improve-auto-connect-message' | Linus Färnstrand | 1 | -1/+1 | |
| 2018-07-17 | Refer to auto-connect as "computer start" rather than login | Linus Färnstrand | 1 | -1/+1 | |
| 2018-07-17 | Merge branch 'fix-macos-sed-compatibility' | Linus Färnstrand | 1 | -3/+2 | |
| 2018-07-17 | Make sed usage in build.sh macOS compatible | Linus Färnstrand | 1 | -3/+2 | |
| 2018-07-17 | Merge branch 'simplify-running-instance-checking' | Linus Färnstrand | 2 | -15/+10 | |
| 2018-07-17 | Simplify is_another_instance_running | Linus Färnstrand | 2 | -15/+10 | |
