summaryrefslogtreecommitdiffhomepage
path: root/app/lib
AgeCommit message (Expand)AuthorFilesLines
2018-06-20Update eslint rulesAndrej Mihajlov1-2/+2
2018-06-15Split `BackendError` into individual error classesJanito Vaqueiro Ferreira Filho1-63/+64
2018-06-14Separate handled errors by typeJanito Vaqueiro Ferreira Filho1-7/+3
2018-06-14Create `JsonRpcError` typeJanito Vaqueiro Ferreira Filho1-4/+25
2018-06-12Add ShutdownHandler for Main and RendererAndrej Mihajlov2-14/+0
2018-06-12Refresh account expiration when window becomes visibleAndrej Mihajlov1-0/+28
2018-06-12Add action to update expiry dateAndrej Mihajlov1-0/+19
2018-06-12Migrate some of old IPC methods to use async+awaitAndrej Mihajlov1-27/+21
2018-06-12Adjust websocket IPC verbosity levelsAndrej Mihajlov1-5/+5
2018-06-12Move problem report handling from renderer to mainAndrej Mihajlov1-50/+21
2018-06-12Refactor main processAndrej Mihajlov1-62/+0
2018-06-05Add formatted source codeAndrej Mihajlov14-404/+448
2018-05-22Change missing credentials error messageJanito Vaqueiro Ferreira Filho1-2/+8
2018-05-21Update README regarding GUI starting backendLinus Färnstrand1-2/+1
2018-05-18Stop outputting location coordinates in frontend logsEmīls Piņķis1-1/+1
2018-04-24Fix debug logging call in _registerIpcListeners()Emīls Piņķis1-1/+2
2018-04-19Don't attempt to connect if current state is 'secured'Emīls Piņķis1-3/+10
2018-04-19Add TODO comments about refactoring BackendErrorEmīls Piņķis1-0/+2
2018-03-07Correct well known sid check for RPC fileAndrej Mihajlov1-1/+1
2018-03-02Add extra newline to .mullvad_rpc_addressLinus Färnstrand1-1/+1
2018-03-05Fix the path to system temp directory on windowsAndrej Mihajlov1-0/+21
2018-02-27Rewrite collectProblemReport due to number of issuesAndrej Mihajlov1-28/+31
2018-02-20Add generic parameter to constraint helperAndrej Mihajlov1-6/+9
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