summaryrefslogtreecommitdiffhomepage
path: root/app/lib
AgeCommit message (Expand)AuthorFilesLines
2018-02-20Suppress warnings related to require()Andrej Mihajlov1-0/+1
2018-02-20Fix flow annotations to work on flow v0.66Andrej Mihajlov2-3/+3
2018-02-13Add RPC address file check for windowsAndrej Mihajlov1-0/+32
2018-01-24Inform the user if they cannot react api.mullvad.net when trying to log inErik Larkö1-6/+39
2018-01-20Move problem report handling from supportPageanderklander2-0/+83
2018-01-16Remove EventEmitteranderklander1-2/+0
2018-01-15Add timeout for get_current_locationAndrej Mihajlov1-1/+4
2018-01-15Add optional attribute to Location.cityAndrej Mihajlov1-3/+3
2018-01-15Adapt frontend to removed ip call and changed location structLinus Färnstrand2-40/+18
2018-01-15Combine two electron imports to the same rowanderklander1-2/+1
2018-01-15Add App-bridge to satisfy lintanderklander1-4/+2
2018-01-15Move logging to platform dependent fileanderklander4-8/+23
2018-01-09Read the backend security state when starting to talk to the backendErik Larkö1-11/+23
2018-01-04Add a green lock with red dot to the tray icon imagesErik Larkö1-6/+10
2018-01-03Add allowLan to backendAndrej Mihajlov1-2/+28
2018-01-03Add getAllowLan and setAllowLan RPC callsAndrej Mihajlov1-8/+24
2018-01-02Add flow annotations to createXXXStylesAndrej Mihajlov1-2/+6
2017-12-22Rename viewstyles to textstylesanderklander1-3/+3
2017-12-22whitespaceanderklander1-2/+2
2017-12-22Update to styles style and testanderklander1-0/+17
2017-12-20Update path to dev backend binaryLinus Färnstrand1-1/+1
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-19Render two level location listAndrej Mihajlov1-2/+4
2017-12-19Fetch relay locations on syncAndrej Mihajlov1-0/+12
2017-12-19Add IPC method to fetch relay locationsAndrej Mihajlov1-0/+39
2017-12-14Rebase fixesErik Larkö1-1/+0
2017-12-14Rebase fixesErik Larkö3-5/+5
2017-12-14Links/exit in platform.jsanderklander6-26/+26
2017-12-14Flowanderklander4-0/+4
2017-12-14Reactxp starter packanderklander5-0/+23
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 constraint builder and basic testsAndrej Mihajlov1-0/+195
2017-12-06Add relay settings fetchAndrej Mihajlov1-39/+49
2017-12-05Remove unused connection.serverAddressAndrej Mihajlov1-1/+1
2017-12-05Refine RelaySettingsAndrej Mihajlov1-12/+12