This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
forked from calcom/cal.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details:
|
* Allow editing guests when rescheduling or editing * lint fix * modify reschedule logic that assigned originalRescheduledBooking.attendees to the "rescheduled" booking to ensure that guests added or removed are used for the "rescheduled" booking --------- Co-authored-by: alannnc <alannnc@gmail.com> Co-authored-by: Shivam Kalra <shivamkalra98@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
* fix incomplete vercel api error message on org creation * remove specified type from vercelCreateDomain * have common error message for org domain registration --------- Co-authored-by: Leo Giovanetti <hello@leog.me>
## What does this PR do? Fixes all date shifts that are due browser time, by ensuring everything is UTC so it's not transformed to different times. The times weren't actually shifting, dates were, but after casting these to UTC properly the times were also shifting; so that was a bug after a bugfix, time wise it was only a problem to determine all day events (which didn't completely work) ### Yes, but how do I test this? Before: Create a all day date override in +05:30 Shift your local system time to -04:00 Note that the day is different After - do the same: The day is the same! Fixes #8365 Fixes #6978 Fixes #6482
## What does this PR do? This is not the cleanest approach, but the existing mechanism didn't work in a few situations because of the date sort. The update caused a re-render that caused an invalid unsortedFieldArrayMap. Reproduction/how to test: **Updating bug was hit when you changed the date and it went before another date (re-ordering)**; which then modified the wrong date override. This PR replaces the entire array which retains the correct sort order by brute force. **Delete bug was encountered if the sorted order was not the same as the filtered order, which depends on the order you created the date overrides in**. This PR implements an original order before the sort causing the right item to be removed. Fixes #8043
…10069) * feat: Added e2e test paid booking should be able to be rescheduled * refactor: abstracted and simplied the logic * fix: stripe iframe isnt the first frame * fix: import expect
Co-authored-by: rkreddy99 <rreddy@e2clouds.com>
…10134) * Consider new conferencing and old video app categories * Add comment
Co-authored-by: alannnc <alannnc@gmail.com> Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
* Creating a default availability for org owner * Full width empty state --------- Co-authored-by: Shivam Kalra <shivamkalra98@gmail.com>
* fir ErrorCode enum * update incorrect credentails message
* Refresh session 🔄 * Update apps/web/components/ui/UsernameAvailability/PremiumTextfield.tsx Co-authored-by: Omar López <zomars@me.com> * Update apps/web/components/ui/UsernameAvailability/UsernameTextfield.tsx Co-authored-by: Omar López <zomars@me.com> * Update packages/features/auth/lib/next-auth-options.ts Co-authored-by: Omar López <zomars@me.com> --------- Co-authored-by: Ansari <thameem.ns@zohocorp.com> Co-authored-by: Shivam Kalra <shivamkalra98@gmail.com> Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Leo Giovanetti <hello@leog.me>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )