| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-02-20 | Suppress warnings related to require() | Andrej Mihajlov | 1 | -0/+1 | |
| 2018-02-20 | Fix flow annotations to work on flow v0.66 | Andrej Mihajlov | 2 | -3/+3 | |
| 2018-02-13 | Add RPC address file check for windows | Andrej Mihajlov | 1 | -0/+32 | |
| 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-20 | Move problem report handling from supportPage | anderklander | 2 | -0/+83 | |
| To be able to handle problem reports on mobile. Also moves ipc for collect-logs from tray to onReady. | |||||
| 2018-01-16 | Remove EventEmitter | anderklander | 1 | -2/+0 | |
| Unused. | |||||
| 2018-01-15 | Add timeout for get_current_location | Andrej Mihajlov | 1 | -1/+4 | |
| 2018-01-15 | Add optional attribute to Location.city | Andrej Mihajlov | 1 | -3/+3 | |
| 2018-01-15 | Adapt frontend to removed ip call and changed location struct | Linus Färnstrand | 2 | -40/+18 | |
| 2018-01-15 | Combine two electron imports to the same row | anderklander | 1 | -2/+1 | |
| 2018-01-15 | Add App-bridge to satisfy lint | anderklander | 1 | -4/+2 | |
| 2018-01-15 | Move logging to platform dependent file | anderklander | 4 | -8/+23 | |
| 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-04 | Add a green lock with red dot to the tray icon images | Erik Larkö | 1 | -6/+10 | |
| 2018-01-03 | Add allowLan to backend | Andrej Mihajlov | 1 | -2/+28 | |
| 2018-01-03 | Add getAllowLan and setAllowLan RPC calls | Andrej Mihajlov | 1 | -8/+24 | |
| 2018-01-02 | Add flow annotations to createXXXStyles | Andrej Mihajlov | 1 | -2/+6 | |
| 2017-12-22 | Rename viewstyles to textstyles | anderklander | 1 | -3/+3 | |
| 2017-12-22 | whitespace | anderklander | 1 | -2/+2 | |
| 2017-12-22 | Update to styles style and test | anderklander | 1 | -0/+17 | |
| 2017-12-20 | Update path to dev backend binary | Linus Färnstrand | 1 | -1/+1 | |
| 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 | Render two level location list | Andrej Mihajlov | 1 | -2/+4 | |
| 2017-12-19 | Fetch relay locations on sync | Andrej Mihajlov | 1 | -0/+12 | |
| 2017-12-19 | Add IPC method to fetch relay locations | Andrej Mihajlov | 1 | -0/+39 | |
| 2017-12-14 | Rebase fixes | Erik Larkö | 1 | -1/+0 | |
| 2017-12-14 | Rebase fixes | Erik Larkö | 3 | -5/+5 | |
| 2017-12-14 | Links/exit in platform.js | anderklander | 6 | -26/+26 | |
| moved separate small files to platform.js to handle platform specific tasks | |||||
| 2017-12-14 | Flow | anderklander | 4 | -0/+4 | |
| Add flow annotation | |||||
| 2017-12-14 | Reactxp starter pack | anderklander | 5 | -0/+23 | |
| Some changes in app init and rendering the header bar in reactxp. Moved linking and exit to separate files for web/mobile | |||||
| 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 constraint builder and basic tests | Andrej Mihajlov | 1 | -0/+195 | |
| 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-12-05 | Refine RelaySettings | Andrej Mihajlov | 1 | -12/+12 | |
