summaryrefslogtreecommitdiffhomepage
path: root/app/lib
AgeCommit message (Expand)AuthorFilesLines
2018-07-16Fix the use of ObjMap<T, F> in styles.jsAndrej Mihajlov1-6/+7
2018-07-16Add helper to check/add app to auto startAndrej Mihajlov2-2/+41
2018-07-16Add RPC methods to get/set autoConnectAndrej Mihajlov1-0/+15
2018-07-05Replace Backend with AppRendererAndrej Mihajlov2-631/+26
2018-07-03Migrate to app.getVersion()Andrej Mihajlov2-2/+11
2018-07-03Add productName to package.json and migrate to using app.getName()Andrej Mihajlov1-8/+3
2018-07-03Pass individual props instead of AccountReduxStateAndrej Mihajlov1-1/+6
2018-07-03Remove tests that we are not going to fixAndrej Mihajlov1-5/+3
2018-07-03Bind actions in constructor and never keep `store`Andrej Mihajlov1-95/+83
2018-07-03Remove `ensureAuthenticated` in favor of authenticating once when connectedAndrej Mihajlov1-69/+56
2018-07-03Refactor IpcFacade to DaemonRpc and JsonRpcWs to JsonRpcTransportAndrej Mihajlov7-828/+997
2018-07-03Move RPC file related stuff into RpcAddressFileAndrej Mihajlov3-55/+124
2018-07-02Add option to prefer const over let for immutable variablesAndrej Mihajlov2-3/+3
2018-06-27Migrate back to AppActivationState observer from RXAndrej Mihajlov1-28/+0
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