Pratik Kumar
4435451e9b
Fix private link glitch ( #10456 )
2023-07-31 20:43:06 +01:00
Bhargav
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
Varun Thummar
e93f1e2329
fix: added validation for empty reset password field ( #10464 )
...
* added validation for empty reset password field
* removed useState and useEffect
---------
Co-authored-by: varun thummar <Varun>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-07-31 19:13:45 +01:00
Rama Krishna Reddy
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
Carina Wollendorfer
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
9498ad4916
Fixed workflowReminder test + refactored reminderSchedule ( #10487 )
2023-07-31 18:35:48 +01:00
Rama Krishna Reddy
d21135e076
fix: do not delete last schedule ( #10444 )
...
Co-authored-by: rkreddy99 <rreddy@e2clouds.com>
2023-07-31 14:48:50 +01:00
GitStart-Cal.com
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
Neel Patel
e68ace87e2
fix: changes for showing error message in case of INTERNAL_SERVER_ERROR in event types ( #10305 )
...
* fix: changes for showing error message in case of INTERNAL_SERVER_ERROR
* changes for edge case
---------
Co-authored-by: Leo Giovanetti <hello@leog.me>
2023-07-29 10:14:40 -03:00
sean-brydon
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
Udit Takkar
0f84102f1e
perf: reduce number of api calls in event types ( #10381 )
...
* perf: reduce number of api calls in event types
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* perf: use staleTime and cacheTime
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-07-28 17:27:44 +01:00
Keith Williams
e6ae69a20f
chore: Remove env file cache ( #10297 )
2023-07-28 08:24:53 -07:00
sean-brydon
878f074cb6
use cloudflare real IP ( #10449 )
2023-07-28 15:11:44 +00:00
Udit Takkar
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
Crowdin Bot
5a919acd22
New Crowdin translations by Github Action
2023-07-28 14:09:29 +00:00
Udit Takkar
063c7f6244
fix: width and avatar in orgs app install dropdown ( #10447 )
2023-07-28 16:04:49 +02:00
Shivam Kalra
344b9e9b2b
chore: team booking test ( #10440 )
...
* feat: add team name in the createTeam fixture
* chore: remove unnecessary variables
* test: e2e booking for Round Robin EventType
* feat: teammates in user fixtures
* chore: DRY
* fix: remove redundant todo
* fix: add teamEvent title and slug in scenario
* test: booking title, RR hostname
2023-07-28 13:51:15 +01:00
Danila
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
GitStart-Cal.com
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
6cff76cc3b
test: Create unit tests for react components in packages/ui/components/form/colorpicker ( #10426 )
...
## DEMO
Run
```
yarn test colorpicker
```
![image](https://github.com/calcom/cal.com/assets/121884634/31f52d82-615d-4926-bf44-0c1742a66526 )
2023-07-28 09:44:52 +01:00
Crowdin Bot
d47e8b48a6
New Crowdin translations by Github Action
2023-07-27 20:35:50 +00:00
Peer Richelsen
96fb3a357e
fixed email embed illustraion ( #10427 )
2023-07-27 20:31:55 +00:00
nicktrn
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
Richard Poelderl
766a64c46e
chore: add datoCMS secret for handling webhooks ( #10421 )
...
* regen yarn.lock?
* chore: enable i18n-unused GH action in `website`
* Generated yarn.lock with submodules
* Added yarn.lock auth
* add datocms webhook secret
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-07-27 16:01:27 +00:00
Anik Dhabal Babu
65600b76f2
fix: Set the limit of Occurrences ( #10269 )
2023-07-27 11:49:21 -04:00
Cherish
0c37f8a712
fix: Booking Confirmation Dialogbox ( #10397 )
...
Co-authored-by: cherish2003 <saicherissh90@gmail.com>
2023-07-27 11:31:15 -04:00
Alex van Andel
aa21217cfb
chore: Remove extra params from the users prop. ( #10411 )
...
* Removes extra params from the users prop.
* context no longer requires explicit type
* Remove user.avatar prop
2023-07-27 16:06:39 +02:00
Alex van Andel
32068a646e
Remove IP ban and tweak matcher accordingly ( #10418 )
2023-07-27 15:02:16 +01:00
Crowdin Bot
697e80966b
New Crowdin translations by Github Action
2023-07-27 13:55:50 +00:00
sajanlamsal
35d55b2960
fix: changed Japanese translations on booking page to better match the scenario. ( #10416 )
2023-07-27 15:52:34 +02:00
Crowdin Bot
c1a562af97
New Crowdin translations by Github Action
2023-07-27 13:52:03 +00:00
GitStart-Cal.com
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
GitStart-Cal.com
a1e6e8ff32
Update package.json ( #10045 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
2023-07-27 15:47:48 +02:00
GitStart-Cal.com
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
Shivam Kalra
e4a075b5e2
test: Round Robin Team Booking ( #10413 )
2023-07-27 17:18:08 +05:30
Peer Richelsen
660d28b286
Update README.md
2023-07-27 13:47:08 +02:00
Crowdin Bot
2b1c600d99
New Crowdin translations by Github Action
2023-07-27 11:21:03 +00:00
Hariom Balhara
48b79b618f
fix: middleware logic Routing Forms ( #10412 )
...
* Match /apps/routing_forms
* Next.js config.matcher doesnt support spread operator
2023-07-27 12:18:17 +01:00
Janakiram Yellapu
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 ddd89c4e25
.
* Revert "Add full names in the descripiton of dynamic events."
This reverts commit ce232d6256
.
* 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
8cdddfa1d0
fix: ratelimit - updates ( #10347 )
2023-07-27 10:41:43 +02:00
Udit Takkar
4f488be654
fix: email update bug ( #10306 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-07-27 10:41:33 +02:00
sydwardrae
cdb78b686b
fix: spelling errors ( #10376 )
...
* fixed spelling errors
* chore: undo cancelled
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-07-27 10:41:03 +02:00
Hariom Balhara
f1acedff77
fix: Make routing-form a preinstalled app ( #9836 )
...
Co-authored-by: zomars <zomars@me.com>
2023-07-26 16:44:19 +00:00
Alex van Andel
9c389c307c
v3.1.5
2023-07-26 17:37:11 +01:00
Leo Giovanetti
dae4627ada
chore: Skipping totp code for org dev ( #10403 )
2023-07-26 18:15:37 +02:00
Hariom Balhara
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
bd40dcfa4d
fix: Missing subteam URL [CAL-2240] ( #10399 )
2023-07-26 17:41:38 +02:00
nicktrn
9dc4c84cfd
fix: make husky install compatible with yarn v3 ( #10393 )
2023-07-26 13:00:32 +01:00
Udit Takkar
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
sean-brydon
424edc7437
fix: app.cal.com signup changes ( #10369 )
...
* Adds premium username check
* Refactor
* fix usernames
* Return a response so the request does not stall
* Fix conditional
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-07-26 12:46:25 +01:00