| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-07-05 | Move patch section to workspace manifest | Emīls | 1 | -0/+3 |
| 2018-07-05 | Use bundled CA | Linus Färnstrand | 10 | -65/+87 |
| 2018-07-05 | Add Let's encrypt root CA to dist-assets | Linus Färnstrand | 2 | -0/+22 |
| 2018-07-05 | Remove special connect() constructor for problem report | Linus Färnstrand | 2 | -7/+5 |
| 2018-07-05 | Statically link towards custom OpenSSL | Linus Färnstrand | 1 | -1/+7 |
| 2018-07-05 | Merge branch 'tray-icon-windows' | Andrej Mihajlov | 5 | -35/+45 |
| 2018-07-05 | Update changes | Andrej Mihajlov | 1 | -0/+3 |
| 2018-07-05 | Fix number of bugs in tray icon handling on Windows | Andrej Mihajlov | 1 | -26/+32 |
| 2018-07-05 | Upgrade prettier and add cross-env for it to work on Windows | Andrej Mihajlov | 2 | -6/+6 |
| 2018-07-05 | Fix windows -> win32 | Andrej Mihajlov | 1 | -2/+2 |
| 2018-07-05 | Remove window from taskbar | Andrej Mihajlov | 1 | -0/+1 |
| 2018-07-05 | Remove unused electron import | Andrej Mihajlov | 1 | -3/+3 |
| 2018-07-05 | Merge branch 'remove-backend' | Andrej Mihajlov | 20 | -774/+700 |
| 2018-07-05 | Update changelog | Andrej Mihajlov | 1 | -0/+3 |
| 2018-07-05 | Remove duplicate keys for blue80 from config.json | Andrej Mihajlov | 1 | -2/+0 |
| 2018-07-05 | Use editable instead of disabled in AccountInput and shallow compare all props | Andrej Mihajlov | 2 | -7/+9 |
| 2018-07-05 | Upgrade reactxp to 1.3.0 | Andrej Mihajlov | 2 | -40/+41 |
| 2018-07-05 | Replace Backend with AppRenderer | Andrej Mihajlov | 14 | -725/+647 |
| 2018-07-05 | Merge branch 'fix-test-race-condition' | Janito Vaqueiro Ferreira Filho | 1 | -8/+11 |
| 2018-07-04 | Fix race condition on mock OpenVPN arguments file | Janito Vaqueiro Ferreira Filho | 1 | -8/+11 |
| 2018-07-04 | Merge branch 'improve-linux-dns-errors' | Janito Vaqueiro Ferreira Filho | 1 | -66/+46 |
| 2018-07-04 | Create `restore_from_backup` helper function | Janito Vaqueiro Ferreira Filho | 1 | -41/+26 |
| 2018-07-03 | Refactor `update_backup` into `write_backup` | Janito Vaqueiro Ferreira Filho | 1 | -23/+14 |
| 2018-07-03 | Refactor Linux DNS errors | Janito Vaqueiro Ferreira Filho | 1 | -31/+35 |
| 2018-07-03 | Merge branch 'account-tests' | Janito Vaqueiro Ferreira Filho | 5 | -102/+267 |
| 2018-07-03 | Merge branch 'make-linux-firewall-send' | Linus Färnstrand | 1 | -5/+7 |
| 2018-07-03 | Test if account token is updated | Janito Vaqueiro Ferreira Filho | 1 | -1/+29 |
| 2018-07-03 | Test if account token is used correctly | Janito Vaqueiro Ferreira Filho | 1 | -0/+55 |
| 2018-07-03 | Move wait for file in test helper functions | Janito Vaqueiro Ferreira Filho | 1 | -8/+8 |
| 2018-07-03 | Refactor file notification monitoring in tests | Janito Vaqueiro Ferreira Filho | 3 | -62/+119 |
| 2018-07-03 | Delete mock OpenVPN command line file when exiting | Janito Vaqueiro Ferreira Filho | 1 | -2/+8 |
| 2018-07-03 | Create `Result` type alias | Janito Vaqueiro Ferreira Filho | 1 | -7/+9 |
| 2018-07-03 | Create `search_openvpn_args` helper function | Janito Vaqueiro Ferreira Filho | 2 | -13/+24 |
| 2018-07-03 | Create `mock_openvpn` sub-module | Janito Vaqueiro Ferreira Filho | 2 | -2/+4 |
| 2018-07-03 | Change interface name used for tunnel up event | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-07-03 | Increase state change event timeout | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-07-03 | Fix mock relay list used for testing | Janito Vaqueiro Ferreira Filho | 1 | -15/+19 |
| 2018-07-03 | Don't store Table in Linux firewall to make it impl Send | Linus Färnstrand | 1 | -5/+7 |
| 2018-07-03 | Merge branch 'app-overhaul' | Andrej Mihajlov | 39 | -2051/+1578 |
| 2018-07-03 | Migrate to app.getVersion() | Andrej Mihajlov | 4 | -12/+18 |
| 2018-07-03 | Add productName to package.json and migrate to using app.getName() | Andrej Mihajlov | 3 | -15/+7 |
| 2018-07-03 | Rename daemon-connect events | Andrej Mihajlov | 3 | -6/+6 |
| 2018-07-03 | Remove the hotfix introduced in #258 | Andrej Mihajlov | 1 | -27/+0 |
| 2018-07-03 | Pass individual props instead of AccountReduxState | Andrej Mihajlov | 4 | -60/+85 |
| 2018-07-03 | Remove tests that we are not going to fix | Andrej Mihajlov | 15 | -637/+53 |
| 2018-07-03 | Fix Login tests | Andrej Mihajlov | 1 | -73/+29 |
| 2018-07-03 | Bind actions in constructor and never keep `store` | Andrej Mihajlov | 1 | -95/+83 |
| 2018-07-03 | Remove `ensureAuthenticated` in favor of authenticating once when connected | Andrej Mihajlov | 2 | -88/+58 |
| 2018-07-03 | Refactor IpcFacade to DaemonRpc and JsonRpcWs to JsonRpcTransport | Andrej Mihajlov | 31 | -1057/+1247 |
| 2018-07-03 | Move RPC file related stuff into RpcAddressFile | Andrej Mihajlov | 6 | -155/+166 |
