| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2018-05-09 | Update Windows log paths collected for reports | Janito Vaqueiro Ferreira Filho | 1 | -1/+9 | |
| 2018-05-02 | Change the shutdown behaviour to wait on the daemon to disconnect or | Emīls Piņķis | 2 | -13/+26 | |
| shut down | |||||
| 2018-04-30 | Shut down frontend if another instance is already running | Emīls Piņķis | 1 | -0/+18 | |
| 2018-04-26 | Increase login token placeholder size | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2018-04-24 | Make drag related stytles platform specific | Emīls Piņķis | 4 | -9/+21 | |
| 2018-04-24 | Make app window draggable without window decorations on linux | Emīls Piņķis | 1 | -0/+4 | |
| 2018-04-24 | Fix debug logging call in _registerIpcListeners() | Emīls Piņķis | 1 | -1/+2 | |
| 2018-04-24 | Adjust window management on linux | Emīls Piņķis | 1 | -3/+16 | |
| 2018-04-23 | Add basic windows service | Andrej Mihajlov | 1 | -6/+13 | |
| 2018-04-23 | Fix out-of-time screen status icon position | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 | |
| 2018-04-19 | Don't attempt to connect if current state is 'secured' | Emīls Piņķis | 1 | -3/+10 | |
| 2018-04-19 | Add TODO comments about refactoring BackendError | Emīls Piņķis | 1 | -0/+2 | |
| 2018-04-17 | Disconnect from tunnel when UI is closed on Linux | Emīls Piņķis | 2 | -1/+14 | |
| 2018-04-17 | Change behaviour of GUI to only shut down the daemon on Windows and OSX | Emīls Piņķis | 1 | -4/+6 | |
| 2018-04-16 | Lint for transitionstyles | anderklander | 3 | -13/+9 | |
| 2018-04-16 | Correct style handling in Img.android | anderklander | 1 | -3/+3 | |
| 2018-04-16 | Rename Login styles to remove warning | anderklander | 2 | -9/+20 | |
