cal/playwright
Deepak Prabhakara 7b65942de2
Feature/sso signup (#1555)
* updated saml-jackson

* if logged in redirect to getting-started page with username in the query param

* fixed issue with mixed up Google login, profile.id is undefined and this is causing the first record to be retrieved instead of the AND query failing

* updated updated saml-jackson

* document PGSSLMODE for Heroku

* tweaks to PGSSLMODE doc

* for self-hosted instance just allow user to signin with any identity (as long as email matches)

* fixed submitting flag

* added username to onboarding flow (if requested during signup)

* added telemetry for google login, saml login, saml config

* check if firstName and lastName are defined

* convert mutation to an async op

* added e2e test to ensure username query param gets picked up during onboarding

* fixed minor typo and added note about configuring Google integration as an Internal app when self-hosting

* cleaned up unnecessary ssr in sso signup routes

* renamed function

* Revert "cleaned up unnecessary ssr in sso signup routes"

This reverts commit 3607ffef79.

* moved client side code to useEffect hook

* - format
- fixed Save button in SAML config component

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-02 18:33:27 +00:00
..
auth Fix/accept team invite once signup (#1653) 2022-01-29 18:56:40 +00:00
integrations.test.ts-snapshots Wrong language in emails (#1541) 2022-01-27 13:32:53 -07:00
lib Fix signup query (#1608) 2022-01-26 16:56:22 +00:00
booking-pages.test.ts Zomars/cal 748 paid bookings are failing (#1335) 2021-12-17 16:58:23 +00:00
change-password.test.ts fix/playwright test (#1533) 2022-01-17 18:15:18 +00:00
event-types.test.ts fix/playwright test (#1533) 2022-01-17 18:15:18 +00:00
integrations-stripe.test.ts fix/playwright test (#1533) 2022-01-17 18:15:18 +00:00
integrations.test.ts Wrong language in emails (#1541) 2022-01-27 13:32:53 -07:00
login.oauth.test.ts Auto-seed when resetting and migrating dev (#1513) 2022-01-14 18:36:53 +00:00
login.test.ts E2E tests refactoring (#1318) 2021-12-15 16:25:49 +00:00
onboarding.test.ts Feature/sso signup (#1555) 2022-02-02 18:33:27 +00:00
saml.test.ts Add log in with Google and SAML (#1192) 2022-01-13 20:05:23 +00:00
trial.test.ts Adds trial banner and in-app upgrade (#1402) 2022-01-03 22:50:59 +00:00