mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
* Add ngnix routing logic to default to react UI for downstream * Remove defaulting from env, update Makefile to build react by default for local * Add cypress test for signin and create account workflow * Add missing routes + fallback to backend server * Hide UI toggle when defaulting to new UI * Adds forgot password + recovery email, recaptcha, missing login checks * Add external login screen + support for other login types for new UI * Add new screen for update user after external login * Add authorized apps section under external logins tab * Implement updateuser react component + fix cypress test * Fix external login OAuth flow for react * switch logic to default to new ui * Add DEFAULT_UI: angular to config for cypress CI * Fix cypress tests for oauth-callback * Rebase and fix merge conflicts --------- Signed-off-by: harishsurf <hgovinda@redhat.com>