summaryrefslogtreecommitdiffhomepage
path: root/app
AgeCommit message (Expand)AuthorFilesLines
2018-07-16Correct the colors in AdvancedSettingsAndrej Mihajlov1-12/+13
2018-07-16Fix the use of ObjMap<T, F> in styles.jsAndrej Mihajlov1-6/+7
2018-07-16Align margins across the appAndrej Mihajlov3-12/+12
2018-07-16Remove unused stylesAndrej Mihajlov1-12/+0
2018-07-16Fix invalid colors in CellButtonAndrej Mihajlov1-6/+3
2018-07-16Use spread instead of Object.assignAndrej Mihajlov1-4/+4
2018-07-16Switch color configuration from HEX to RGBAndrej Mihajlov1-8/+8
2018-07-16Fix header padding in SettingsAndrej Mihajlov1-1/+1
2018-07-16Add auto-start and auto-connect fields to PreferencesAndrej Mihajlov2-11/+49
2018-07-16Add helper to check/add app to auto startAndrej Mihajlov2-2/+41
2018-07-16Add app logic to fetch and set autoConnectAndrej Mihajlov1-0/+13
2018-07-16Add actions and reducers for autoConnectAndrej Mihajlov2-3/+27
2018-07-16Add RPC methods to get/set autoConnectAndrej Mihajlov1-0/+15
2018-07-16Add auto-connect and auto-start options to Preferences UIAndrej Mihajlov1-0/+31
2018-07-16Handle promise rejection coming from connectTunnel()Andrej Mihajlov1-3/+8
2018-07-16Remove auto-connect on startAndrej Mihajlov1-7/+0
2018-07-05Add initial form data to Support form, save form data when failed to submit t...Andrej Mihajlov2-63/+94
2018-07-05Add support state in redux storeAndrej Mihajlov3-2/+78
2018-07-05Fix number of bugs in tray icon handling on WindowsAndrej Mihajlov1-26/+32
2018-07-05Fix windows -> win32Andrej Mihajlov1-2/+2
2018-07-05Remove window from taskbarAndrej Mihajlov1-0/+1
2018-07-05Remove unused electron importAndrej Mihajlov1-3/+3
2018-07-05Remove duplicate keys for blue80 from config.jsonAndrej Mihajlov1-2/+0
2018-07-05Use editable instead of disabled in AccountInput and shallow compare all propsAndrej Mihajlov2-7/+9
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