summaryrefslogtreecommitdiffhomepage
path: root/app/main.js
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 Mihajlov1-1/+1
2018-02-13Add RPC address file check for windowsAndrej Mihajlov1-12/+9
2018-01-20Move problem report handling from supportPageanderklander1-38/+38
2018-01-15Move logging to platform dependent fileanderklander1-1/+1
2017-12-08Show window in all workspacesAndrej Mihajlov1-4/+7
2017-12-04Rename mullvadd -> mullvad-daemonLinus Färnstrand1-1/+1
2017-11-30opevpnlogErik Larkö1-1/+0
2017-11-09Redact account token from logsErik Larkö1-3/+11
2017-11-09Don't include the openvpn log in the problem report for nowErik Larkö1-1/+3
2017-11-09Problem reportErik Larkö1-17/+38
2017-11-08tcp and portErik Larkö1-1/+1
2017-10-20Shutdown instead of disconnecting the backend on exitErik Larkö1-2/+2
2017-10-19Escape paths passed to ElectronSudo.spawnAndrej Mihajlov1-6/+7
2017-10-16Change backend logging from TRACE to DEBUGErik Larkö1-1/+1
2017-10-16Always create log folder since backend needs itAndrej Mihajlov1-3/+2
2017-10-13Move the auth flow into backend.js and write testsErik Larkö1-1/+1
2017-10-12Add transparent authenticationAndrej Mihajlov1-3/+6
2017-10-12Parse credentials and authenticateAndrej Mihajlov1-4/+8
2017-10-12Print version to logErik Larkö1-1/+3
2017-09-29Show the BrowserWindow if no account is set in the backendErik Larkö1-0/+3
2017-09-26Add --tunnel-log to backend spawnLinus Färnstrand1-1/+5
2017-09-25Store logs in platform specific logs folderAndrej Mihajlov1-4/+22
2017-09-22Log debug messages in production buildsErik Larkö1-2/+2
2017-09-22Review fixesErik Larkö1-7/+3
2017-09-22Validate the owner and permissions of the rpc address file before reading its...Erik Larkö1-0/+23
2017-09-19Disconnect the tunnel when quitting the appErik Larkö1-0/+4
2017-09-06Fix loggin format to .<milliseconds>Linus Färnstrand1-0/+3
2017-09-05Find the backend binary on LinuxErik Larkö1-5/+1
2017-09-04Make macOS and Linux use hardcoded /tmp for RPCLinus Färnstrand1-1/+4
2017-07-27Create log folderAndrej Mihajlov1-0/+4
2017-07-27Allow reloads of the BrowserWindow to find the address to the backendErik Larkö1-5/+4
2017-07-20Use latest electron-sudo and fix backend log paths with spacesErik Larkö1-1/+1
2017-07-20- Replace magic numbers with corresponding string optionsAndrej Mihajlov1-1/+1
2017-07-19Have the FE and BE log to the same directoryErik Larkö1-7/+16
2017-07-17Start the backend againErik Larkö1-6/+110
2017-07-13Read the address to the backend from the tempdir instead of the working direc...Erik Larkö1-1/+1
2017-07-06Remove starting the backend. The backend produces too much output on stdout a...Erik Larkö1-22/+0
2017-07-05sudo-prompt is a dev dependency and is not available in releaseAndrej Mihajlov1-1/+1
2017-06-21Refactor main processAndrej Mihajlov1-193/+206
2017-06-21Rename .ipc_connection_info to .mullvad_rpc_addressAndrej Mihajlov1-1/+1
2017-06-09Allow unused args starting with _Erik Larkö1-1/+1
2017-06-08Add type annotations for TrayIconManagerAndrej Mihajlov1-1/+1
2017-04-18Don't show backend errors when exiting the frontend in developmentErik Larkö1-1/+1
2017-04-18Use electron-log instead of console.logErik Larkö1-7/+22
2017-04-12Can start and connect to the backendErik Larkö1-0/+17
2017-04-07Rust backendErik Larkö1-5/+5
2017-04-03Read connection stringErik Larkö1-1/+23
2017-03-27Some more whitespace fixesErik Larkö1-3/+3
2017-03-24Linux compatibility (#2)Andrei Mihailov1-112/+67