| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-08-15 | Add workspaces | Andrej Mihajlov | 1 | -644/+0 | |
| 2018-08-14 | Implement IPv6 enable/disable in GUI | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 | |
| 2018-08-08 | Add AccountDataState to filter out number of requests to get_account_data | Andrej Mihajlov | 1 | -2/+52 | |
| 2018-08-08 | Add launch screen | Andrej Mihajlov | 1 | -4/+12 | |
| 2018-08-08 | Save daemon connectivity status to redux | Andrej Mihajlov | 1 | -0/+11 | |
| 2018-08-08 | Remove auto-login | Andrej Mihajlov | 1 | -36/+41 | |
| 2018-08-08 | Implement system notifications of connection state | Janito Vaqueiro Ferreira Filho | 1 | -0/+20 | |
| 2018-08-07 | Migrate to connected-react-router | Andrej Mihajlov | 1 | -1/+1 | |
| Since react-router-redux is deprecated | |||||
| 2018-08-06 | Remove friendly title/message from Errors and drop UnknownError | Andrej Mihajlov | 1 | -1/+0 | |
| Instead produce the right messages based on context | |||||
| 2018-08-01 | Move `InvalidAccountError` triage to `ipc-facade` | Janito Vaqueiro Ferreira Filho | 1 | -33/+2 | |
| 2018-07-19 | Remove the use of HTML5 reachability API | Andrej Mihajlov | 1 | -24/+0 | |
| 2018-07-18 | Revert the tunnel auto-connect on startup | Andrej Mihajlov | 1 | -0/+11 | |
| 2018-07-16 | Fix eslint promise issues | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-07-16 | Add app logic to fetch and set autoConnect | Andrej Mihajlov | 1 | -0/+13 | |
| 2018-07-16 | Handle promise rejection coming from connectTunnel() | Andrej Mihajlov | 1 | -3/+8 | |
| 2018-07-16 | Remove auto-connect on start | Andrej Mihajlov | 1 | -7/+0 | |
| 2018-07-05 | Replace Backend with AppRenderer | Andrej Mihajlov | 1 | -58/+536 | |
| 2018-07-03 | Rename daemon-connect events | Andrej Mihajlov | 1 | -3/+3 | |
| 2018-07-03 | Remove `ensureAuthenticated` in favor of authenticating once when connected | Andrej Mihajlov | 1 | -19/+2 | |
| 2018-07-03 | Refactor IpcFacade to DaemonRpc and JsonRpcWs to JsonRpcTransport | Andrej Mihajlov | 1 | -12/+28 | |
| 2018-07-03 | Move RPC file related stuff into RpcAddressFile | Andrej Mihajlov | 1 | -16/+3 | |
| 2018-06-15 | Update log message for no previous account | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2018-06-15 | Split `BackendError` into individual error classes | Janito Vaqueiro Ferreira Filho | 1 | -6/+4 | |
| 2018-06-12 | Add ShutdownHandler for Main and Renderer | Andrej Mihajlov | 1 | -20/+5 | |
| 2018-06-12 | Refactor main process | Andrej Mihajlov | 1 | -8/+11 | |
| 2018-06-05 | Update electron to v2.0.2 | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-06-05 | Add formatted source code | Andrej Mihajlov | 1 | -22/+23 | |
| 2018-05-02 | Change the shutdown behaviour to wait on the daemon to disconnect or | Emīls Piņķis | 1 | -0/+13 | |
| shut down | |||||
| 2018-04-17 | Disconnect from tunnel when UI is closed on Linux | Emīls Piņķis | 1 | -0/+8 | |
| 2018-01-15 | Move logging to platform dependent file | anderklander | 1 | -1/+1 | |
| And change open to openLink/openItem in platform.js | |||||
| 2018-01-09 | Read the backend security state when starting to talk to the backend | Erik Larkö | 1 | -0/+1 | |
| 2017-12-14 | Rebase fixes | Erik Larkö | 1 | -20/+0 | |
| 2017-12-14 | Reactxp starter pack | anderklander | 1 | -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-06 | Add relay settings fetch | Andrej Mihajlov | 1 | -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-05 | Remove service worker | Andrej Mihajlov | 1 | -10/+0 | |
| 2017-11-23 | Pass protocol and port to Backend#connect | Andrej Mihajlov | 1 | -2/+3 | |
| 2017-11-23 | Another case of constraints -> settings | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-11-23 | Rename RelayConstraints -> RelaySettings | Linus Färnstrand | 1 | -1/+1 | |
| 2017-11-20 | Always connect to the server set in the settings | Erik Larkö | 1 | -0/+4 | |
| 2017-11-08 | tcp and port | Erik Larkö | 1 | -0/+3 | |
| 2017-10-20 | Shutdown instead of disconnecting the backend on exit | Erik Larkö | 1 | -3/+6 | |
| 2017-10-12 | Add transparent authentication | Andrej Mihajlov | 1 | -14/+8 | |
| 2017-10-12 | Sync with backend upon authentication | Andrej Mihajlov | 1 | -8/+10 | |
| 2017-10-12 | Parse credentials and authenticate | Andrej Mihajlov | 1 | -1/+5 | |
| 2017-10-05 | Move autologin connect into the backend | Erik Larkö | 1 | -6/+0 | |
| 2017-09-29 | Review fix | Erik Larkö | 1 | -2/+1 | |
| 2017-09-29 | Show the BrowserWindow if no account is set in the backend | Erik Larkö | 1 | -0/+7 | |
| 2017-09-27 | Actually implement autoconnect | Erik Larkö | 1 | -3/+7 | |
| 2017-09-19 | Disconnect the tunnel when quitting the app | Erik Larkö | 1 | -0/+4 | |
| 2017-07-10 | Autologin | Erik Larkö | 1 | -1/+3 | |
