Commit Graph

12 Commits

Author SHA1 Message Date
Vitalii Koshura 44742026e2
Remove trailing whitespaces. Add CI script to verify in on every commit
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-05-05 20:08:17 +02:00
davidpanderson 75f463aa2a Manager: clean up "Welcome page" 2020-08-01 21:23:49 -07:00
David Anderson 5726e700a7 Manager: remove cookie-based autoattach schemes
A long time ago we tried auto-attach schemes (project and AM)
where web sites sent cookies with account info,
and the manager looked for these.
We dropped this idea because browsers kept changing how they stored cookies,
and we couldn't keep up.

Remove this code.  Also, we no longer need sqlite anywhere.
2020-06-14 15:23:48 -07:00
davidpanderson e021bdf867 Windows: fix many VS2019 compile warnings. No functional changes. 2020-06-12 09:33:34 -07:00
Rom Walton b255443c3c MGR: Hitting 'next' on the project welcome page should cause the wizard to call the get_project_config RPC. Otherwise the terminology will not be correct for WCG. 2016-02-19 22:55:27 -05:00
Rom Walton ee47ac8ef9 MGR: When clicking next on the project welcome page, only go to the account info page if neither the authenticator or setup cookie are present. Otherwise attempt to attach with either. 2016-02-19 18:11:31 -05:00
Rom Walton 4aef6a2126 MGR: Reduce confusion in the attach wizard by making CWizardAttach the authoritative source for project and account information. 2015-01-12 15:08:36 -05:00
Rom Walton dadf68977d MGR: On connecting to the CC, check to see if we have any simple attach cookies. If found we should launch the attach wizard to attach to the project. 2014-12-01 13:20:55 -05:00
Rom Walton c6f50e40c0 MGR: Switch over to using a static control for the project description, it'll support multiple lines and looks more natural. 2014-10-13 15:39:22 -04:00
Rom Walton b18cb1d98c MGR: Fix the layout of the 1-click attach welcome screen. 2014-10-13 14:28:30 -04:00
David Anderson ae8b014d71 Manager: add more info to simple attach page 2014-10-05 21:07:24 +02:00
Rom Walton d549682e87 MGR: Finish skeleton 1 click attach functionality. Final text TBD. 2014-10-04 17:25:53 +02:00