Nafees Nazik
797d3a7f98
fix: set up organization field validation ( #10154 )
...
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
2023-07-21 08:48:43 +00:00
Ujwal Kumar
c7a276eb1d
fix: remove app dialog while removing installed calendar ( #10234 )
...
* Fix remove app dialog while removing installed calendar
* fix: dialog in webhook, otp
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: more dialogs
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: margin
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>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-07-21 08:46:16 +00:00
Leo Giovanetti
d1778fdce8
fix: 2FA from CAL to GOOGLE ( #10288 )
...
* Fixing 2FA from CAL to GOOGLE
* Missing change
* Missing logic for converted providers
* Fixing edge case and applying feedback
* Leftovers
2023-07-21 09:32:03 +01:00
Alex van Andel
5b280b2188
fix: team event emails; sending & email subject ( #10289 )
2023-07-20 19:29:08 -04:00
Alex van Andel
3818093652
fix: Add attendees to getLuckyUser algorithm ( #10285 )
...
* Add attendees to getLuckyUser algorithm
* Fix unit test for getLuckyUser
2023-07-20 22:51:15 +01:00
Peer Richelsen
7ec7195ae9
fixed empty screen width ( #10278 )
2023-07-20 20:29:05 +00:00
alannnc
cd88b688f4
fix: including parentId when filter by eventTypeId happens ( #10262 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-07-20 12:19:13 -07:00
Joe Au-Yeung
66c1e29d91
fix: Default to Daily if Viable ( #10279 )
...
* Default to daily if viable
* Add Zod schema parsing
2023-07-20 12:57:10 -04:00
Hariom Balhara
3f900966b0
Fix flash of non-transparent background ( #10265 )
2023-07-20 09:17:46 +02:00
Leo Giovanetti
8ba4b4d50e
feat: Pending members selection ( #10168 )
...
* Pending members selection
* Discard changes to .vscode/launch.json
* revert yarn.lock
---------
Co-authored-by: Omar López <zomars@me.com>
2023-07-20 11:23:15 +05:30
GitStart-Cal.com
d2104dac5a
test: Create unit tests for react components in packages/ui/components/breadcrumb (CALCOM-614) ( #10256 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
2023-07-20 07:13:23 +02:00
GitStart-Cal.com
9ad2731358
test: add unit tests for `packages/ui/components/badge` (CALCOM-613) ( #10255 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
2023-07-20 07:11:53 +02:00
GitStart-Cal.com
c34fdab5af
test: Create unit tests for react components in packages/ui/components/card (CALCOM-617) ( #10257 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
2023-07-20 07:06:15 +02:00
Hariom Balhara
f1c981fdcf
feat: firstAndLastName variant for name field ( #8671 )
...
* Add split full name variant
* Share propsType across fieldTypes and components
* Simplify Components
* Add assertions for required field indicator
* Fix test as name cant be used as a custom field right now
* Make it disabled during reschedule
* Fix UI issues in dark mode
* Support adding links in boolean checkbox
* Revert "Support adding links in boolean checkbox"
This reverts commit 31252f8a5f
.
* Make sure getBookingFields isnt import client side
* PR feedback addressed from Carina
* DRY Code
* Fix Dialog
---------
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
2023-07-20 07:03:50 +02:00
Anik Dhabal Babu
47f65bb19f
fix: More Brand color for calendar view ( #10252 )
2023-07-20 00:32:25 +02:00
GitStart-Cal.com
587d3c1088
fix: duplicate event-type dialog not using the new dialog footer (CALCOM-10258) ( #10260 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
2023-07-20 00:15:03 +02:00
sean-brydon
610c86837a
feat: orgs - user management v2
...
figma: https://www.figma.com/file/ZJNAFHCAq6rnuGRgUFxjzQ/Organizations----New-features?type=design&node-id=4304-330348&mode=design&t=nKonHZpucwxnqwQI-4 (Not all features are in this PR)
loom: https://www.loom.com/share/30e8ef20a5b34a708dca160d8c04ae6f
shoutout @shadcn for the base of this table <3
Member View:
![CleanShot 2023-07-14 at 14 09 02](https://github.com/calcom/cal.com/assets/55134778/5db6eedb-bece-4955-91f0-9f2b3b042300 )
Admin view:
![CleanShot 2023-07-14 at 14 09 07](https://github.com/calcom/cal.com/assets/55134778/708c624d-1990-4075-8b32-d4587d09deff )
How to test
- Create ORG
- add members
- view settings -> orgs -> members
2023-07-19 12:45:13 -07:00
Carina Wollendorfer
8a432b45a4
fix: issue with date overrides in some timezones ( #10254 )
...
* fix date overrides
* add test
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-07-19 19:44:41 +01:00
GitStart-Cal.com
4e0a549a50
fix: Fix bookingPage UI issues in dark mode ( #10203 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2023-07-19 16:07:07 +00:00
GitStart-Cal.com
8902f7efa1
fix: /event-type /apps - doesn't match designs (CALCOM-9180) ( #9549 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-07-19 17:41:37 +02:00
GitStart-Cal.com
bd7eadd721
test: Create unit tests for react components in packages/ui/components/alert (tests-alert-component) ( #9897 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
2023-07-19 17:22:41 +02:00
Monto
26e458be6d
feat: dynamic time format rendering in workflows based on user settings ( #10229 )
2023-07-19 10:30:37 -04:00
sean-brydon
628a29e89c
chore: fixing some initial re-renders ( #10185 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-07-19 09:19:53 +00:00
Hariom Balhara
b516a2af44
Get OAuth working for local ( #10054 )
...
Co-authored-by: Shivam Kalra <shivamkalra98@gmail.com>
2023-07-19 09:15:05 +02:00
Hariom Balhara
902bb71273
Prefill logged in info ( #10240 )
2023-07-19 06:44:13 +02:00
Carina Wollendorfer
db021cc696
fix: update list for countries that don't support alphanumeric sender ids ( #10232 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-07-18 21:31:45 +00:00
Jaideep Guntupalli
a2645c2ed4
feat: replaced slack icon with Discord ( #10193 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
2023-07-18 21:30:17 +00:00
Leo Giovanetti
09068b39e6
perf: Event-type config page ( #10238 )
2023-07-18 23:18:08 +02:00
zomars
6b5c8935c5
fix: formatting
2023-07-18 13:27:54 -07:00
Carina Wollendorfer
cedb2b72e9
fix: add missing booking paid webhook trigger to dropdwon ( #10237 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-07-18 19:46:53 +00:00
Hariom Balhara
11081cb5d8
fix: Embed - Non transparent background when color-scheme of embedding document and cal.com iframe don't match ( #10033 )
...
## What does this PR do?
Fixes #10032
Before:
https://www.loom.com/share/1890e4eebf41426aaf66d8b4909d0765
After:
https://www.loom.com/share/8b00c41587f2467ab05ef48e4ed523ef
## Type of change
<!-- Please delete bullets that are not relevant. -->
- Bug fix (non-breaking change which fixes an issue)
## How should this be tested?
- See loom
## Mandatory Tasks
- [x] Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected.
## Checklist
- I haven't added tests that prove my fix is effective or that my feature works
2023-07-18 09:46:35 -07:00
Jay Pitroda
eb13057157
fix: booking error on invalid timezone ( #10209 )
2023-07-18 16:09:31 +00:00
Syed Ali Shahbaz
bb4d587359
fix: lint errors introduced in PR#10225 ( #10230 )
2023-07-18 15:58:32 +00:00
GitStart-Cal.com
39508b3daa
fix: booking page: location icon is not showing up (CALCOM-9951) ( #9993 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-07-18 15:37:39 +00:00
Mehul
8a1023087f
fix: inconsistent duration labels ( #10223 )
2023-07-18 15:10:28 +01:00
Syed Ali Shahbaz
89f645c450
fix: Hotfix-bookings list breaks on unsupported timezone ( #10225 )
...
* Adds a check for supportedTimezone values
* adds timezone support check for attendees
2023-07-18 13:49:23 +00:00
Raghul
2be245eefc
add CAL_URL to fix og image issue ( #10172 )
...
Co-authored-by: Raghul D <v-raghuld@microsoft.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-07-18 10:05:28 +00:00
Udit Takkar
47add7e7fc
fix: modals regression ( #10211 )
...
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-07-18 09:53:01 +01:00
Hariom Balhara
6dfc19247e
fix: Embed `theme` not working using Embed API ( #10163 )
...
## What does this PR do?
Fixes #10187
See [Tests Done](https://www.loom.com/share/f03e0191b60143d8b45a505042dbfa11 )
## Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
## How should this be tested?
- [x] Configure embed to use `dark` theme and verify that dark theme is shown on event booking page(when user has light theme set). This is failing in main
- Additional Tests for embed to avoid any new regression
- [x] - Configure "auto" theme using embed API and see it reacts to system theme
- [x] - Don't configure any theme and see that "light" theme is shown even when we switch system theme(Because User has configured light theme in App)
- Tests outside embed to avoid any new regression
- [x] - See that light theme is shown even after switching system theme
- [x] - Now, switch the user theme to dark and see that it reflects the change.
## Mandatory Tasks
[x] Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected.
2023-07-17 18:02:42 -07:00
Carina Wollendorfer
2db4998eaa
fix: wrong slot starting times for half hour times zones ( #10161 )
...
* fix timezone zone issue for first slot
* fix failed test in getSchedule
* Update apps/web/test/lib/getSchedule.test.ts
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: alannnc <alannnc@gmail.com>
2023-07-18 00:57:34 +00:00
alannnc
dad4fd17fb
fix: Improve continue button on org-add-team and validations [CAL-2015] ( #10122 )
...
* Improve continue button on team add and validations
* Fix server validations for orgs create team
* Remove unused prop form input
* add comment for context
* Fix duplicatedSlugs not working properly
* Fix continue button disabled state, added more examples for team names
* Fix initial state for inputValues on addTeamForm
* Don't allow whitespaces only inputs on create teams
* Use rhf instead of react useState
---------
Co-authored-by: Leo Giovanetti <hello@leog.me>
2023-07-17 17:17:29 -07:00
Carina Wollendorfer
c26efcabe4
fix: customTemplate() function fails when no locale is given ( #10201 )
...
* fallback to en for locale
* remove console.log
* Fix nit changes
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: alannnc <alannnc@gmail.com>
2023-07-17 16:38:37 -07:00
Matthias Gemperli
6a8db56dbb
fix: locales in dates utils ( #10067 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-07-17 20:19:00 +00:00
Dewansh Chaudhari
6c058d041a
fix: check for single email in TextAreaField ( #10149 )
...
Co-authored-by: Dewansh Chaudhari <codewansh@Dewanshs-MacBook-Pro.local>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-07-17 20:12:12 +00:00
Andrew Milich
07b43e107e
feat: Add Skiff to app store ( #10079 )
2023-07-17 13:07:35 -07:00
Raghul
4d7a3ac21a
fix: modal footer issue ( #10020 )
...
Co-authored-by: Raghul D <v-raghuld@microsoft.com>
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-17 13:02:34 -07:00
sean-brydon
2ac709630f
feat: Page loading indicator ( #10195 )
2023-07-17 13:00:44 -07:00
alannnc
fb0e89ab22
fix: possible to have same slug for team and user in an organization 9985 cal 2122 ( #10170 )
...
* Added rule to validate username vs team slugs in team considering orgs too
* Validate valid username vs team slugs
* Add or clause to find org team and child teams
2023-07-17 08:36:14 -07:00
Hariom Balhara
9678361f5c
fix: Embed/Show header in weekly view and column view ( #10192 )
2023-07-17 18:58:04 +05:30
sean-brydon
a404ba471d
Move to minmax instead of auto grid ( #10190 )
2023-07-17 12:58:30 +00:00