6fa54aba46
perf: Refactor getEnabledApps to filter on credentials passed ( #10353 )
...
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-08-01 16:40:52 +05:30
acc4909981
fix: embed hides floating button ( #9165 )
...
* fix: embed - hides floating button on click to prevent overlapping over modal
* revert changes on yarn.lock
* z-index for Modal wasnt highest
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-08-01 08:51:45 +00:00
4a6dc50909
fix: Unpublished screens ( #10453 )
...
* Implementation
* Changes and e2e
* Reverting launch.json
* Reverting org create handler
* Reverting yarn.lock
* DRYness and nitpicks
* Default org domain to undefined
* Applying zomars suggestion
* Suggestions
* Fixing seed and type in suggestion
* Fixing types
---------
Co-authored-by: zomars <zomars@me.com >
2023-07-31 21:27:22 +01:00
12abca65b8
fix: Fixed 10080 settings sidebar scrolling issue ( #10471 )
...
* fix : #10080 settings sidebar scrolling issue
* fix: type error
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* Fixed type error
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-07-31 18:51:08 +00:00
5a430df5d9
feat: Verify email of people setting a meeting with you ( #10317 )
...
* booker email verification changes
* name type fix
* use totp and code
* prisma schema styling
* refactor: code
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* fix: book event form
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* fix: type error
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* fix: type errors
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* fix: unit tests
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* refactor: move verifycodedialog from ui and to features/bookings
* fix: type error
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
Co-authored-by: rkreddy99 <rreddy@e2clouds.com >
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
2023-07-31 17:51:11 +00:00
fcd8de43d6
fix: temporarily disable sms/whatsapp to attendee workflow action ( #10485 )
...
* disable sms and whatsapp to attendee
* fix type error
* fix prisma enum imports
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-07-31 17:45:48 +00:00
Alex van Andel and GitHub
9498ad4916
Fixed workflowReminder test + refactored reminderSchedule ( #10487 )
2023-07-31 18:35:48 +01:00
d21135e076
fix: do not delete last schedule ( #10444 )
...
Co-authored-by: rkreddy99 <rreddy@e2clouds.com >
2023-07-31 14:48:50 +01:00
65384d7b1f
test: Create unit tests for react components in packages/ui/components/layout ( #10458 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
2023-07-31 12:07:21 +05:30
sean-brydon and GitHub
8f9f096723
feat: Auto join team if already in org [CAL-2248] ( #10450 )
...
* Auto join if in org.
* Only handle accepted org memberships
* Add comment
* TODO: fix prisma mock
2023-07-28 16:43:35 +00:00
sean-brydon and GitHub
878f074cb6
use cloudflare real IP ( #10449 )
2023-07-28 15:11:44 +00:00
2c2fd14050
fix: use time format ( #8787 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Shivam Kalra <shivamkalra98@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2023-07-28 16:22:19 +02:00
Udit Takkar and GitHub
063c7f6244
fix: width and avatar in orgs app install dropdown ( #10447 )
2023-07-28 16:04:49 +02:00
e8339030c2
Add optimistic update for away status toggling ( #10395 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2023-07-28 12:18:29 +00:00
4bc4ff8193
test: Create unit tests for react components in packages/ui/components/table ( #10437 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
2023-07-28 12:57:44 +01:00
GitStart-Cal.com and GitHub
6cff76cc3b
test: Create unit tests for react components in packages/ui/components/form/colorpicker ( #10426 )
...
## DEMO
Run
```
yarn test colorpicker
```

2023-07-28 09:44:52 +01:00
1d5b383529
fix: weekly limits ( #10404 )
...
* fix: correctly apply duration limits
* fix: weekly limits for weeks in two months
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2023-07-27 17:33:24 +01:00
Anik Dhabal Babu and GitHub
65600b76f2
fix: Set the limit of Occurrences ( #10269 )
2023-07-27 11:49:21 -04:00
0c37f8a712
fix: Booking Confirmation Dialogbox ( #10397 )
...
Co-authored-by: cherish2003 <saicherissh90@gmail.com >
2023-07-27 11:31:15 -04:00
e81985c80d
test: Create unit tests for react components in packages/ui/components/TokenHandle ( #10407 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
Co-authored-by: Shivam Kalra <shivamkalra98@gmail.com >
2023-07-27 15:48:23 +02:00
a1e6e8ff32
Update package.json ( #10045 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
2023-07-27 15:47:48 +02:00
54cf49cfd6
test: Create unit tests for react components in packages/ui/components/form/checkbox ( #10409 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
2023-07-27 15:46:55 +02:00
98a156311d
feat: Add full names in the description of dynamic events. ( #10251 )
...
* Add full names in the descripiton of dynamic events.
* Initialising dynamic event desc after the check.
* Revert "Initialising dynamic event desc after the check."
This reverts commit ddd89c4e252f439a5875bfc34b20050a29b68de8.
* Revert "Add full names in the descripiton of dynamic events."
This reverts commit ce232d6256b4fe03c5b0665133be6ea524349c5c.
* Added booking title for dynamic events.
* Update apps/web/public/static/locales/en/common.json
* Fix typo.
* Fix lint error.
* Fix redundant booking information.
* Fix type script lint.
* Addressed review suggestions.
---------
Co-authored-by: Peer Richelsen <peer@cal.com >
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-07-27 08:52:46 +00:00
sean-brydon and GitHub
8cdddfa1d0
fix: ratelimit - updates ( #10347 )
2023-07-27 10:41:43 +02:00
4f488be654
fix: email update bug ( #10306 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2023-07-27 10:41:33 +02:00
f1acedff77
fix: Make routing-form a preinstalled app ( #9836 )
...
Co-authored-by: zomars <zomars@me.com >
2023-07-26 16:44:19 +00:00
Leo Giovanetti and GitHub
dae4627ada
chore: Skipping totp code for org dev ( #10403 )
2023-07-26 18:15:37 +02:00
83d98a1ac4
fix: Apps ( #10394 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2023-07-26 17:43:33 +02:00
Leo Giovanetti and GitHub
bd40dcfa4d
fix: Missing subteam URL [CAL-2240] ( #10399 )
2023-07-26 17:41:38 +02:00
69c01b69f6
fix: responsive upload avatar ( #10392 )
...
* fix: responsive upload avatar
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* Update ImageUploader.tsx
Move title to the DialogContent title prop instead of the content.
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-07-26 11:52:43 +00:00
50d2dad62c
fix: Toast Onclose is removing specific toast ( #9960 )
...
* toast behaviour fixed
* Update showToast.tsx
* Adjust E2E test for toast
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-07-25 22:27:14 +00:00
ad3bdbbda7
fix: Feature flag user cache ( #10359 )
...
Co-authored-by: zomars <zomars@me.com >
2023-07-25 22:00:21 +00:00
94b4507901
feat: dynamic group links + flexible schedule ( #9931 )
...
* redirect user to /[user]/[type] for dynamic booking in /[user]
* feat: dynamic group links
* fix: type errors
* fix: more type errors
* Booker components cannot rely on useRouter
* Rename 15min/30/60 to dynamic
* Fixed a blocking test, unclear what it was waiting for
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-07-25 22:48:09 +01:00
6b9d2331fc
fix: Managed Event Type Webhooks ( #10300 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-07-25 13:05:02 -04:00
Leo Giovanetti and GitHub
6a16366941
fix: Username check for sign-up with invitation in org context ( #10375 )
2023-07-25 18:54:49 +02:00
Hariom Balhara and GitHub
47739a7636
Fix booker top margin embed ( #10357 )
2023-07-25 10:58:47 +01:00
35be4182e9
fix: Routing Form and other org related fixes ( #10320 )
...
Co-authored-by: Leo Giovanetti <hello@leog.me >
2023-07-25 14:58:57 +05:30
0e62c411f8
fix: Conferencing Label When Installing Apps ( #10351 )
...
Co-authored-by: Omar López <zomars@me.com >
2023-07-25 12:03:00 +05:30
Afrie Irham and GitHub
f168ec8df6
fix: [CAL-2040] add spinner when bookerState is loading ( #9873 )
2023-07-24 13:20:42 -04:00
sean-brydon and GitHub
0ea76332db
fix: organization list members error ( #10340 )
2023-07-24 15:01:16 +00:00
Alex van Andel and GitHub
43e3ef170a
fix: webhook fetch calls should be no-follow ( #10336 )
2023-07-24 07:36:45 -07:00
Meet Patel and GitHub
41850c7f59
fix: routing-forms protected with LicenseRequired ( #9521 )
2023-07-24 19:44:28 +05:30
bd4f99a850
fix: Fixed Issue #10291 removed brand color for tooltip ( #10327 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Bhargav Tenali <t.bhargav@kayrros.com >
2023-07-24 15:21:18 +02:00
Vachmara and GitHub
0f0b55488f
fix: app store cli windows compatibility issue #10324 ( #10326 )
...
* fix: app-store-cli windows support issue #10324
* fix: app-store-cli windows support issue #10324 - remove yarn.lock
* fix: app-store-cli windows support issue #10324
* refactor: instead of repeating code, use constant to know if it is windows platform
2023-07-24 13:39:28 +02:00
4e1e586541
fix: nameless in sidebar for orgs ( #10318 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2023-07-24 10:25:55 +00:00
80a1458538
fix: Update ImageUploader.tsx ( #10319 )
...
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-07-24 10:13:58 +00:00
8de75aebf0
feat: Added feature of embeding availability to emails ( #10183 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-07-24 10:09:03 +00:00
2b5577772b
fix: Fix UI issues on embed popup footer ( #10286 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
2023-07-24 11:47:25 +05:30
Hariom Balhara and GitHub
f081c733b8
test: Add Embed close modal test ( #10323 )
...
* Add close modal test
* Update packages/embeds/embed-core/playwright/lib/testUtils.ts
2023-07-23 12:45:05 +00:00
Hariom Balhara and GitHub
3ed5a5552a
fix: Fix embed iframe still visible even after closing the embed. ( #10321 )
...
* Reset visibility
* Update packages/embeds/embed-core/src/embed.ts
2023-07-23 10:55:40 +00:00