summaryrefslogtreecommitdiffhomepage
path: root/app/main.js
AgeCommit message (Expand)AuthorFilesLines
2018-05-18Move GUI log to user-specific directory on WindowsJanito Vaqueiro Ferreira Filho1-21/+11
2018-05-18Collect predefined log files in `problem-report`Janito Vaqueiro Ferreira Filho1-34/+27
2018-05-18Ignore a single tray dimension when updating window position dependingEmīls1-4/+4
2018-05-18Add minimum window size to prevent downsizing on Windows when theEmīls1-0/+3
2018-05-14Remove startBackend code from GUI appLinus Färnstrand1-59/+0
2018-05-14Change path of RPC connection info file on WindowsJanito Vaqueiro Ferreira Filho1-13/+32
2018-05-09Update Windows log paths collected for reportsJanito Vaqueiro Ferreira Filho1-1/+9
2018-05-02Change the shutdown behaviour to wait on the daemon to disconnect orEmīls Piņķis1-13/+13
2018-04-30Shut down frontend if another instance is already runningEmīls Piņķis1-0/+18
2018-04-24Adjust window management on linuxEmīls Piņķis1-3/+16
2018-04-23Add basic windows serviceAndrej Mihajlov1-6/+13
2018-04-17Disconnect from tunnel when UI is closed on LinuxEmīls Piņķis1-1/+6
2018-04-17Change behaviour of GUI to only shut down the daemon on Windows and OSXEmīls Piņķis1-4/+6
2018-04-06Correct product name globallyOdd Stranne1-2/+2
2018-03-07Update window position on display changesAndrej Mihajlov1-3/+13
2018-03-07Add tray tooltipAndrej Mihajlov1-0/+3
2018-03-07Move a call to setHightlightMode to macOS branchAndrej Mihajlov1-2/+4
2018-03-07Move macOS patch for window.blur into separate methodAndrej Mihajlov1-15/+20
2018-03-07Compute window position based on taskbar placementAndrej Mihajlov1-35/+109
2018-03-05Fix the path to system temp directory on windowsAndrej Mihajlov1-8/+3
2018-02-27Change extension back to .log because macOS does not recognize .reportAndrej Mihajlov1-1/+1
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