| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-05-28 | Allow to set the ipc timeout | Erik Larkö | 1 | -1/+7 | |
| 2017-05-28 | JSONRPC communication tests | Erik Larkö | 1 | -2/+9 | |
| 2017-05-28 | Send on connect test | Erik Larkö | 1 | -1/+1 | |
| 2017-05-28 | Prepare for tests: Allow Ipc to accept a WebSocketFactory | Erik Larkö | 3 | -4/+6 | |
| 2017-05-28 | Flow ipc.js | Erik Larkö | 1 | -10/+57 | |
| 2017-05-28 | IPC facade | Erik Larkö | 3 | -26/+89 | |
| 2017-05-30 | Fix bug when calling stop() during onFrame wouldn't have any effect | Andrej Mihajlov | 1 | -5/+15 | |
| 2017-05-27 | Add timeout to all IPC calls | Erik Larkö | 1 | -1/+23 | |
| 2017-05-27 | Flow in backend.js | Erik Larkö | 1 | -8/+21 | |
| 2017-05-27 | Migrate to react-router v4 and react-router-redux v5-alpha | Andrej Mihajlov | 9 | -75/+89 | |
| 2017-05-24 | Add backoff to the reconnection logic | Erik Larkö | 1 | -2/+31 | |
| 2017-05-23 | Fixes logout bug | Erik Larkö | 1 | -1/+1 | |
| 2017-05-23 | Reasons to all asserts | Erik Larkö | 4 | -8/+8 | |
| 2017-05-23 | Uncomment Ipc listener because the backend is emitting one event per second | Erik Larkö | 1 | -2/+2 | |
| 2017-05-23 | Add support for JsonRpc subscriptions | Erik Larkö | 1 | -6/+39 | |
| 2017-05-23 | Refactor animations | Andrej Mihajlov | 1 | -39/+9 | |
| 2017-05-19 | Login and connect | Erik Larkö | 1 | -33/+24 | |
| 2017-05-19 | Logout and disconnect | Erik Larkö | 1 | -8/+2 | |
| 2017-05-19 | Get IP | Erik Larkö | 1 | -4/+4 | |
| 2017-05-19 | Use a websocket as the IPC channel | Erik Larkö | 3 | -25/+73 | |
| 2017-04-18 | Don't show backend errors when exiting the frontend in development | Erik Larkö | 1 | -1/+1 | |
| 2017-04-18 | Use electron-log instead of console.log | Erik Larkö | 5 | -24/+42 | |
| 2017-04-12 | Updated jsonrpc methods after changes in the backend | Erik Larkö | 1 | -2/+2 | |
| 2017-04-12 | Can start and connect to the backend | Erik Larkö | 1 | -0/+17 | |
| 2017-04-07 | Rust backend | Erik Larkö | 3 | -127/+51 | |
| 2017-04-03 | Read connection string | Erik Larkö | 3 | -3/+36 | |
| 2017-04-03 | Mock backend | Erik Larkö | 5 | -208/+221 | |
| 2017-03-27 | Some more whitespace fixes | Erik Larkö | 3 | -19/+19 | |
| 2017-03-24 | Whitespace errors | Erik Larkö | 22 | -165/+165 | |
| 2017-03-24 | Linux compatibility (#2) | Andrei Mihailov | 4 | -116/+76 | |
| * Make app run in window on Linux/Windows * Fix filename case * Show window by default except on macOS * always show dev tools when developing * Adjust content height for other platforms | |||||
| 2017-03-23 | Document Backend._startReachability | Andrej Mihajlov | 1 | -0/+8 | |
| 2017-03-21 | Adjust backend to redux actions | Andrej Mihajlov | 1 | -3/+1 | |
| 2017-03-21 | - Remove .failed connection enum | Andrej Mihajlov | 5 | -49/+23 | |
| - Do not connect if user is out credits | |||||
| 2017-03-21 | Display user out of time error | Andrej Mihajlov | 2 | -6/+11 | |
| 2017-03-21 | Add reachability and display offline screen automatically based on it | Andrej Mihajlov | 4 | -15/+63 | |
| 2017-03-21 | Add Backend.hasCredits | Andrej Mihajlov | 1 | -0/+13 | |
| 2017-03-21 | Turn header bar red when connecting | Andrej Mihajlov | 1 | -2/+3 | |
| 2017-03-21 | Migrate to NSEventMonitor 0.0.2 | Andrej Mihajlov | 1 | -2/+2 | |
| 2017-03-20 | Add note | Andrej Mihajlov | 1 | -0/+1 | |
| 2017-03-20 | Add backend errors and polish error views | Andrej Mihajlov | 4 | -3/+75 | |
| 2017-03-20 | Add error screen | Andrej Mihajlov | 2 | -167/+212 | |
| 2017-03-20 | Return .failed state on error | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-03-20 | - Add support for passing custom values for enum keys (via Object) | Andrej Mihajlov | 1 | -9/+45 | |
| - Add support for reverse lookup in enum | |||||
| 2017-03-20 | Add app menu to map hotkeys to standard actions (i.e copy/paste) | Andrej Mihajlov | 1 | -10/+32 | |
| 2017-03-20 | Fix lint issue | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-03-20 | Fix copy/paste support | Andrej Mihajlov | 1 | -12/+43 | |
| Adds context menu on all editable fields | |||||
| 2017-03-20 | Copy ip address to clipboard | Andrej Mihajlov | 3 | -4/+42 | |
| 2017-03-20 | - Move spinner class computation into separate method | Andrej Mihajlov | 1 | -3/+36 | |
| - Add comment blocks around different parts of template to define boundaries | |||||
| 2017-03-20 | Fix top anchor and adjust margins | Andrej Mihajlov | 2 | -35/+51 | |
| 2017-03-20 | Revert anchor point | Andrej Mihajlov | 1 | -2/+1 | |
