5718cc5e17
chore: remove react-query, update next.js to v13.5.6 ( #17057 )
...
* chore: remove react-query as unneeded
* chore: Re-gen lockfile
* chore: Bump next.js to v13.5.6
* yarn.lock regen after apps/console next version bump
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-10-11 10:06:20 +00:00
Benny Joo and GitHub
361889ded7
add node-gyp as dev dependency ( #17058 )
2024-10-11 10:28:37 +01:00
Rajiv Sahal and GitHub
2260ddcebc
add missing tab for billing in navigation ( #17060 )
2024-10-11 12:42:32 +05:30
Keith Williams and GitHub
80c3b91077
chore: Update CI to not run all checks for docs/translations ( #17054 )
2024-10-11 09:44:13 +05:30
a11cf130bf
feat: update translations ( #17051 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-10-10 20:46:33 +00:00
Omar López and GitHub
f9d6ea2a00
chore: v4.5.11 ( #17053 )
2024-10-10 13:23:28 -07:00
Udit Takkar and GitHub
50f6aa5f58
perf: refactor and replacing viewer.teams.getMinimal with viewer.teams.get ( #16552 )
2024-10-10 12:51:07 -07:00
Keith Williams and GitHub
132746af74
perf: Use UNION to get public user event types ( #17052 )
2024-10-10 19:39:32 +00:00
395381ddcc
feat: automatic no show ( #16727 )
...
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: zomars <zomars@me.com >
2024-10-10 10:57:04 -07:00
Keith Williams and GitHub
ef88effd9f
perf: Add index to EventType for parentId ( #17049 )
2024-10-10 17:46:12 +00:00
673a2be7c7
feat: update translations ( #17042 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-10-10 17:19:27 +00:00
b1cd3e940e
feat: Add Eastern and Eastern Pacific time zones #16880 ( #16974 )
...
* add eastern and eastern pacific timezones
* fixed issue while running tests.
* fix: Find Braz..il instead of Brasil
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-10-10 16:26:17 +00:00
Alex van Andel and GitHub
711bec8d71
chore: Add typings for DOMPurify ( #17047 )
2024-10-10 17:17:13 +01:00
Syed Ali Shahbaz and GitHub
7529e331a3
Pick attendee id in response ( #17041 )
2024-10-10 15:40:58 +00:00
cc147d0797
chore: docs changes ( #17031 )
...
* Update introduction.mdx
* added new logo
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-10-10 15:24:21 +00:00
c8e8800647
chore: Update EWS package ( #16950 )
...
* Update ews package
* Hide exchange version if using NTLM
* Remove instance of gzip
* Update yarn.lock file
* Updated yarn.lock
* Update yarn.lock
* Update yarn.lock
* Update yarn.lock (again)
* chore: Increase readability of [number] indexes by using find
* chore: Async not needed
* fix: Move 'use client' to appropriate file
* refactor
* install deasync directly as dev dependency
* fix type error
---------
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 >
Co-authored-by: Benny Joo <sldisek783@gmail.com >
2024-10-10 15:48:58 +01:00
99caae8665
feat: advanced tab platform wrapper ( #16941 )
...
* fixed error in advanced tab atom build
-- used `DOMPurify` instead of `sanitize-html`
* hide BookerLayoutSelector for platform and removePlatformClientIdFromEmail
* fixup! Merge branch 'main' into event-advanced-platform-wrapper
* undo linting changes
* undo linting changes
* fix: active state of tabs items
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
Co-authored-by: Morgan Vernay <morgan@cal.com >
2024-10-10 17:09:03 +03:00
Hariom Balhara and GitHub
1f08bc5a4f
fix: DatePicker not showing up in mobile mode when hideEventTypeDetails is true ( #17037 )
2024-10-10 18:09:53 +05:30
Morgan and GitHub
5594e5c713
feat: google meet conferencing api v2 ( #17023 )
...
* feat: google meet conferencing api v2
* feat: add set default google meet conferencing app
* fixup! feat: add set default google meet conferencing app
2024-10-10 09:28:53 +00:00
34afc7b674
feat: additional calendar selector for calendar settings atom ( #16874 )
...
* update translations
* fixup
* add onSuccess prop
* add additional calendar selector prop to add multiple calendars
* update props for calendar settings atom
* pass caledar redirect urls for google and apple calendar redirects
* fix merge conflicts
* add onSuccess prop to connect atoms
* fixup
* fixup
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2024-10-10 09:02:40 +00:00
Somay Chauhan and GitHub
513a58c91c
feat: event type tabs platform wrapper ( #16891 )
...
* added event-type platform wrappers
* added weekly
* Update RecurringEventController.tsx
2024-10-10 10:55:13 +03:00
Syed Ali Shahbaz and GitHub
375b9190a3
add slot endpoint ( #17034 )
2024-10-09 20:59:10 +00:00
Anik Dhabal Babu and GitHub
83d7bf322a
fix: add missing options for team memberlist table ( #17017 )
...
* fix: missing option for team memberlist table
* update
2024-10-09 18:23:45 +01:00
06429e27fb
test: Add Attributes Routing e2e and some more unit tests ( #17032 )
...
* Initial commit
* routingForm to Booking a particular team member working
* Happy path working
* Fixes
* Fix router query params forwarding
* Add basicConfig within app
* Tests
* More tests
* Update packages/app-store/routing-forms/components/SingleForm.tsx
Co-authored-by: Omar López <zomars@me.com >
* WIP
* Fix lint issues
* Fix tests -TS and add new logic
* Add getEventTypeRedirectUrl tests
* Remove booking title changes code
* More changes
* Add tests for getRoutedUsers
* More tests
* Update testUtils.ts
---------
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-10-09 22:47:16 +05:30
Benny Joo and GitHub
90bcd711a9
fix: padding in TeamPill (and hence TeamRole) ( #17030 )
2024-10-09 15:21:26 +00:00
Keith Williams and GitHub
8d61b452b1
chore: Removed development only docs tags ( #17028 )
2024-10-09 11:58:58 -03:00
03d0b98155
feat: Skip contact owner even if it matches attribute routing ( #17015 )
...
Co-authored-by: Omar López <zomars@me.com >
2024-10-09 07:30:12 -07:00
de503add83
feat: add nextcloud talk app ( #16455 )
...
* Initial draft of nextcloud app
* Add video adapter for creating a new conversation via API
* Make links dynamic, add nc user and pwd for auth, fix link creation
* Add nextcloudTalk app to yarn.lock
* Fix screenshot name
* Add OAuth2 handler
* Fix type for booking reference and fix access token header param, (for creating and deleting a meeting)
* Remove comment
* Add README.md file
* Fix redirect URL for authenticating Nextcloud user
---------
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2024-10-09 17:52:30 +05:30
Keith Williams and GitHub
1a4cf5f91d
fix: URLs to images in docs ( #17022 )
2024-10-09 11:48:26 +00:00
ed53645783
feat: update translations ( #17021 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-10-09 10:37:44 +00:00
sean-brydon and GitHub
c7b1fbdf67
feat: mass assign attributes ( #16995 )
...
* UI popover on user table
* fix multi select state
* mass assignment
* add i18n
2024-10-09 12:02:48 +02:00
sateshcharan and GitHub
6d7f7108e5
fix schema.prisma path ( #17018 )
2024-10-09 08:55:30 +00:00
Hariom Balhara and GitHub
d9aab9088d
feat: Support headless router as well in embed ( #17012 )
...
* Support /router/embed path and add Headless router usecase in playground
* Fix broken seeded-form testing wrong thing
2024-10-09 13:24:45 +05:30
Hariom Balhara and GitHub
c80daf43b8
Fix prettier error and EMailField import error in website ( #17011 )
2024-10-09 08:30:29 +02:00
Omar López and GitHub
2bdf65ce8c
fix: billing webhook secret ( #17005 )
...
* fix: billing webhook secret
* Update __handler.test.ts
2024-10-08 21:26:39 +00:00
Keith Williams and GitHub
343e2ac9d7
chore: v4.5.10 ( #17001 )
2024-10-08 16:59:25 -03:00
Benny Joo and GitHub
670b82fd23
fix: add fallback to data needed in SettingsLayout ( #17004 )
2024-10-08 15:51:38 -04:00
Keith Williams and GitHub
e6f81d09c8
chore: Update PR template to account for new docs ( #17003 )
2024-10-08 15:35:23 -03:00
Benny Joo and GitHub
8f91ffe692
Revert "remove pages router and use app router ( #16793 )" ( #17002 )
...
This reverts commit 664a92a1d0 .
2024-10-08 15:00:43 -03:00
Benny Joo and GitHub
f5dbdae4a9
fix: Close OOO Create Modal on backdrop click ( #17000 )
2024-10-08 17:42:28 +00:00
e99f6048d6
feat: update translations ( #16999 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-10-08 23:08:47 +05:30
654a204878
feat: Attribute based routing from Team Routing Form to Team Event(with assigned users matching the attribute logic) ( #16823 )
...
* Initial commit
* routingForm to Booking a particular team member working
* Happy path working
* Fixes
* Fix router query params forwarding
* Add basicConfig within app
* Tests
* More tests
* Update packages/app-store/routing-forms/components/SingleForm.tsx
Co-authored-by: Omar López <zomars@me.com >
---------
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: Benny Joo <sldisek783@gmail.com >
2024-10-08 21:12:32 +05:30
Syed Ali Shahbaz and GitHub
7928933852
fixes ( #16990 )
2024-10-08 15:36:16 +00:00
c4cdba1015
refactor: throttler rate limits for oauth client & access token ( #16962 )
...
Co-authored-by: Morgan Vernay <morgan@cal.com >
2024-10-08 17:34:41 +03:00
Benny Joo and GitHub
5ed36a7fe1
chore: remove react code in getLayout ( #16997 )
...
* chore: no need to pass title, description in getLayout
* acutally, we do
2024-10-08 14:22:26 +00:00
e77a2f6963
fix: Salesforce assign event to organizer ( #16971 )
...
* Refactor get SF user and create event
* address code nit
---------
Co-authored-by: Benny Joo <sldisek783@gmail.com >
2024-10-08 14:06:51 +00:00
Lauris Skraucis and GitHub
a10d3599e2
refactor: platform bookings hooks & bookings API ( #16963 )
...
* chore: delete unused bookings hook
* refactor: group bookings hooks in folder
* refactor: rename useGetBooking, useGetBookings to useBooking, useBookings
* refactor: booking inputs and outputs
* chore: make bookings controller work with new inputs and outputs
* make examples app work
* refactor: deprecate fields instead of removing them
* readd eventtypeid
* swagger regenerate
* make recurring booking backwards compatible
* fix test
* update changelog
* swagger update
* fix import
* chore: update lock file
2024-10-08 14:05:28 +02:00
Alex van Andel and GitHub
d99f171597
perf: Only render the TimezoneChangeDialog when needed ( #16986 )
...
* perf: Only render the TimezoneChangeDialog when needed
* fix: Import error
* Minor style fixes
2024-10-08 10:41:53 +01:00
da55306a5a
chore: add dev docs on mintlify ( #16935 )
...
* --init
* progress...
* add more docs
* bunch of changes and added back platform
* development guides added
* more guides in develop with cal
* self hosted WIP
* deployments
* fix deployment steps
* self-hosted guides
* ..
* Removed the development only sections
* Removed 'with Cal.com'
* use steps component for steps
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-10-08 02:32:16 -03:00
Benny Joo and GitHub
66378160df
chore: remove log ( #16981 )
2024-10-07 22:10:25 +00:00