calcom/apps/web
Agusti Fernandez 8bc5a75249
Feature: Verify login on signup with magic link. ()
* manual migration to rename verificationtoken, maybe it could be dropped and create a new table instead if we're not using it, will consult @zomars

* feat: rename verificationRequest --> verificationToken in schema.prisma

* fix: rename verificationRequest -> verificationToken in the codebase

* feat: add default cookies for next-auth

* fix: moves @lib/serverConfig to @calcom/lib so it can be called by website too

* fix: make self-certificate work in dev env by not rejecting tls in serverConfig

* fix verificationTokenToken typo

Co-authored-by: Omar López <zomars@me.com>

* Adds domain: .cal.com if not dev env in cookies

* Adds default-cookies to apps/web, and nextauth_domain to turbo website build deps"a

* update NEXTAUTH_DOMAIN to NEXTAUTH_COOKIE_DOMAIN

* Updates website submodule

* Removes deprecated env vars

* Consolidates auth logic in one place

* Updates website module

* Signup fixes

* Build fixes

* Updates example

* Updates example

* Fixes

* Fix Email Verification

* fix: move csrf-token cookiePrefix from __Host -> __Secure

* Removes console log

* Fixes link in email template

* Removed irrelevant coment

* Testing with a 32 bit secret

* Fixes for cookien in E2E

* E2E fixes

* Fixes Stripe tests locally

* Temp fix for E2E

Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2022-04-21 14:32:25 -06:00
..
@types App Store () 2022-03-23 15:00:30 -07:00
components Feature: Verify login on signup with magic link. () 2022-04-21 14:32:25 -06:00
contexts Eslint fixes () 2022-02-18 16:53:45 +00:00
docs update SAML setup links for readme files () 2022-03-16 11:40:58 +00:00
ee fix(web): overflow with auto scroll instead of scroll () 2022-04-19 16:50:19 +01:00
lib Feature: Verify login on signup with magic link. () 2022-04-21 14:32:25 -06:00
pages Feature: Verify login on signup with magic link. () 2022-04-21 14:32:25 -06:00
playwright Feature: Verify login on signup with magic link. () 2022-04-21 14:32:25 -06:00
public Update Traditional Chinese translation () 2022-04-21 17:20:56 +02:00
scripts Eslint fixes () 2022-02-18 16:53:45 +00:00
server Feature: Verify login on signup with magic link. () 2022-04-21 14:32:25 -06:00
styles Feature/reschedule bookings () 2022-04-14 15:25:24 -06:00
test/lib Fix for buffer not considering custom interval slots and event duration for slots when using custom intervals () 2022-03-12 06:52:27 +00:00
web3 Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
.eslintignore Fixes for lint 2022-02-10 14:22:45 -07:00
.gitignore Unignores .env.example () 2022-02-10 19:54:55 -07:00
.nvmrc Re-adds .nvmrc 2022-02-10 14:22:45 -07:00
calendso.yaml Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
jest.config.ts Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
next-env.d.ts Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
next-i18next.config.js Add translation for rediret string () 2022-04-06 16:21:42 +00:00
next.config.js Enables strict mode in nextjs apps () 2022-04-04 20:26:14 +00:00
package.json Feature: Verify login on signup with magic link. () 2022-04-21 14:32:25 -06:00
postcss.config.js Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
project.toml Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
tailwind.config.js Re-enables tailwind purge () 2022-03-16 12:40:47 -07:00
tsconfig.json The Dotenv Refactor () 2022-03-25 17:39:38 -07:00
yarn.lock App Store () 2022-03-23 15:00:30 -07:00