| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-07-05 | Replace Backend with AppRenderer | Andrej Mihajlov | 1 | -631/+0 | |
| 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 | 1 | -144/+268 | |
| 2018-07-03 | Move RPC file related stuff into RpcAddressFile | Andrej Mihajlov | 1 | -19/+4 | |
| 2018-07-02 | Add option to prefer const over let for immutable variables | Andrej Mihajlov | 1 | -1/+1 | |
| 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-12 | Add ShutdownHandler for Main and Renderer | Andrej Mihajlov | 1 | -9/+0 | |
| 2018-06-12 | Add action to update expiry date | Andrej Mihajlov | 1 | -0/+19 | |
| 2018-06-05 | Add formatted source code | Andrej Mihajlov | 1 | -101/+91 | |
| 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-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-02 | Add extra newline to .mullvad_rpc_address | Linus Färnstrand | 1 | -1/+1 | |
| 2018-02-20 | Fix flow annotations to work on flow v0.66 | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-01-24 | Inform the user if they cannot react api.mullvad.net when trying to log in | Erik Larkö | 1 | -6/+39 | |
| 2018-01-16 | Remove EventEmitter | anderklander | 1 | -2/+0 | |
| Unused. | |||||
| 2018-01-15 | Adapt frontend to removed ip call and changed location struct | Linus Färnstrand | 1 | -20/+6 | |
| 2018-01-15 | Move logging to platform dependent file | anderklander | 1 | -1/+1 | |
| And change open to openLink/openItem in platform.js | |||||
| 2018-01-09 | Read the backend security state when starting to talk to the backend | Erik Larkö | 1 | -11/+23 | |
| 2018-01-03 | Add allowLan to backend | Andrej Mihajlov | 1 | -2/+28 | |
| 2017-12-19 | Integrate RelayList into Redux | Andrej Mihajlov | 1 | -48/+79 | |
| 2017-12-19 | Stringify relaySettings output in console | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-12-19 | Drop hardcoded servers in favor of relay locations | Andrej Mihajlov | 1 | -30/+1 | |
| 2017-12-19 | Fetch relay locations on sync | Andrej Mihajlov | 1 | -0/+12 | |
| 2017-12-12 | Remove logging of account number | Linus Färnstrand | 1 | -1/+1 | |
| 2017-12-06 | Convert Backend._authenticate() to async | Andrej Mihajlov | 1 | -9/+8 | |
| 2017-12-06 | Convert Backend.updateRelaySettings() to async | Andrej Mihajlov | 1 | -3/+7 | |
| 2017-12-06 | Convert Backend.shutdown() to async | Andrej Mihajlov | 1 | -5/+7 | |
| 2017-12-06 | Convert Backend.disconnect() to async | Andrej Mihajlov | 1 | -8/+7 | |
| 2017-12-06 | Convert Backend.connect() to async | Andrej Mihajlov | 1 | -8/+10 | |
| 2017-12-06 | Convert Backend.logout() to async | Andrej Mihajlov | 1 | -16/+13 | |
| 2017-12-06 | Convert Backend.login() to asyc | Andrej Mihajlov | 1 | -28/+30 | |
| 2017-12-06 | Convert Backend.autologout() to async | Andrej Mihajlov | 1 | -26/+23 | |
| 2017-12-06 | Convert Backend.sync() to async | Andrej Mihajlov | 1 | -29/+32 | |
| 2017-12-06 | Convert Backend._registerIpcListeners() to async | Andrej Mihajlov | 1 | -21/+18 | |
| 2017-12-06 | Convert Backend.removeAccountFromHistory() and ↵ | Andrej Mihajlov | 1 | -16/+18 | |
| Backend._updateAccountHistory() to async | |||||
| 2017-12-06 | Remove unused Backend._apiToReduxConstraints | Andrej Mihajlov | 1 | -8/+0 | |
| 2017-12-06 | Use RelayLocation to obtain server information | Andrej Mihajlov | 1 | -5/+19 | |
| 2017-12-06 | Add relay settings fetch | Andrej Mihajlov | 1 | -39/+49 | |
| Backend.connect() won’t accept connection info anymore. Use Backend.updateRelaySettings() to set the constraints to be able to connect the tunnel. | |||||
| 2017-12-05 | Remove unused connection.serverAddress | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-11-23 | Pass protocol and port to Backend#connect | Andrej Mihajlov | 1 | -17/+9 | |
| 2017-11-23 | Change default udp port to 1301 | Linus Färnstrand | 1 | -1/+1 | |
| 2017-11-23 | Fix lint issues | Andrej Mihajlov | 1 | -2/+2 | |
| 2017-11-23 | Fix flow annotations | Andrej Mihajlov | 1 | -11/+8 | |
