summaryrefslogtreecommitdiffhomepage
path: root/app/containers
AgeCommit message (Expand)AuthorFilesLines
2017-11-23Fix backend.connect() callAndrej Mihajlov1-20/+8
2017-11-23Rename RelayConstraints -> RelaySettingsLinus Färnstrand2-3/+3
2017-11-21Implement account dropdown for account history on Login viewAndrej Mihajlov1-0/+1
2017-11-09Redact account token from logsErik Larkö1-2/+2
2017-11-09Problem reportErik Larkö1-2/+73
2017-11-09Redid the settings state and inlined a few componentsErik Larkö2-9/+15
2017-11-08tcp and portErik Larkö4-11/+64
2017-10-19Add support form fields and validationAndrej Mihajlov1-1/+3
2017-10-19Add Support componentAndrej Mihajlov1-0/+15
2017-10-19Remove unused onViewAccount from AccountPageAndrej Mihajlov1-1/+0
2017-10-19Add hook to view support formAndrej Mihajlov1-0/+1
2017-10-05Remove the auto-secure settingErik Larkö1-4/+0
2017-10-02Store the unsubmitted account token in the redux storeErik Larkö1-1/+2
2017-09-12Move the hardcoded relay endpoint data to the Connect componentErik Larkö2-2/+8
2017-08-28Fixed failed loginChange action when resetting login errorErik Larkö1-2/+2
2017-08-24Replace paidUntil with expiryLinus Färnstrand1-1/+1
2017-08-23Refactor Connect props and first disconnected testErik Larkö1-1/+5
2017-08-21Refactor Login component and add footer and account input testsErik Larkö1-1/+0
2017-07-13Add tests for Account componentAndrej Mihajlov1-1/+1
2017-07-03Rename account.account -> account.accountNumberErik Larkö1-1/+1
2017-07-03Moved the redux stuff into separate folder and renamed user->account and conn...Erik Larkö5-7/+7
2017-06-30Fix lint issues in SettingsPageAndrej Mihajlov1-2/+1
2017-06-30Annotate Settings componentAndrej Mihajlov1-2/+0
2017-06-21Replace ConnectionState & LoginState with Flow alternativeAndrej Mihajlov1-2/+1
2017-05-27Migrate to react-router v4 and react-router-redux v5-alphaAndrej Mihajlov6-25/+14
2017-03-24Whitespace errorsErik Larkö1-1/+1
2017-03-20Add backend errors and polish error viewsAndrej Mihajlov1-0/+3
2017-03-20Copy ip address to clipboardAndrej Mihajlov1-1/+3
2017-03-15Add delay before reconnecting to ensure that map is fully loaded before trans...Andrej Mihajlov1-2/+7
2017-03-06Add account subviewAndrej Mihajlov2-1/+25
2017-03-01Move routing logic to containerAndrej Mihajlov1-1/+3
2017-03-01Add settings button in header barAndrej Mihajlov1-0/+1
2017-03-01Refactor connect screenAndrej Mihajlov1-0/+2
2017-03-01Leaner Login component logicAndrej Mihajlov1-5/+5
2017-03-01Rename callbacksAndrej Mihajlov1-3/+4
2017-03-01Move shell calls outside of componentAndrej Mihajlov1-1/+1
2017-03-01Split constants on enums and config.jsonAndrej Mihajlov2-2/+2
2017-02-24- Move serverInfo configuration to backendAndrej Mihajlov3-2/+16
2017-02-22- Switch tray icon when connectedAndrej Mihajlov1-7/+2
2017-02-21Refactor code and handle edge casesAndrej Mihajlov4-25/+18
2017-02-20Add location pickerAndrej Mihajlov1-0/+19
2017-02-17- Format account in settings pageAndrej Mihajlov1-7/+2
2017-02-17Add switch control and hook up settings reducer & actionsAndrej Mihajlov1-1/+4
2017-02-16Add settings paneAndrej Mihajlov2-1/+20
2017-02-16Feature/menubar popup window (#1)Andrei Mihailov2-16/+9
2017-02-14- Add new assetsAndrej Mihajlov1-2/+2
2017-02-14Refactor code and implement missing testsAndrej Mihajlov1-1/+1
2017-02-13Fix linting issuesAndrej Mihajlov1-1/+1
2017-02-13Add logoutAndrej Mihajlov1-2/+2
2017-02-13Autofocus on text field after login failureAndrej Mihajlov1-1/+0