summaryrefslogtreecommitdiffhomepage
path: root/app
AgeCommit message (Expand)AuthorFilesLines
2018-07-05Replace Backend with AppRendererAndrej Mihajlov14-725/+647
2018-07-03Migrate to app.getVersion()Andrej Mihajlov4-12/+18
2018-07-03Add productName to package.json and migrate to using app.getName()Andrej Mihajlov2-15/+6
2018-07-03Rename daemon-connect eventsAndrej Mihajlov3-6/+6
2018-07-03Remove the hotfix introduced in #258Andrej Mihajlov1-27/+0
2018-07-03Pass individual props instead of AccountReduxStateAndrej Mihajlov3-59/+85
2018-07-03Remove tests that we are not going to fixAndrej Mihajlov3-19/+19
2018-07-03Bind actions in constructor and never keep `store`Andrej Mihajlov1-95/+83
2018-07-03Remove `ensureAuthenticated` in favor of authenticating once when connectedAndrej Mihajlov2-88/+58
2018-07-03Refactor IpcFacade to DaemonRpc and JsonRpcWs to JsonRpcTransportAndrej Mihajlov19-854/+1039
2018-07-03Move RPC file related stuff into RpcAddressFileAndrej Mihajlov6-155/+166
2018-07-02Add option to prefer const over let for immutable variablesAndrej Mihajlov6-11/+11
2018-07-02Add `(optional)` text to email inputJanito Vaqueiro Ferreira Filho1-1/+1
2018-06-28Apply a hotfix until #256 is merged which deprecates all of this anywayAndrej Mihajlov1-1/+27
2018-06-27Migrate back to AppActivationState observer from RXAndrej Mihajlov3-42/+8
2018-06-27Fix scroll flickeringAndrej Mihajlov4-1/+6
2018-06-21Refactor LoginAndrej Mihajlov1-107/+111
2018-06-20Update eslint rulesAndrej Mihajlov2-3/+5
2018-06-20Fix flow warningsAndrej Mihajlov1-7/+3
2018-06-18Ignore flow errors in `app/routes.js`Janito Vaqueiro Ferreira Filho1-0/+4
2018-06-15Update log message for no previous accountJanito Vaqueiro Ferreira Filho2-2/+2
2018-06-15Split `BackendError` into individual error classesJanito Vaqueiro Ferreira Filho3-76/+78
2018-06-15Remove `BackendError` from `app.android.js`Janito Vaqueiro Ferreira Filho1-6/+4
2018-06-14Remove `BackendError` from account redux codeJanito Vaqueiro Ferreira Filho2-5/+4
2018-06-14Separate handled errors by typeJanito Vaqueiro Ferreira Filho1-7/+3
2018-06-14Create `JsonRpcError` typeJanito Vaqueiro Ferreira Filho1-4/+25
2018-06-14Update mapStateToProps to include only relevant fieldsAndrej Mihajlov4-9/+14
2018-06-14Migrate to generic props constructorAndrej Mihajlov5-34/+32
2018-06-12Add ShutdownHandler for Main and RendererAndrej Mihajlov6-48/+101
2018-06-12Refresh account expiration when window becomes visibleAndrej Mihajlov3-24/+75
2018-06-12Update account expiry when showing the account detailsAndrej Mihajlov2-9/+48
2018-06-12Remove .js from importsAndrej Mihajlov1-12/+12
2018-06-12Add action to update expiry dateAndrej Mihajlov3-3/+43
2018-06-12Migrate some of old IPC methods to use async+awaitAndrej Mihajlov1-27/+21
2018-06-12Adjust websocket IPC verbosity levelsAndrej Mihajlov1-5/+5
2018-06-12Move problem report handling from renderer to mainAndrej Mihajlov2-62/+72
2018-06-12Refactor main processAndrej Mihajlov4-257/+342
2018-06-05Update electron to v2.0.2Andrej Mihajlov1-1/+1
2018-06-05Add formatted source codeAndrej Mihajlov77-2303/+2629
2018-06-05Add javascript code formatterAndrej Mihajlov2-3/+6
2018-06-01Update contact support label in settingsAndrej Mihajlov1-1/+1
2018-05-22Change missing credentials error messageJanito Vaqueiro Ferreira Filho1-2/+8
2018-05-21Update README regarding GUI starting backendLinus Färnstrand1-2/+1
2018-05-18Stop outputting location coordinates in frontend logsEmīls Piņķis1-1/+1
2018-05-18Move GUI log to user-specific directory on WindowsJanito Vaqueiro Ferreira Filho1-21/+11
2018-05-18Collect predefined log files in `problem-report`Janito Vaqueiro Ferreira Filho1-34/+27
2018-05-18Ignore a single tray dimension when updating window position dependingEmīls1-4/+4
2018-05-18Add minimum window size to prevent downsizing on Windows when theEmīls1-0/+3
2018-05-14Remove startBackend code from GUI appLinus Färnstrand1-59/+0
2018-05-14Change path of RPC connection info file on WindowsJanito Vaqueiro Ferreira Filho1-13/+32