| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-07-05 | Replace Backend with AppRenderer | Andrej Mihajlov | 14 | -725/+647 | |
| 2018-07-03 | Migrate to app.getVersion() | Andrej Mihajlov | 4 | -12/+18 | |
| 2018-07-03 | Add productName to package.json and migrate to using app.getName() | Andrej Mihajlov | 2 | -15/+6 | |
| 2018-07-03 | Rename daemon-connect events | Andrej Mihajlov | 3 | -6/+6 | |
| 2018-07-03 | Remove the hotfix introduced in #258 | Andrej Mihajlov | 1 | -27/+0 | |
| 2018-07-03 | Pass individual props instead of AccountReduxState | Andrej Mihajlov | 3 | -59/+85 | |
| 2018-07-03 | Remove tests that we are not going to fix | Andrej Mihajlov | 3 | -19/+19 | |
| 2018-07-03 | Bind actions in constructor and never keep `store` | Andrej Mihajlov | 1 | -95/+83 | |
| 2018-07-03 | Remove `ensureAuthenticated` in favor of authenticating once when connected | Andrej Mihajlov | 2 | -88/+58 | |
| 2018-07-03 | Refactor IpcFacade to DaemonRpc and JsonRpcWs to JsonRpcTransport | Andrej Mihajlov | 19 | -854/+1039 | |
| 2018-07-03 | Move RPC file related stuff into RpcAddressFile | Andrej Mihajlov | 6 | -155/+166 | |
| 2018-07-02 | Add option to prefer const over let for immutable variables | Andrej Mihajlov | 6 | -11/+11 | |
| 2018-07-02 | Add `(optional)` text to email input | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2018-06-28 | Apply a hotfix until #256 is merged which deprecates all of this anyway | Andrej Mihajlov | 1 | -1/+27 | |
| 2018-06-27 | Migrate back to AppActivationState observer from RX | Andrej Mihajlov | 3 | -42/+8 | |
| See https://github.com/Microsoft/reactxp/issues/661 | |||||
| 2018-06-27 | Fix scroll flickering | Andrej Mihajlov | 4 | -1/+6 | |
| `overflow: auto` + `overflow: hidden` do not seem to work together properly. | |||||
| 2018-06-21 | Refactor Login | Andrej Mihajlov | 1 | -107/+111 | |
| 2018-06-20 | Update eslint rules | Andrej Mihajlov | 2 | -3/+5 | |
| 2018-06-20 | Fix flow warnings | Andrej Mihajlov | 1 | -7/+3 | |
| 2018-06-18 | Ignore flow errors in `app/routes.js` | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| Although they can be fixed by updating to Flow 0.71, the `validated` package is not compatible with that version. | |||||
| 2018-06-15 | Update log message for no previous account | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 | |
| 2018-06-15 | Split `BackendError` into individual error classes | Janito Vaqueiro Ferreira Filho | 3 | -76/+78 | |
| 2018-06-15 | Remove `BackendError` from `app.android.js` | Janito Vaqueiro Ferreira Filho | 1 | -6/+4 | |
| 2018-06-14 | Remove `BackendError` from account redux code | Janito Vaqueiro Ferreira Filho | 2 | -5/+4 | |
| 2018-06-14 | Separate handled errors by type | Janito Vaqueiro Ferreira Filho | 1 | -7/+3 | |
| 2018-06-14 | Create `JsonRpcError` type | Janito Vaqueiro Ferreira Filho | 1 | -4/+25 | |
| And rename the previous existing type into `JsonRpcErrorMessage`. | |||||
| 2018-06-14 | Update mapStateToProps to include only relevant fields | Andrej Mihajlov | 4 | -9/+14 | |
| 2018-06-14 | Migrate to generic props constructor | Andrej Mihajlov | 5 | -34/+32 | |
| 2018-06-12 | Add ShutdownHandler for Main and Renderer | Andrej Mihajlov | 6 | -48/+101 | |
| 2018-06-12 | Refresh account expiration when window becomes visible | Andrej Mihajlov | 3 | -24/+75 | |
| 2018-06-12 | Update account expiry when showing the account details | Andrej Mihajlov | 2 | -9/+48 | |
| 2018-06-12 | Remove .js from imports | Andrej Mihajlov | 1 | -12/+12 | |
| 2018-06-12 | Add action to update expiry date | Andrej Mihajlov | 3 | -3/+43 | |
| 2018-06-12 | Migrate some of old IPC methods to use async+await | Andrej Mihajlov | 1 | -27/+21 | |
| 2018-06-12 | Adjust websocket IPC verbosity levels | Andrej Mihajlov | 1 | -5/+5 | |
| 2018-06-12 | Move problem report handling from renderer to main | Andrej Mihajlov | 2 | -62/+72 | |
| 2018-06-12 | Refactor main process | Andrej Mihajlov | 4 | -257/+342 | |
| 2018-06-05 | Update electron to v2.0.2 | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-06-05 | Add formatted source code | Andrej Mihajlov | 77 | -2303/+2629 | |
| 2018-06-05 | Add javascript code formatter | Andrej Mihajlov | 2 | -3/+6 | |
| 2018-06-01 | Update contact support label in settings | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-05-22 | Change missing credentials error message | Janito Vaqueiro Ferreira Filho | 1 | -2/+8 | |
| What it means to the user is that a connection to the daemon could not be established because apparently the daemon isn't running (or isn't running correctly). | |||||
| 2018-05-21 | Update README regarding GUI starting backend | Linus Färnstrand | 1 | -2/+1 | |
| 2018-05-18 | Stop outputting location coordinates in frontend logs | Emīls Piņķis | 1 | -1/+1 | |
| 2018-05-18 | Move GUI log to user-specific directory on Windows | Janito Vaqueiro Ferreira Filho | 1 | -21/+11 | |
| 2018-05-18 | Collect predefined log files in `problem-report` | Janito Vaqueiro Ferreira Filho | 1 | -34/+27 | |
| Change the binary to search for log files in hard-coded paths. Also change the GUI to only specify its own log file as an extra log to be included in the collected problem report. | |||||
| 2018-05-18 | Ignore a single tray dimension when updating window position depending | Emīls | 1 | -4/+4 | |
| on task bar placement. | |||||
| 2018-05-18 | Add minimum window size to prevent downsizing on Windows when the | Emīls | 1 | -0/+3 | |
| taskbar is moved around. | |||||
| 2018-05-14 | Remove startBackend code from GUI app | Linus Färnstrand | 1 | -59/+0 | |
| 2018-05-14 | Change path of RPC connection info file on Windows | Janito Vaqueiro Ferreira Filho | 1 | -13/+32 | |
