summaryrefslogtreecommitdiffhomepage
path: root/app
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-09Update Windows log paths collected for reportsJanito Vaqueiro Ferreira Filho1-1/+9
2018-05-02Change the shutdown behaviour to wait on the daemon to disconnect orEmīls Piņķis2-13/+26
2018-04-30Shut down frontend if another instance is already runningEmīls Piņķis1-0/+18
2018-04-26Increase login token placeholder sizeJanito Vaqueiro Ferreira Filho1-1/+1
2018-04-24Make drag related stytles platform specificEmīls Piņķis4-9/+21
2018-04-24Make app window draggable without window decorations on linuxEmīls Piņķis1-0/+4
2018-04-24Fix debug logging call in _registerIpcListeners()Emīls Piņķis1-1/+2
2018-04-24Adjust window management on linuxEmīls Piņķis1-3/+16
2018-04-23Add basic windows serviceAndrej Mihajlov1-6/+13
2018-04-23Fix out-of-time screen status icon positionJanito Vaqueiro Ferreira Filho1-4/+4
2018-04-19Don't attempt to connect if current state is 'secured'Emīls Piņķis1-3/+10
2018-04-19Add TODO comments about refactoring BackendErrorEmīls Piņķis1-0/+2
2018-04-17Disconnect from tunnel when UI is closed on LinuxEmīls Piņķis2-1/+14
2018-04-17Change behaviour of GUI to only shut down the daemon on Windows and OSXEmīls Piņķis1-4/+6
2018-04-16Lint for transitionstylesanderklander3-13/+9
2018-04-16Correct style handling in Img.androidanderklander1-3/+3