175f2482e1
fix: Update forms UI ( #8093 )
...
* Routing Forms: Update forms UI
* fix failing test
* fix: Routing Forms forms UI Update
* fix: Routing Forms forms UI Update
* Apply suggestions from code review
---------
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-06-05 05:51:19 +00:00
Ujwal Kumar and GitHub
fd9cd1b98b
fix: background colour for disabled select option ( #9320 )
...
* Fix disabled bg colour in CheckedTeamSelect
* Fix disabled bg colour in CheckedSelect, CheckedUserSelect, ChildrenEventTypeSelect
2023-06-04 18:46:19 +00:00
alannnc and GitHub
dec8f8e896
add team validations ( #9300 )
2023-06-03 11:02:23 +00:00
b4eff25636
fix: Issues with calendar sync at the beginning and end of month ( #9282 )
...
* increases the time range to cover all time zones
* remove console.log
---------
Co-authored-by: Omar López <zomars@me.com >
2023-06-02 20:17:53 +00:00
Alex van Andel and GitHub
7fc0877c26
Set reqBody.end to start + eventType.length ( #9296 )
2023-06-02 19:29:52 +00:00
174c730f1f
chore: add canonical to the document via PageWrapper ( #8639 )
...
* add canonical to the document via `PageWrapper`
* use WEBSITE_URL constant to create the canonical url value
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Efraín Rochín <roae.85@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-06-02 18:28:03 +00:00
a0bf5b4067
test: Smoke Tests for packaged embeds and build improvements ( #9169 )
...
* Fix 2 Factor Auth
* Add a sandbox to verify types of embed-react
* Add fault types location
* Fix type location again
* Break types
* Ensure that builds are done again when doing pbublish
* Debug failure in CI
* Make sure unit test files arent used by playwright
* Fix embed-react test description
* Update .github/workflows/e2e-embed-react.yml
Co-authored-by: Omar López <zomars@me.com >
* Remove unnecessary log
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Omar López <zomars@me.com >
2023-06-01 20:41:30 +00:00
484f603c9e
fix: Routing Forms, Number operators were using string operands ( #9182 )
...
* Fix operators for number
* Add number operator unit tests
* Fixes and remove between operators
---------
Co-authored-by: Omar López <zomars@me.com >
2023-06-01 20:29:13 +00:00
59a04137a1
fix: fixed width resizing of colorpicker ( #9233 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-06-01 14:53:39 +00:00
Nafees Nazik and GitHub
df25b179d7
fix: use skeleton loader ( #9264 )
2023-06-01 12:17:11 +00:00
57eb5a4328
Fix for booker colors in dark mode, we can't use bg-default in both places because we use a custom background in dark mode. Otherwise it would be a similar color in dark. So we need to supply a custom dark mode color. ( #9259 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-06-01 11:38:52 +00:00
Alex van Andel and GitHub
748f2b42e8
Remove debugger; calls ( #9262 )
2023-06-01 11:28:59 +00:00
6bc713bc2e
feat: add additional parameters for QR code generator app ( #9177 )
...
* fix: add i18n key
* fix: add additional parameters
* fix: query params
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2023-06-01 10:13:54 +00:00
Hariom Balhara and GitHub
b1019d6bab
fix: [Hotfix]No phone number is valid ( #9258 )
...
* Fix invalid phone number always
* Fix countrycode detection
2023-06-01 09:47:18 +00:00
Nafees Nazik and GitHub
268f1872e4
fix: layout effect hook warning ( #9226 )
...
* feat: add isomorphic hook
* feat: use useIsomorphicLayoutEffect hook
2023-06-01 09:45:24 +00:00
60d439cc32
prevents revalidation errors from reaching the when editing an event type ( #9191 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2023-06-01 09:16:30 +00:00
d6644bc232
feat: Customise JITSI Url path ( #8835 )
...
* Closes #1847 - adds an environment variable `JITSI_HOST_URL` to configure the Host URL for self hosted instances
* Closes #1847 - adds an environment variable `JITSI_HOST_URL` to configure the Host URL for self hosted instances
* Closes #1847 - adds an environment variable `JITSI_HOST_URL` to configure the Host URL for self hosted instances
* Replace Tab with spaces
* Add JITSI_HOST_URL env
* Remote Tabs for Spaces
* Support jitsi_host key
* Remove ENV, add Interface jitsi host URL and fallback
* Fix linting issues
* Clean code
* add missing await
* Add configurable meeting slug
* Refactor to jitsiHost, remove slug generator
* zod default doesnt work right now. So remove it
* Add replacement values and url encoding
* Change Placeholder to unified values.
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-06-01 07:48:01 +00:00
alannnc and GitHub
7a9b893931
Add startOf endOf day for date range ( #9252 )
2023-05-31 22:12:04 +00:00
Omar López and GitHub
290ff79c86
feat: Ports getSchedule to public API ( #9254 )
...
* Ports getSchedule to public API
* Typefix
2023-05-31 20:46:54 +00:00
Jeroen Reumkens and GitHub
220023f403
feat(UI): improvements booker ( #9221 )
...
* Changed background from muted to default
* Improved skelleton color for loading states. Also prevented scrollbar in available timeslots loading state by showing less skeletons.
* Moved description to top, above other event meta, since this block doesnt have an icon and looks better this way.
2023-05-31 12:30:09 +00:00
92012dab09
fix: wrong description in Calendar Invite after rescheduling meeting ( #8576 )
...
* added instructions for setup on windows to avoid symbolic link issues
* fixed wrong description after rescheduling
* Update README.md
---------
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
Co-authored-by: alannnc <alannnc@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-05-31 04:33:52 +00:00
Omar López and GitHub
451278b48e
fix: routing-form flakyness ( #9214 )
2023-05-30 21:15:57 +00:00
e6f142dc9e
fix: event editor not rendered ( #9172 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2023-05-30 19:38:17 +00:00
787edd28c7
fix: Popular Apps Slider ( #9189 )
...
* Fixes Popular Apps Slider
* Update PopularAppsSlider.tsx
* Reverts env cache
* Revert
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2023-05-30 18:36:48 +00:00
4541845340
feat: Use team logos for various meta icons ( #8955 )
...
* Use team logos for various meta icons
* Automatically resize team icons for different uses
* Fix api/logo error when unable to find a team
* Avoid loading image-optimizer in api/logo when not needed
---------
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: alannnc <alannnc@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk >
2023-05-30 16:31:49 +00:00
7c46d1b348
chore: Cleanup full raw avatar responses from tRPC endpoints ( #8901 )
...
* [CAL-1383] Cleanup full raw avatar responses from tRPC endpoints
* Cleanup additional handlers where base64 images were sent through the response
* Add 'image' correctly to the profiles array
---------
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: alannnc <alannnc@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-05-30 16:30:19 +00:00
a6330c0fc8
chore: Rounding, frames and radio buttons of the booking forms not consistent ( #8705 )
...
* Rounding, frames and radio buttons of the booking forms not consistent
* Updates
---------
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-05-30 15:47:22 +00:00
f72296c323
fix: footer in modals ( #8940 )
...
* [CAL-1543] Fix the footer in modals
* change request
* update style
* fix modal height
* Lint fix
* Fix the footer in modals
---------
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: alannnc <alannnc@gmail.com >
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk >
2023-05-30 15:44:24 +00:00
ea063dd487
feat: Add new events to webhook BOOKING_CONFIRMED, BOOKING_REJECTED ( #8884 )
...
* test: booking rejection
* test: check if webhook is called
* feat: BOOKING_REJECTED enum ,constant in backend
* feat: send booking rejected webhook to subscribers
* feat: add Booking rejected migration
* calendar event
* Revert "calendar event"
This reverts commit 28d45dccfdd3788f0124f9be8783161b1156cd09.
* feat: BOOKING_REQUESTED enum, constant, migration
* feat: Send BOOKING REQUESTED Webhook call
* feat: Add booking rejected/requested event in form
* feat: data-testid to rejection confirm btn
* test: BOOKING_REJECTED, BOOKING_REQUESTED
* fix: booking status PENDING, Linting
* feat: add new labels to common.json
* remove: meeting ended hook from request hook
* refactor: abstract handleWebhookTrigger
* fix: create a single file for migration
* refactor: reduce code repetition and fix test
* feat: add team webhooks to subscriberOptions
* refactor: subscriberOptions
---------
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-05-30 15:35:05 +00:00
18815a9a70
feat: added toggle for dynamic booking in general settings #9060 ( #9077 )
...
* added toggle for dynamic booking in general settings
* trigger GitHub actions
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk >
2023-05-30 15:34:35 +00:00
54271283af
fix: Adjust height of sidebar to fit on screen when top banner is visible ( #8795 )
...
* Adjust height of sidebar to fit on screen when top banner is visible
* Remove empty space on the bottom of the sidebar
* Remove gap at bottom left of sidebar
* fix: use layout effect and resize observer
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: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2023-05-30 15:05:46 +00:00
ab6a7b5377
fix: Skeleton Loader ( #8925 )
...
* temp fix
* removed isLoading declaration
* final cleanup
---------
Co-authored-by: firefox292 <saurabh.n@nestaway.com >
Co-authored-by: alannnc <alannnc@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-05-30 15:00:32 +00:00
317f59ba63
refactor: Show 404 page for new booker when event is not found. ( #8946 )
...
* CAL-1653: Show 404 page for new booker when event is not found.
* Fixed slack icon color on 404 page
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2023-05-30 11:49:52 -03:00
1eb873bd35
fix: update button fix ( #9106 )
...
* update button fix
* Update appearance.tsx
* fix linter
---------
Co-authored-by: Vinoth Kumar V <vinoth_kumar_v@Vinoths-MacBook-Pro.local >
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-05-30 16:32:15 +02:00
5bca02bac2
fix: full name of app authors and added correct urls ( #9099 )
...
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-05-30 14:25:56 +00:00
a062b5a355
chore: translation for unauthorized workflow error ( #8573 )
...
* fix: translation for unauthorized workflow error
* change to dynamic string
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: alannnc <alannnc@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-05-30 14:24:17 +00:00
60a3bc5832
feat: sidebar nav item tooltips ( #9160 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-05-30 14:18:21 +00:00
24ee3401af
Avoid exec the getAvailability function when there are`t calendar selected ( #9192 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-05-30 16:17:11 +02:00
Keith Williams and GitHub
cae1ca8dfb
Replace user email with ID in logs ( #9115 )
2023-05-30 16:15:09 +02:00
VasuDevrani and GitHub
35144e6f47
fixed: x button overlap ( #9198 )
2023-05-30 14:13:17 +00:00
04ff5f78a9
fix: upgrade btn bug ( #9104 )
...
* fix: upgrade btn bug
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* fix: use border-subtle
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 >
Co-authored-by: Omar López <zomars@me.com >
2023-05-29 20:31:55 -07:00
8922981012
fix: location for @calcom/embed-react types ( #9090 )
...
* Use correct location for types
* Release packages
* Update versions
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-05-29 20:30:52 -07:00
d5746ed277
Make trackingId begin with GTM- always ( #8937 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Omar López <zomars@me.com >
2023-05-29 20:30:02 -07:00
zomars
79e914b0fb
Prevents page.pause reaching main
2023-05-29 18:28:40 -07:00
15e50fcd34
fix: Route Builder rules should be case insensitive ( #9040 )
...
* override jsonLogic operators on string operands to allow for case insensitive comparisons.
Affected Operators: "==", "===", "!=", "!==", "in"
* disable no-explicit-any on jsonLogicOverrides file since most of the code there will be from jsonLogic and may not meet our coding style.
Majority of overrides require us to copy over functions and their signatures from jsonLogic and then modify their implementation.
The signature of functions implementing most operators take the operands typed as "any", which is intended, but doesn't adhere to our coding style. Hence the need to override the eslint rule
* run linter to fix issues
* Fix bug in in operator when second arg is an array
* remove redundant indexOf check on overriden jsonLogic "in" operator.
Note: this deviates from the original implementation in the jsonLogic library because our current useage ensures that the second operand is always a string or string[] and will therefore always have .index function. Whenever our invariants change in the future, make sure to modify this implementation to prevent any unexpected
---------
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-05-29 20:11:55 +01:00
5534153d43
Add the or operator to the emails package.json as well ( #9013 )
...
Co-authored-by: TachyonicBytes <support@tachyonicbytes.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-05-29 20:11:45 +01:00
5640e2eb25
fix: Change Detroit to New York as a default for EST time zone ( #8218 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: alannnc <alannnc@gmail.com >
Co-authored-by: Omar López <zomars@me.com >
2023-05-29 19:57:34 +01:00
ada8e19715
feat: filter bookings by event type ( #9011 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-05-29 17:01:17 +01:00
df7870bfce
fix: dark mode fixes ( #9141 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
2023-05-29 16:53:33 +01:00
8a181f3204
refactor: radio area group ( #9113 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-05-29 16:52:27 +01:00