summaryrefslogtreecommitdiffhomepage
path: root/app
AgeCommit message (Collapse)AuthorFilesLines
2018-07-31Don't log anything before log directory is createdJanito Vaqueiro Ferreira Filho1-5/+7
2018-07-27Add `TODO` to handle failure to set auto-startJanito Vaqueiro Ferreira Filho1-0/+1
2018-07-27Implement auto-start on LinuxJanito Vaqueiro Ferreira Filho1-15/+78
2018-07-26Replace margin with padding in `NavigationBar`Janito Vaqueiro Ferreira Filho1-4/+4
2018-07-26Update headers in `SelectLocation`Janito Vaqueiro Ferreira Filho3-51/+21
2018-07-26Make settings headers also drag the windowJanito Vaqueiro Ferreira Filho11-106/+84
2018-07-26Make settings navigation bar be a window drag areaJanito Vaqueiro Ferreira Filho1-0/+3
2018-07-26Fix invalid style key and margin on windows platformAndrej Mihajlov1-2/+2
2018-07-25Replace custom ClipboardData with DataTransfer typeAndrej Mihajlov1-9/+1
2018-07-25Require account tokens to have at least ten digitsJanito Vaqueiro Ferreira Filho1-3/+5
2018-07-24Localize expiry timeJanito Vaqueiro Ferreira Filho2-2/+11
2018-07-24Copy account token to clipboard when clickedJanito Vaqueiro Ferreira Filho3-1/+42
2018-07-24Remove global styles from app buttonsAndrej Mihajlov10-67/+82
2018-07-23Rotate UI log fileJanito Vaqueiro Ferreira Filho1-0/+13
2018-07-23Make sure to apply the platform window mask only on macAndrej Mihajlov1-6/+8
2018-07-23Remove "hidden" prop from HeaderBarAndrej Mihajlov2-18/+4
2018-07-23Add settings navigationAndrej Mihajlov11-175/+151
2018-07-20Migrate PlatformWindow to ReactXPAndrej Mihajlov3-20/+8
2018-07-19Remove the use of HTML5 reachability APIAndrej Mihajlov1-24/+0
2018-07-18Fix the reversed hover logic for red buttonsAndrej Mihajlov1-2/+2
2018-07-18Keep button labels white on hoverAndrej Mihajlov1-2/+2
2018-07-18Do not depend on node.type.name, instead compare prototypesAndrej Mihajlov2-7/+8
2018-07-18- Reintegrate components/styled into componentsAndrej Mihajlov17-144/+113
- Drop styled/Button, use RX.Button instead and reset cursor when needed - Scope AppButton and Cell to avoid class clash for Label and SubText - Add missing cursor: default
2018-07-18Revert the tunnel auto-connect on startupAndrej Mihajlov1-0/+11
2018-07-17Refer to auto-connect as "computer start" rather than loginLinus Färnstrand1-1/+1
2018-07-16Fix eslint promise issuesAndrej Mihajlov5-6/+13
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 ↵Andrej Mihajlov2-63/+94
the problem report
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