| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-08-15 | Add workspaces | Andrej Mihajlov | 15 | -1744/+0 | |
| 2018-08-14 | Implement IPv6 enable/disable in GUI | Janito Vaqueiro Ferreira Filho | 1 | -0/+34 | |
| 2018-08-14 | Update names of relay settings constraints | Janito Vaqueiro Ferreira Filho | 1 | -7/+7 | |
| 2018-08-08 | Remove styles helpers, instead use RX.Styles directly | Andrej Mihajlov | 1 | -26/+0 | |
| 2018-08-08 | Add missing @flow | Andrej Mihajlov | 6 | -0/+6 | |
| 2018-08-08 | Fix flow warnings | Andrej Mihajlov | 1 | -5/+3 | |
| 2018-08-08 | Fix typo | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-08-08 | Add WindowStateObserver | Andrej Mihajlov | 1 | -0/+64 | |
| 2018-08-08 | Stop buffering JSON RPC messages when disconnected | Andrej Mihajlov | 1 | -61/+56 | |
| 2018-08-02 | Remove `UnknownError` type | Janito Vaqueiro Ferreira Filho | 1 | -2/+3 | |
| 2018-08-01 | Move `InvalidAccountError` triage to `ipc-facade` | Janito Vaqueiro Ferreira Filho | 1 | -2/+23 | |
| 2018-07-27 | Implement auto-start on Linux | Janito Vaqueiro Ferreira Filho | 1 | -15/+78 | |
| 2018-07-16 | Fix eslint promise issues | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-07-16 | Fix the use of ObjMap<T, F> in styles.js | Andrej Mihajlov | 1 | -6/+7 | |
| 2018-07-16 | Add helper to check/add app to auto start | Andrej Mihajlov | 2 | -2/+41 | |
| 2018-07-16 | Add RPC methods to get/set autoConnect | Andrej Mihajlov | 1 | -0/+15 | |
| 2018-07-05 | Replace Backend with AppRenderer | Andrej Mihajlov | 2 | -631/+26 | |
| 2018-07-03 | Migrate to app.getVersion() | Andrej Mihajlov | 2 | -2/+11 | |
| 2018-07-03 | Add productName to package.json and migrate to using app.getName() | Andrej Mihajlov | 1 | -8/+3 | |
| 2018-07-03 | Pass individual props instead of AccountReduxState | Andrej Mihajlov | 1 | -1/+6 | |
| 2018-07-03 | Remove tests that we are not going to fix | Andrej Mihajlov | 1 | -5/+3 | |
| 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 | 1 | -69/+56 | |
| 2018-07-03 | Refactor IpcFacade to DaemonRpc and JsonRpcWs to JsonRpcTransport | Andrej Mihajlov | 7 | -828/+997 | |
| 2018-07-03 | Move RPC file related stuff into RpcAddressFile | Andrej Mihajlov | 3 | -55/+124 | |
| 2018-07-02 | Add option to prefer const over let for immutable variables | Andrej Mihajlov | 2 | -3/+3 | |
| 2018-06-27 | Migrate back to AppActivationState observer from RX | Andrej Mihajlov | 1 | -28/+0 | |
| See https://github.com/Microsoft/reactxp/issues/661 | |||||
| 2018-06-20 | Update eslint rules | Andrej Mihajlov | 1 | -2/+2 | |
| 2018-06-15 | Split `BackendError` into individual error classes | Janito Vaqueiro Ferreira Filho | 1 | -63/+64 | |
| 2018-06-14 | Separate handled errors by type | Janito Vaqueiro Ferreira Filho | 1 | -7/+3 | |
| 2018-06-14 | Create `JsonRpcError` type | Janito Vaqueiro Ferreira Filho | 1 | -4/+25 | |
| And rename the previous existing type into `JsonRpcErrorMessage`. | |||||
| 2018-06-12 | Add ShutdownHandler for Main and Renderer | Andrej Mihajlov | 2 | -14/+0 | |
| 2018-06-12 | Refresh account expiration when window becomes visible | Andrej Mihajlov | 1 | -0/+28 | |
| 2018-06-12 | Add action to update expiry date | Andrej Mihajlov | 1 | -0/+19 | |
| 2018-06-12 | Migrate some of old IPC methods to use async+await | Andrej Mihajlov | 1 | -27/+21 | |
| 2018-06-12 | Adjust websocket IPC verbosity levels | Andrej Mihajlov | 1 | -5/+5 | |
| 2018-06-12 | Move problem report handling from renderer to main | Andrej Mihajlov | 1 | -50/+21 | |
| 2018-06-12 | Refactor main process | Andrej Mihajlov | 1 | -62/+0 | |
| 2018-06-05 | Add formatted source code | Andrej Mihajlov | 14 | -404/+448 | |
| 2018-05-22 | Change missing credentials error message | Janito Vaqueiro Ferreira Filho | 1 | -2/+8 | |
| What it means to the user is that a connection to the daemon could not be established because apparently the daemon isn't running (or isn't running correctly). | |||||
| 2018-05-21 | Update README regarding GUI starting backend | Linus Färnstrand | 1 | -2/+1 | |
| 2018-05-18 | Stop outputting location coordinates in frontend logs | Emīls Piņķis | 1 | -1/+1 | |
| 2018-04-24 | Fix debug logging call in _registerIpcListeners() | Emīls Piņķis | 1 | -1/+2 | |
| 2018-04-19 | Don't attempt to connect if current state is 'secured' | Emīls Piņķis | 1 | -3/+10 | |
| 2018-04-19 | Add TODO comments about refactoring BackendError | Emīls Piņķis | 1 | -0/+2 | |
| 2018-03-07 | Correct well known sid check for RPC file | Andrej Mihajlov | 1 | -1/+1 | |
| Currently rpc file owner is identified as `Builtin/Administrators` when running backend under `nt authority\system` | |||||
| 2018-03-02 | Add extra newline to .mullvad_rpc_address | Linus Färnstrand | 1 | -1/+1 | |
| 2018-03-05 | Fix the path to system temp directory on windows | Andrej Mihajlov | 1 | -0/+21 | |
| 2018-02-27 | Rewrite collectProblemReport due to number of issues | Andrej Mihajlov | 1 | -28/+31 | |
| 2018-02-20 | Add generic parameter to constraint helper | Andrej Mihajlov | 1 | -6/+9 | |
