summaryrefslogtreecommitdiffhomepage
path: root/app/app.js
AgeCommit message (Collapse)AuthorFilesLines
2018-08-15Add workspacesAndrej Mihajlov1-644/+0
2018-08-14Implement IPv6 enable/disable in GUIJanito Vaqueiro Ferreira Filho1-0/+13
2018-08-08Add AccountDataState to filter out number of requests to get_account_dataAndrej Mihajlov1-2/+52
2018-08-08Add launch screenAndrej Mihajlov1-4/+12
2018-08-08Save daemon connectivity status to reduxAndrej Mihajlov1-0/+11
2018-08-08Remove auto-loginAndrej Mihajlov1-36/+41
2018-08-08Implement system notifications of connection stateJanito Vaqueiro Ferreira Filho1-0/+20
2018-08-07Migrate to connected-react-routerAndrej Mihajlov1-1/+1
Since react-router-redux is deprecated
2018-08-06Remove friendly title/message from Errors and drop UnknownErrorAndrej Mihajlov1-1/+0
Instead produce the right messages based on context
2018-08-01Move `InvalidAccountError` triage to `ipc-facade`Janito Vaqueiro Ferreira Filho1-33/+2
2018-07-19Remove the use of HTML5 reachability APIAndrej Mihajlov1-24/+0
2018-07-18Revert the tunnel auto-connect on startupAndrej Mihajlov1-0/+11
2018-07-16Fix eslint promise issuesAndrej Mihajlov1-1/+1
2018-07-16Add app logic to fetch and set autoConnectAndrej Mihajlov1-0/+13
2018-07-16Handle promise rejection coming from connectTunnel()Andrej Mihajlov1-3/+8
2018-07-16Remove auto-connect on startAndrej Mihajlov1-7/+0
2018-07-05Replace Backend with AppRendererAndrej Mihajlov1-58/+536
2018-07-03Rename daemon-connect eventsAndrej Mihajlov1-3/+3
2018-07-03Remove `ensureAuthenticated` in favor of authenticating once when connectedAndrej Mihajlov1-19/+2
2018-07-03Refactor IpcFacade to DaemonRpc and JsonRpcWs to JsonRpcTransportAndrej Mihajlov1-12/+28
2018-07-03Move RPC file related stuff into RpcAddressFileAndrej Mihajlov1-16/+3
2018-06-15Update log message for no previous accountJanito Vaqueiro Ferreira Filho1-1/+1
2018-06-15Split `BackendError` into individual error classesJanito Vaqueiro Ferreira Filho1-6/+4
2018-06-12Add ShutdownHandler for Main and RendererAndrej Mihajlov1-20/+5
2018-06-12Refactor main processAndrej Mihajlov1-8/+11
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
shut down
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
And change open to openLink/openItem in platform.js
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
Some changes in app init and rendering the header bar in reactxp. Moved linking and exit to separate files for web/mobile
2017-12-06Add relay settings fetchAndrej Mihajlov1-14/+12
Backend.connect() won’t accept connection info anymore. Use Backend.updateRelaySettings() to set the constraints to be able to connect the tunnel.
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