summaryrefslogtreecommitdiffhomepage
path: root/app/containers
AgeCommit message (Expand)AuthorFilesLines
2018-06-05Add formatted source codeAndrej Mihajlov8-34/+61
2018-02-01Read the version from package.json instead of from electronErik Larkö1-2/+2
2018-02-01Show the app version in the settings viewErik Larkö1-1/+7
2018-01-29Calculate map offset dynamically and refine the Connect.stateAndrej Mihajlov1-1/+36
2018-01-20Move problem report handling from supportPageanderklander1-67/+4
2018-01-15Remove unused shell form supportPageanderklander1-1/+1
2018-01-15OpenLink in SettingsPageanderklander1-2/+2
2018-01-15OpenLink in containersanderklander3-6/+6
2018-01-15Move logging to platform dependent fileanderklander3-4/+4
2018-01-03Convert preferences to ReactXPAndrej Mihajlov1-2/+5
2018-01-03Wire up PreferencesPage and allowLan settingAndrej Mihajlov1-2/+5
2018-01-03Add Preferences pageAndrej Mihajlov2-0/+21
2017-12-19Drop hardcoded servers in favor of relay locationsAndrej Mihajlov1-1/+0
2017-12-14Rebase fixesErik Larkö2-1/+1
2017-12-14Links/exit in platform.jsanderklander4-16/+10
2017-12-14Reactxp starter packanderklander4-8/+14
2017-12-06Enable flow for ConnectPageAndrej Mihajlov1-7/+23
2017-12-06Enable flow for SupportPageAndrej Mihajlov1-5/+11
2017-12-06Enable flow for SettingsPageAndrej Mihajlov1-8/+12
2017-12-06Enable flow for SelectLocationPageAndrej Mihajlov1-6/+12
2017-12-06Enable flow for LoginPageAndrej Mihajlov1-7/+21
2017-12-06Enable flow for AccountPageAndrej Mihajlov1-6/+13
2017-12-06Fix flow crash on dispatch without annotated typeAndrej Mihajlov1-1/+3
2017-12-06Fix flow annotations for AdvancedSettingsPageAndrej Mihajlov1-2/+5
2017-12-06Use RelayLocation to obtain server informationAndrej Mihajlov1-1/+1
2017-12-06Add relay constraint builder and basic testsAndrej Mihajlov2-31/+44
2017-12-06Add relay settings fetchAndrej Mihajlov1-1/+1
2017-12-05Adjust SelectLocation component to support RelayLocationAndrej Mihajlov1-13/+8
2017-12-05Fix flow issue for unchecked promiseAndrej Mihajlov1-5/+6
2017-11-23Pass protocol and port to Backend#connectAndrej Mihajlov1-8/+13
2017-11-23Change default udp port to 1301Linus Färnstrand1-2/+2
2017-11-23Temporary hardcode automatic constraints selection since we cannot useAndrej Mihajlov1-27/+20
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