summaryrefslogtreecommitdiffhomepage
path: root/app/app.js
AgeCommit message (Expand)AuthorFilesLines
2018-06-05Update electron to v2.0.2Andrej Mihajlov1-1/+1
2018-06-05Add formatted source codeAndrej Mihajlov1-22/+23
2018-05-02Change the shutdown behaviour to wait on the daemon to disconnect orEmīls Piņķis1-0/+13
2018-04-17Disconnect from tunnel when UI is closed on LinuxEmīls Piņķis1-0/+8
2018-01-15Move logging to platform dependent fileanderklander1-1/+1
2018-01-09Read the backend security state when starting to talk to the backendErik Larkö1-0/+1
2017-12-14Rebase fixesErik Larkö1-20/+0
2017-12-14Reactxp starter packanderklander1-8/+12
2017-12-06Add relay settings fetchAndrej Mihajlov1-14/+12
2017-12-05Remove service workerAndrej Mihajlov1-10/+0
2017-11-23Pass protocol and port to Backend#connectAndrej Mihajlov1-2/+3
2017-11-23Another case of constraints -> settingsAndrej Mihajlov1-1/+1
2017-11-23Rename RelayConstraints -> RelaySettingsLinus Färnstrand1-1/+1
2017-11-20Always connect to the server set in the settingsErik Larkö1-0/+4
2017-11-08tcp and portErik Larkö1-0/+3
2017-10-20Shutdown instead of disconnecting the backend on exitErik Larkö1-3/+6
2017-10-12Add transparent authenticationAndrej Mihajlov1-14/+8
2017-10-12Sync with backend upon authenticationAndrej Mihajlov1-8/+10
2017-10-12Parse credentials and authenticateAndrej Mihajlov1-1/+5
2017-10-05Move autologin connect into the backendErik Larkö1-6/+0
2017-09-29Review fixErik Larkö1-2/+1
2017-09-29Show the BrowserWindow if no account is set in the backendErik Larkö1-0/+7
2017-09-27Actually implement autoconnectErik Larkö1-3/+7
2017-09-19Disconnect the tunnel when quitting the appErik Larkö1-0/+4
2017-07-10AutologinErik Larkö1-1/+3
2017-07-07Remove persistent storageErik Larkö1-18/+0
2017-07-07Refactor app.jsErik Larkö1-18/+29
2017-07-07Rename loginstate connecting->logging inErik Larkö1-3/+3
2017-07-07The Backend class is no longer an EventEmitterErik Larkö1-12/+2
2017-07-04Flow app.jsErik Larkö1-8/+20
2017-07-03Add first login workflow testErik Larkö1-1/+1
2017-07-03Moved the redux stuff into separate folder and renamed user->account and conn...Erik Larkö1-11/+12
2017-06-30Upgrade ESLint and adjust code to new linting requirementsAndrej Mihajlov1-1/+1
2017-06-22Add Flow annotations for Redux storeAndrej Mihajlov1-1/+1
2017-06-22Fix rendering code to be Flow proofAndrej Mihajlov1-3/+11
2017-06-22Replace `in` with regular if-statement to satisfy FlowAndrej Mihajlov1-1/+1
2017-06-21- Migrate Backend.EventType and Backend.ErrorType to FlowAndrej Mihajlov1-4/+4
2017-06-21Replace ConnectionState & LoginState with Flow alternativeAndrej Mihajlov1-8/+9
2017-06-09Allow unused args starting with _Erik Larkö1-1/+1
2017-06-08Add type annotations for TrayIconManagerAndrej Mihajlov1-8/+6
2017-05-27Migrate to react-router v4 and react-router-redux v5-alphaAndrej Mihajlov1-21/+5
2017-04-18Use electron-log instead of console.logErik Larkö1-2/+3
2017-04-03Read connection stringErik Larkö1-2/+6
2017-04-03Mock backendErik Larkö1-2/+1
2017-03-27Some more whitespace fixesErik Larkö1-2/+2
2017-03-21- Remove .failed connection enumAndrej Mihajlov1-1/+1
2017-03-17Drop spinner and update assetsAndrej Mihajlov1-28/+6
2017-03-17Add alternative menubar iconsAndrej Mihajlov1-2/+0
2017-03-17Update tray assets and hide spinner when window is visibleAndrej Mihajlov1-8/+43
2017-03-16Refactor codeAndrej Mihajlov1-6/+6