summaryrefslogtreecommitdiffhomepage
path: root/app/containers
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Erik Larkö5-7/+7
connect->connection
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 ↵Andrej Mihajlov1-2/+7
transition to next location
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
- Update settings - Reconnect when switching location
2017-02-22- Switch tray icon when connectedAndrej Mihajlov1-7/+2
- Fix ESLint issues
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
- Add links to configuration - Make links work on Settings page
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
Add menubar and tests
2017-02-14- Add new assetsAndrej Mihajlov1-2/+2
- Redirect user to VPN connection screen after log in
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
2017-02-13- Add ES6 enumsAndrej Mihajlov1-2/+12
- Add react-if - Add conditional rendering in login component - Implement basic login logic
2017-02-06Add declarative Tray implementationAndrej Mihajlov1-0/+14
2017-02-06Initial commitAndrej Mihajlov3-0/+45