summaryrefslogtreecommitdiffhomepage
path: root/app/lib/backend.js
AgeCommit message (Expand)AuthorFilesLines
2018-01-24Inform the user if they cannot react api.mullvad.net when trying to log inErik Larkö1-6/+39
2018-01-16Remove EventEmitteranderklander1-2/+0
2018-01-15Adapt frontend to removed ip call and changed location structLinus Färnstrand1-20/+6
2018-01-15Move logging to platform dependent fileanderklander1-1/+1
2018-01-09Read the backend security state when starting to talk to the backendErik Larkö1-11/+23
2018-01-03Add allowLan to backendAndrej Mihajlov1-2/+28
2017-12-19Integrate RelayList into ReduxAndrej Mihajlov1-48/+79
2017-12-19Stringify relaySettings output in consoleAndrej Mihajlov1-1/+1
2017-12-19Drop hardcoded servers in favor of relay locationsAndrej Mihajlov1-30/+1
2017-12-19Fetch relay locations on syncAndrej Mihajlov1-0/+12
2017-12-12Remove logging of account numberLinus Färnstrand1-1/+1
2017-12-06Convert Backend._authenticate() to asyncAndrej Mihajlov1-9/+8
2017-12-06Convert Backend.updateRelaySettings() to asyncAndrej Mihajlov1-3/+7
2017-12-06Convert Backend.shutdown() to asyncAndrej Mihajlov1-5/+7
2017-12-06Convert Backend.disconnect() to asyncAndrej Mihajlov1-8/+7
2017-12-06Convert Backend.connect() to asyncAndrej Mihajlov1-8/+10
2017-12-06Convert Backend.logout() to asyncAndrej Mihajlov1-16/+13
2017-12-06Convert Backend.login() to asycAndrej Mihajlov1-28/+30
2017-12-06Convert Backend.autologout() to asyncAndrej Mihajlov1-26/+23
2017-12-06Convert Backend.sync() to asyncAndrej Mihajlov1-29/+32
2017-12-06Convert Backend._registerIpcListeners() to asyncAndrej Mihajlov1-21/+18
2017-12-06Convert Backend.removeAccountFromHistory() and Backend._updateAccountHistory(...Andrej Mihajlov1-16/+18
2017-12-06Remove unused Backend._apiToReduxConstraintsAndrej Mihajlov1-8/+0
2017-12-06Use RelayLocation to obtain server informationAndrej Mihajlov1-5/+19
2017-12-06Add relay settings fetchAndrej Mihajlov1-39/+49
2017-12-05Remove unused connection.serverAddressAndrej Mihajlov1-1/+1
2017-11-23Pass protocol and port to Backend#connectAndrej Mihajlov1-17/+9
2017-11-23Change default udp port to 1301Linus Färnstrand1-1/+1
2017-11-23Fix lint issuesAndrej Mihajlov1-2/+2
2017-11-23Fix flow annotationsAndrej Mihajlov1-11/+8
2017-11-23Fix logical bug in then() statementsAndrej Mihajlov1-2/+2
2017-11-23Fix Backend.connect() logicAndrej Mihajlov1-13/+17
2017-11-23Another case of constraints -> settingsAndrej Mihajlov1-2/+2
2017-11-23Add custom endpoint handling in syncRelaySettingsAndrej Mihajlov1-10/+12
2017-11-23Rename RelayConstraints -> RelaySettingsLinus Färnstrand1-6/+6
2017-11-23Rename get_ip -> get_public_ipLinus Färnstrand1-1/+1
2017-11-21Add account history IPCAndrej Mihajlov1-2/+23
2017-11-21Refine flow types across projectAndrej Mihajlov1-3/+2
2017-11-20Always connect to the server set in the settingsErik Larkö1-6/+9
2017-11-14Rename latlong to positionLinus Färnstrand1-2/+2
2017-11-09Redid the settings state and inlined a few componentsErik Larkö1-2/+12
2017-11-08tcp and portErik Larkö1-35/+58
2017-10-20Shutdown instead of disconnecting the backend on exitErik Larkö1-0/+7
2017-10-16rename auth -> authenticationErik Larkö1-1/+1
2017-10-13Move the auth flow into backend.js and write testsErik Larkö1-103/+188
2017-10-12Add transparent authenticationAndrej Mihajlov1-33/+5
2017-10-12Parse credentials and authenticateAndrej Mihajlov1-0/+11
2017-10-12Add IPC address parser helperAndrej Mihajlov1-0/+17
2017-10-05Move autologin connect into the backendErik Larkö1-0/+1
2017-10-05Autoconnect on loginErik Larkö1-0/+1