Commit Graph

2169 Commits (b0a6142ccc68c4ba3b0cf814038b8e52ff45905b)

Author SHA1 Message Date
kodiakhq[bot] b0a6142ccc
Merge branch 'main' into enterprise-license 2022-04-26 02:15:48 +00:00
Afzal Sayed 96f6c644bd
Improve create event-type flow (#2446)
* Improve create event-type flow

* Update form values when query changes

Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-26 02:13:15 +00:00
zomars 4c42415e3b Merge branch 'main' into enterprise-license 2022-04-25 20:00:59 -06:00
zomars 9ee35641cc Update yarn.lock 2022-04-25 20:00:39 -06:00
sean-brydon 7c12bb1e20
Bug/i118n flicker (#2609)
* Fix Global Flicker

* Fixes Flicker + Null return

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-25 18:26:13 -06:00
zomars 0d07c191c4 Merge branch 'main' into enterprise-license 2022-04-25 18:21:49 -06:00
Peer Richelsen 10e796f956
Revert "feat: disable select when loading (#2475)" (#2608)
This reverts commit 307b098f83.
2022-04-26 01:26:03 +02:00
sean-brydon 071077f2dc
Fix Global Flicker (#2604) 2022-04-26 00:20:16 +02:00
sean-brydon afe957674c
Adding avatar skeleton loader (#2600) 2022-04-25 20:18:07 +00:00
Carlos Gabriel 307b098f83
feat: disable select when loading (#2475) 2022-04-25 20:30:15 +02:00
sean-brydon 95a793dd5a
Skeleton Loaders Implementation (#2596)
* Skeleton Loaders

* Remove Href

* Fix Height Jumping around

* Subtle Colors

* feedback by ciaran

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-25 17:01:51 +00:00
sean-brydon a0057911c1
Fix back button (#2592) 2022-04-25 10:32:01 +02:00
Hariom Balhara 93c75b5fef
Embed Miscellaneous Improvements and Fixes (#2499) 2022-04-25 10:03:00 +05:30
kodiakhq[bot] aa73712270
Merge branch 'main' into enterprise-license 2022-04-24 21:03:05 +00:00
Afzal Sayed 53d7e57142
Fix update event type authorization (#2588) 2022-04-24 15:02:04 -06:00
kodiakhq[bot] eaa316e473
Merge branch 'main' into enterprise-license 2022-04-24 19:55:01 +00:00
zomars 810700531d Merge branch 'main' into enterprise-license 2022-04-24 13:54:44 -06:00
zomars dc33da59f7 Adds staging/prod admin console links 2022-04-24 13:51:35 -06:00
Hariom Balhara 2c4a891a89
Add debugging details (#2582) 2022-04-23 18:45:46 +00:00
Joe Au-Yeung 8e0c7759be
Update README.md (#2578) 2022-04-22 21:43:59 +02:00
Peer Richelsen 41dc01ea3c
Update next-i18next.config.js (#2568) 2022-04-22 20:40:40 +02:00
Syed Ali Shahbaz 9c985edb6b
away user fix (#2576) 2022-04-22 16:03:01 +01:00
Bailey Pumfleet 69ef309cb5 Update website submodule 2022-04-21 22:31:02 +01:00
Omar López f10bf38292
Removed deprecated JWT secrets (#2574) 2022-04-21 15:10:23 -06:00
Agusti Fernandez 02f68b104b
fix: adds title to public-api docs (#2573) 2022-04-21 20:46:37 +00:00
Agusti Fernandez 8bc5a75249
Feature: Verify login on signup with magic link. (#2122)
* 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
kodiakhq[bot] 20c4777d83
Merge branch 'main' into enterprise-license 2022-04-21 18:18:58 +00:00
Joe Au-Yeung 97e4cca252
Remove global app installed button (#2561)
* Remove global app installed button

* Add Jitsi add button

* Find app credentials based on variant

* Make huddle installable

* Remove default installed message from installed apps page

* Display Jitsi and Huddle as locations if installed

* Reverse global app changes and made Jitsi and Huddle non global

* Changes to app page refrence #2556

* Fix type errors

* Revert code

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-21 12:17:56 -06:00
kodiakhq[bot] 45af3e1b3f
Merge branch 'main' into enterprise-license 2022-04-21 17:06:49 +00:00
sean-brydon 18d41b52a2
Add chat public scope to slack scopes (#2564)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-21 19:04:38 +02:00
kodiakhq[bot] 9f95de6256
Merge branch 'main' into enterprise-license 2022-04-21 15:28:25 +00:00
manuelgu 26c0f82edf
fix: typo in slack app description (#2563)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-21 17:25:43 +02:00
kodiakhq[bot] 14318f7c48
Merge branch 'main' into enterprise-license 2022-04-21 15:23:18 +00:00
SiderealArt c12436afb0
Update Traditional Chinese translation (#2566)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-21 17:20:56 +02:00
kodiakhq[bot] 6504a29247
Merge branch 'main' into enterprise-license 2022-04-21 13:28:26 +00:00
milospuac fead885aa4
Create slack.mdx (#2565)
Documentation for our Slack commands
2022-04-21 14:26:29 +01:00
kodiakhq[bot] 3363d7b841
Merge branch 'main' into enterprise-license 2022-04-21 09:35:21 +00:00
sean-brydon e680bb1548
Adding Scope for bot permissions (#2530)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-04-21 10:32:56 +01:00
kodiakhq[bot] db7e31a84c
Merge branch 'main' into enterprise-license 2022-04-20 21:39:33 +00:00
alannnc 6e82d38249
Fix for appstore and wipemycal render (#2556)
* Fix for appstores and wipe-my-cal

* Fix email subject for reschedule

* Fix email subject for reschedule

* Fix api add wipemycal return

* Now we ask on a endpoint if app its installed

* Fix types

Co-authored-by: Omar López <zomars@me.com>
2022-04-20 23:37:25 +02:00
zomars 56998b9287 Updates admin 2022-04-20 14:34:11 -06:00
kodiakhq[bot] a3d9227818
Merge branch 'main' into enterprise-license 2022-04-20 20:22:24 +00:00
zomars 9f63299a1a Fixes hubspot metadata 2022-04-20 14:20:02 -06:00
zomars b2be2f68f5 Updates license checker URL 2022-04-20 14:14:46 -06:00
zomars a9a7d83c45 Adds scripts for console 2022-04-20 13:46:07 -06:00
zomars b7ed262701 Updates submodules 2022-04-20 13:22:19 -06:00
kodiakhq[bot] d8ac3a2e4d
Merge branch 'main' into enterprise-license 2022-04-20 18:39:11 +00:00
zomars 702f31c935 Prepares prettier for local modules 2022-04-20 12:37:03 -06:00
zomars 7838307071 Merge branch 'main' into enterprise-license 2022-04-20 12:01:51 -06:00
zomars 08db282a07 Extracts EmptyScreen 2022-04-20 12:00:49 -06:00