| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-08-15 | Add workspaces | Andrej Mihajlov | 148 | -10750/+0 | |
| 2018-08-14 | Implement IPv6 enable/disable in GUI | Janito Vaqueiro Ferreira Filho | 7 | -3/+116 | |
| 2018-08-14 | Update names of relay settings constraints | Janito Vaqueiro Ferreira Filho | 1 | -7/+7 | |
| 2018-08-10 | Redirect to /account/login when clicking add credit button | Linus Färnstrand | 1 | -1/+1 | |
| 2018-08-09 | Don't show notifications when window is visible | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2018-08-09 | Check if notification is already shown first | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 | |
| Don't replace active notification with a new one that has the same message. | |||||
| 2018-08-08 | Remove styles helpers, instead use RX.Styles directly | Andrej Mihajlov | 15 | -956/+885 | |
| 2018-08-08 | Add missing @flow | Andrej Mihajlov | 45 | -1/+52 | |
| 2018-08-08 | Fix spinner alignment | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-08-08 | Uppercase "secure connection" | Andrej Mihajlov | 1 | -6/+6 | |
| 2018-08-08 | Add margin between Edit and Retry buttons | Andrej Mihajlov | 2 | -2/+7 | |
| 2018-08-08 | Fix flow warnings | Andrej Mihajlov | 1 | -5/+3 | |
| 2018-08-08 | Cast to empty to ensure that all enum options are handled in a switch | Andrej Mihajlov | 2 | -2/+2 | |
| 2018-08-08 | Fix typo | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-08-08 | Remove old $FlowFixMe that are fixed now after upgrade to Flow 0.78 | Andrej Mihajlov | 1 | -5/+0 | |
| 2018-08-08 | Add AccountDataState to filter out number of requests to get_account_data | Andrej Mihajlov | 1 | -2/+52 | |
| 2018-08-08 | Add WindowStateObserver | Andrej Mihajlov | 4 | -2/+91 | |
| 2018-08-08 | Stop buffering JSON RPC messages when disconnected | Andrej Mihajlov | 1 | -61/+56 | |
| 2018-08-08 | Add launch screen | Andrej Mihajlov | 4 | -6/+117 | |
| 2018-08-08 | Save daemon connectivity status to redux | Andrej Mihajlov | 4 | -1/+81 | |
| 2018-08-08 | Fix non-clickable padding area around dropdown items | Andrej Mihajlov | 1 | -4/+15 | |
| 2018-08-08 | Fix broken style after adding Img.width/height params | Andrej Mihajlov | 1 | -2/+1 | |
| 2018-08-08 | Refactor connection/actions | Andrej Mihajlov | 1 | -10/+12 | |
| 2018-08-08 | Upgrade reactxp@1.3.3 | Andrej Mihajlov | 2 | -0/+2 | |
| 2018-08-08 | Make HeaderBar more composable | Andrej Mihajlov | 7 | -123/+147 | |
| 2018-08-08 | Add width and height to Img | Andrej Mihajlov | 1 | -2/+6 | |
| 2018-08-08 | Use appropriate history methods when navigating between pages | Andrej Mihajlov | 8 | -28/+33 | |
| 2018-08-08 | Remove App.activationStateChangedEvent due to regression between 1.3-rc and ↵ | Andrej Mihajlov | 1 | -15/+1 | |
| 1.3 release | |||||
| 2018-08-08 | Fix chopped text in Account view expiration date and Login view status subtitle | Andrej Mihajlov | 2 | -0/+2 | |
| 2018-08-08 | Pull account expiry on demand | Andrej Mihajlov | 5 | -25/+36 | |
| 2018-08-08 | Remove auto-login | Andrej Mihajlov | 3 | -60/+57 | |
| 2018-08-08 | Set application user model ID on Windows | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2018-08-08 | Implement system notifications of connection state | Janito Vaqueiro Ferreira Filho | 2 | -0/+45 | |
| 2018-08-08 | Use strict comparison operator | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2018-08-07 | Fix Redux store enhancer annotations | Andrej Mihajlov | 1 | -2/+4 | |
| 2018-08-07 | Migrate to connected-react-router | Andrej Mihajlov | 10 | -13/+14 | |
| Since react-router-redux is deprecated | |||||
| 2018-08-07 | Override app paths before single instance check | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 | |
| 2018-08-07 | Only close development tools when quitting | Janito Vaqueiro Ferreira Filho | 1 | -2/+8 | |
| 2018-08-07 | Show window if launched while running | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 | |
| 2018-08-07 | Handle window close on Linux | Janito Vaqueiro Ferreira Filho | 1 | -0/+23 | |
| 2018-08-07 | Move generic tray set-up to a new method | Janito Vaqueiro Ferreira Filho | 1 | -4/+8 | |
| 2018-08-06 | Fix invalid initial state in Account view | Andrej Mihajlov | 1 | -3/+4 | |
| 2018-08-06 | Fix broken "buy credit" button | Andrej Mihajlov | 1 | -3/+13 | |
| 2018-08-06 | Remove friendly title/message from Errors and drop UnknownError | Andrej Mihajlov | 2 | -17/+2 | |
| Instead produce the right messages based on context | |||||
| 2018-08-03 | Restore missing Problem Report page style | Janito Vaqueiro Ferreira Filho | 2 | -2/+11 | |
| 2018-08-02 | Remove `UnknownError` type | Janito Vaqueiro Ferreira Filho | 2 | -12/+3 | |
| 2018-08-01 | Rename `displayError` method | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 2018-08-01 | Move `InvalidAccountError` triage to `ipc-facade` | Janito Vaqueiro Ferreira Filho | 2 | -35/+25 | |
| 2018-07-31 | Auto scroll to selected location | Andrej Mihajlov | 2 | -7/+36 | |
| 2018-07-31 | Configure electron to not use roaming directory | Janito Vaqueiro Ferreira Filho | 1 | -1/+16 | |
