| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 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 | |
