summaryrefslogtreecommitdiffhomepage
path: root/app/lib
AgeCommit message (Collapse)AuthorFilesLines
2018-08-15Add workspacesAndrej Mihajlov15-1744/+0
2018-08-14Implement IPv6 enable/disable in GUIJanito Vaqueiro Ferreira Filho1-0/+34
2018-08-14Update names of relay settings constraintsJanito Vaqueiro Ferreira Filho1-7/+7
2018-08-08Remove styles helpers, instead use RX.Styles directlyAndrej Mihajlov1-26/+0
2018-08-08Add missing @flowAndrej Mihajlov6-0/+6
2018-08-08Fix flow warningsAndrej Mihajlov1-5/+3
2018-08-08Fix typoAndrej Mihajlov1-1/+1
2018-08-08Add WindowStateObserverAndrej Mihajlov1-0/+64
2018-08-08Stop buffering JSON RPC messages when disconnectedAndrej Mihajlov1-61/+56
2018-08-02Remove `UnknownError` typeJanito Vaqueiro Ferreira Filho1-2/+3
2018-08-01Move `InvalidAccountError` triage to `ipc-facade`Janito Vaqueiro Ferreira Filho1-2/+23
2018-07-27Implement auto-start on LinuxJanito Vaqueiro Ferreira Filho1-15/+78
2018-07-16Fix eslint promise issuesAndrej Mihajlov1-1/+1
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
See https://github.com/Microsoft/reactxp/issues/661
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
And rename the previous existing type into `JsonRpcErrorMessage`.
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
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-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
Currently rpc file owner is identified as `Builtin/Administrators` when running backend under `nt authority\system`
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