Crowdin Bot
09abb90c8b
New Crowdin translations by Github Action
2023-09-28 09:54:13 +00:00
alannnc
403d08de41
fix: update-stripe-presented-currency ( #11431 )
...
* Edit stripe currency
* add simple test for stripe change currency
* Undo import removed
2023-09-27 21:30:22 +00:00
Vijay
d7c3132fa5
fix : #10789 Prevent Double Booking (for requests that require confirmation) ( #10882 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: zomars <zomars@me.com>
2023-09-27 20:54:22 +00:00
Keith Williams
a2df323cf8
fix: credential sync app lookup ( #11530 )
2023-09-27 17:50:16 +01:00
Ahmad
c9b87bbf85
feat: Paid and confirmed booking should be able to be rescheduled v1 ( #11417 )
...
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-09-27 13:49:13 +00:00
nitinpanghal
19e6dbb781
fix: removed duplicate account delete confirmation text ( #11520 )
...
Co-authored-by: Nitin Panghal <nitin.panghal@unthinkable.co>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-09-27 13:46:24 +00:00
Syed Ali Shahbaz
a3a49f9069
add team availability doc ( #11554 )
2023-09-27 15:46:07 +04:00
Alex van Andel
ec4e2f5996
fix: Blank state wouldn't set 'schedule'; resulting toggle had no effect ( #11335 )
2023-09-27 11:26:55 +02:00
Denzil Samuel
8a413a97b4
fix: allow different casing for team ( #11546 )
2023-09-27 10:50:04 +02:00
Chiranjeev Vishnoi
c275981be6
fix: profile slug added on create your first event type dialog ( #11494 )
2023-09-27 10:00:17 +02:00
Nafees Nazik
ce13350d5d
fix: form input not being saved after "back" ( #11540 )
...
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-09-27 04:39:37 +00:00
Joe Au-Yeung
919066222b
fix: Dynamic events prevent fetching all users that share a username [CAL-2409] ( #11288 )
...
* For dynamic search users based on org
* Type fix
---------
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Leo Giovanetti <hello@leog.me>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-09-26 22:50:10 +01:00
Crowdin Bot
9084cc6677
New Crowdin translations by Github Action
2023-09-26 15:05:48 +00:00
Richard Poelderl
fda3192d53
fix: changed Japanese translations on booking page to better match the scenario. ( #10416 ) ( #11529 )
...
Co-authored-by: sajanlamsal <saznlamsal@gmail.com>
2023-09-26 16:01:06 +01:00
Udit Takkar
a0642598ab
test: private team test ( #11523 )
2023-09-26 10:48:43 +02:00
alannnc
20282a16f7
fix: verify-rerender-checkout-stripe-session ( #11493 )
2023-09-25 10:57:02 -07:00
Shivam Kalra
69120095e4
fix: username change test ( #11511 )
2023-09-25 13:35:02 +00:00
Peer Richelsen
bfc137c349
fix: icons for dark mode ( #11309 )
2023-09-25 15:20:28 +02:00
Udit Takkar
13caf6f2cd
fix: add a default timezone ( #11475 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-09-25 15:08:41 +02:00
Crowdin Bot
efb04d04ab
New Crowdin translations by Github Action
2023-09-25 05:20:27 +00:00
tyjkerr
538e3bf07c
chore: refactor app list into common component ( #9754 )
...
Co-authored-by: Ty Kerr <tykerr@Tys-MacBook-Pro.local>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-09-25 10:47:21 +05:30
harsh11101
5940f9bccd
fix: Tickets are being shown in user preferred time format ( #11349 )
...
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-09-22 19:24:37 -04:00
DexterStorey
5e449670ea
feat: Cal AI V1.1.0 ( #11446 )
...
Co-authored-by: nicktrn <55853254+nicktrn@users.noreply.github.com>
Co-authored-by: tedspare <ted.spare@gmail.com>
2023-09-22 19:23:19 -04:00
Denzil Samuel
e0c87cf664
feat: Add ability to edit avatar ( #11399 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-09-22 19:12:35 -04:00
Leo Giovanetti
0d653afd0c
fix: remove stripe metadata and more logos ( #11489 )
2023-09-22 14:44:45 -03:00
Crowdin Bot
a78a7a1fa0
New Crowdin translations by Github Action
2023-09-22 07:52:43 +00:00
Crowdin Bot
4e7ab391ff
New Crowdin translations by Github Action
2023-09-21 21:11:13 +00:00
Leo Giovanetti
578495de87
chore: reduce team data footprint ( #11478 )
2023-09-21 18:08:34 -03:00
Crowdin Bot
94476565ad
New Crowdin translations by Github Action
2023-09-21 06:25:11 +00:00
Carina Wollendorfer
3b50fe075d
fix: remove kyc and make text messages to attendee org only ( #11389 )
...
* add orgs upgrade badge to select
* don't allow updating to if no teams or orgs plan
* make sure only paying users can request verification codes
* add new action helper function
* remove kyc code
* code clean up
* fix verify button UI
* fix type errors
* add eventTypeRequiresConfirmation everywhere
* address feedback
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-09-20 23:22:05 -07:00
Udit Takkar
96263b0cf7
fix: team members not showing up in org members list ( #11456 )
...
* fix: team members not showing up in org members list
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: use upsert
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Update apps/web/pages/api/auth/signup.ts
Co-authored-by: Leo Giovanetti <hello@leog.me>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Leo Giovanetti <hello@leog.me>
2023-09-20 22:02:10 -03:00
Alex van Andel
3a3d8db489
v3.3.3
2023-09-20 21:58:01 +01:00
Crowdin Bot
de04b1a561
New Crowdin translations by Github Action
2023-09-20 20:28:04 +00:00
Leo Giovanetti
ca946a9822
chore: avoid i18n strings in org profile ( #11469 )
...
* chore: avoid i18n strings in org profile
* Making sure is an org profile not a subteam
2023-09-20 20:25:38 +00:00
Alex van Andel
a5c05bc550
chore: Add login to rewrites ( #11466 )
2023-09-20 18:56:48 +00:00
Joe Au-Yeung
5ee962948f
feat: Readd app syncing ( #11453 )
...
* Revert "Revert "feat: Sync app credentials between Cal.com & self-hosted plat… (#11450 )"
This reverts commit 2565d0915a
.
* Add typing to `parseRefreshTokenResponse`
* Add typing
* Return safeParse data
* Type fix and refactor in Zoom
2023-09-20 19:01:54 +01:00
Crowdin Bot
c350f099f7
New Crowdin translations by Github Action
2023-09-20 17:48:11 +00:00
Leo Giovanetti
07860c238a
chore: reducing team next data ( #11463 )
...
* chore: reducing team next data
* Removing console.log
2023-09-20 14:45:14 -03:00
Omar López
2565d0915a
Revert "feat: Sync app credentials between Cal.com & self-hosted plat… ( #11450 )
2023-09-19 14:45:16 -07:00
Leo Giovanetti
3fdc41968f
fix: subteam invite org acceptance ( #11449 )
2023-09-19 14:42:37 -07:00
Omar López
37f01db0da
v3.3.2
2023-09-19 14:03:20 -07:00
Omar López
560ec244e8
feat: Setups prisma accelerate ( #11324 )
2023-09-19 21:02:57 +00:00
Crowdin Bot
21a0b67b5a
New Crowdin translations by Github Action
2023-09-19 20:49:32 +00:00
Joe Au-Yeung
824145b0e2
feat: Sync app credentials between Cal.com & self-hosted platforms ( #11059 )
...
* Add credential sync .env variables
* Add webhook to send app credentials
* Upsert credentials when webhook called
* Refresh oauth token from a specific endpoint
* Pass appSlug
* Add credential encryption
* Move oauth helps into a folder
* Create parse token response wrapper
* Add OAuth helpers to apps
* Clean up
* Refactor `appDirName` to `appSlug`
* Address feedback
* Change to safe parse
* Remove console.log
---------
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
2023-09-19 20:46:50 +00:00
Leo Giovanetti
bc89fe00ea
fix: unpublished org/team avatar and i18n ( #11429 )
...
* fix: unpublished org/team avatar and i18n
* Fixing e2e
2023-09-20 01:45:39 +05:30
Crowdin Bot
64850b54f0
New Crowdin translations by Github Action
2023-09-19 20:04:11 +00:00
Crowdin Bot
eccab37607
New Crowdin translations by Github Action
2023-09-19 14:24:18 +00:00
Pradumn Kumar
786c1c2ba3
feat: monthly email digest ( #10621 )
...
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-09-19 16:19:36 +02:00
Udit Takkar
50970dc249
fix: org invite ( #11356 )
...
Co-authored-by: Leo Giovanetti <hello@leog.me>
2023-09-19 15:46:33 +05:30
Crowdin Bot
45cded6b48
New Crowdin translations by Github Action
2023-09-19 10:02:00 +00:00