Morgan and GitHub
e8b36d5b0b
chore: platform api usage based billing using queue ( #15085 )
...
* chore: platform api usage based billing using queue
* fixup! chore: platform api usage based billing using queue
* fixup! fixup! chore: platform api usage based billing using queue
* fixup! Merge branch 'chore-platformapi-billing-queue' of github.com:calcom/cal.com into chore-platformapi-billing-queue
* fixup! fixup! Merge branch 'chore-platformapi-billing-queue' of github.com:calcom/cal.com into chore-platformapi-billing-queue
* fixup! Merge branch 'main' into chore-platformapi-billing-queue
* chore: platform billing by userId
* fix: fix tests requirement team subscirption
* fixup! Merge branch 'main' into chore-platformapi-billing-queue
* fixup! fixup! Merge branch 'main' into chore-platformapi-billing-queue
* fixup! Merge branch 'main' into chore-platformapi-billing-queue
* improve tests logs
* fix: silently close redis and queue
* fixup! Merge branch 'main' into chore-platformapi-billing-queue
* fixup! Merge branch 'main' into chore-platformapi-billing-queue
* fixup! fixup! Merge branch 'main' into chore-platformapi-billing-queue
* fix: upgrade libraries version
2024-07-24 17:10:22 +02:00
Saket kumar singh and GitHub
5983c960a6
Fix : #15888 ( #15890 )
2024-07-24 14:03:31 +00:00
010f5349f6
feat: Link to rescheduled booking from the old one ( #15211 )
...
* feat: Link to rescheduled booking from the old one
* add original comment
* use fromReschedule
* fix: type check
* review updates
* Update common.json
* change booking page text
* Delete packages/features/bookings/lib/getRescheduledToBooking.tsx
---------
Co-authored-by: Somay Chauhan <somaychauhan98@gmail.com >
2024-07-23 12:39:50 +00:00
28f84d3570
feat: skype app added ( #14751 )
...
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com >
2024-07-23 09:39:34 +00:00
b46a902a3d
feat: api endpoints for calendar settings atom ( #15761 )
...
* calendars repository
* add disconnect endpoint
* update platform libraries to include getCalendar fn
* cleanup
* fix typings
* update calendars service to include delete credentials handler
* update typings
* add missing return
* refactor delete calendar credentials handler
* update disconnect endpoint
* fix typing
* fixup
* add handlers to insert and remove selected calendar
* init selected calendars controller
* fix naming
* output response dto for deleting calendar credentials
* fix typing
* fix merge conflicts
* resolve merge conflicts
* fixup
* cleanup
* capitalize controller name
* include selected calendars controller in selected calendars module
* fix type error
* cleanup
* fixup
* add calendars repository
* custom hook for calendar credentials
* fix typing
* cleanup
* take input from query params instead of body in delete request
* custom hook to add selected calendar
* custom hook to remove selected calendar
* better naming
* fix typo
* fixup
* update input for delete calendar query params
* address PR feedback
* add method to check calendar credentials
* abstract logic to check calendar credentials in calendars service
* resolve module errors
* export custom hooks for calendar settings
* e2e for deleting calendar credentials endpoint
* fix typo
* set authorization header to calendars post
* e2e tests for selected calendars controller
* fix output typing
* better error messages
* restructuring
* fix imports
* remove unused not found exception
* fixup! remove unused not found exception
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
Co-authored-by: Morgan Vernay <morgan@cal.com >
2024-07-22 17:26:39 +00:00
Lauris Skraucis and GitHub
de2f51e104
feat: v2 API enable updating event type schedule ( #15803 )
...
* refactor: event-types CREATE, UPDATE accept scheduleId and return scheduleId
* chore: enable passing scheduleId to event-types create handler
* chore: use platform-libraries at version 0.0.20
* fix: remove team output schedule
* finish merge main into this branch
* fix: dont allow adding scheduleId to event-type if user does not own schedule
2024-07-22 20:09:54 +03:00
Hariom Balhara and GitHub
35110892c1
fix: Fix React cal api namespaced usage ( #15834 )
...
* fix: Fix React cal api namespaced usage
* Update e2e
2024-07-22 12:01:05 +02:00
c870df7027
chore: Add transition effects in UI components ( #15841 )
...
* chore: Add transition to hover effects in UI components
* chore: Add transition to hover effects in UI components
* Update ToggleGroup component transition
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2024-07-22 11:50:44 +02:00
a4b0fdba7b
fix: Text in React Embed Code Becomes Invisible on Selection ( #15835 )
...
* fix : #15832
* fix : #15832
* Revert yarn.lock to its state before unintended changes
* Update EmbedTabs.tsx
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2024-07-22 09:26:13 +02:00
Punit Kumar Ojha and GitHub
b530d31b35
fix: added fix for email title for issue# 15848 ( #15855 )
2024-07-22 09:22:08 +02:00
73b8569a16
fix: added translations for et ( #15762 )
...
* added translations for et
* estonian support
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
Co-authored-by: unknown <adhabal2002@gmail.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2024-07-22 08:42:07 +02:00
5becc95fc4
feat: Add a fresh signup to matching organization after email verification ( #15705 )
...
* Support automatically adding user to organization
* Use Repository
* Fix unit test
* Code Improvements
* Fix type error
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-07-20 12:22:42 +05:30
a74522af3d
fix: TimeZone select should show the selected timezone ( #15838 )
...
* bugfix - CAL4052 TimeZone select should show the selected timezone
* Pusheding the code for type - check failure
* Updating MenuPosition as absolute
---------
Co-authored-by: sumantha <sumantha-ullasa-prabhu@hpe.com >
2024-07-19 23:49:12 +05:30
Lauris Skraucis and GitHub
8b23e41954
feat: v2 organizations event types endpoints ( #15775 )
...
* fix: event-types input service transform length property
* feat: create organizations event-types controller, service and repository
* feat: enable organizations event types
* fix: create team request user isOrgAdmin check
* refactor: hosts array required in team input and output
* chore: use platform-libraries at version 0.0.19
* tests: test organizations event-types
* feat: enable managed event-types
* chore: fix main merge into this branch
* feat: assign all team members for managed event-types
* refactor: gathering managed event-type users ids
* chore: include assignAllTeamMembers in team event response
* test: assign all team members db event
* chore: delete unused files
* docs: swagger create and update request body objects
* revert: event-types platform-libraries update
* refactor: organisations event-types endpoints accessible by TEAM_ADMIN and up
* fix: managed event types output hosts array empty
* fix: dont allow creating event-type for non-team member
* chore: delete unused variables
* tests: negative tests
* chore: finish main merge
2024-07-19 15:12:05 +00:00
0c0cac28fd
fix: multiple getSchedule requests on email change in booker ( #15616 )
...
* fix: multiple getSchedule requests on email change in booker
* fix: use debounce for formEmail
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-07-19 12:30:41 +00:00
159fe3a87d
fix: system default theme for dashboard and booking page ( #15291 )
...
* fix: system default theme
* update
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: unknown <adhabal2002@gmail.com >
2024-07-19 13:42:21 +02:00
7ee3f9409c
feat: [CAL-3939] fix org banner ( #15557 )
...
* update documentation for proper hostile command
* add OrgBanner component and replace it in ee organization profile settings
* add width and height defaults, with option to override
* updated sizing with image loaded
* fix: add alt to OrgBanner in test
* fix: failing OrgBanner test, added neg test
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-07-19 05:30:50 +00:00
Keith Williams and GitHub
0d1dd036eb
revert: "chore: removed cal.ai email assistant ( #15793 )" ( #15823 )
2024-07-18 11:57:40 +00:00
218f6d6eaf
feat: Salesforce - Disable creating new contacts ( #15780 )
...
Co-authored-by: zomars <zomars@me.com >
2024-07-18 10:50:42 +00:00
Hariom Balhara and GitHub
f0464e72c7
fix: Check URL ( #15815 )
2024-07-18 10:20:03 +00:00
2ad3592eb3
chore: Introduce a new class WebAppURL that extends URL ( #14982 )
...
* chore: Introduce a new class WebAppURL that extends URL
* update
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-07-18 07:27:34 +00:00
22fc47f69f
feat: V2 Org Memberships ( #15578 )
...
* init
* --WIP
* WIP
* ...
* more wip
* doc
* address feedback --WIP
* further requested changes
* fix
* add missing parseIntPipe
* chore: code review comments + e2e tests
* fixup! chore: code review comments + e2e tests
* fixup! fixup! chore: code review comments + e2e tests
* fix: don't allow passing teamId for org membership create/update
* fix: improve docs and DTOs
---------
Co-authored-by: Morgan Vernay <morgan@cal.com >
2024-07-18 03:43:20 +00:00
Udit Takkar and GitHub
e960b8ad10
fix: fetch workflows on the backend ( #15796 )
...
* fix: fetch workflows on the router
* chore: remove workflows
* chore: import zod
* chore: move to repository
2024-07-17 07:02:22 +00:00
Peer Richelsen and GitHub
b7bfd77f95
readded border ( #15798 )
2024-07-16 15:46:40 +00:00
Peer Richelsen and GitHub
2707adbb7b
chore: removed cal.ai email assistant ( #15793 )
...
* removed cal-ai
* removed apps/ai
2024-07-16 14:21:00 +00:00
7046f6f80a
feat: Fix Proton Calendar with ICS ( #15454 )
...
* feat: fix proton calendar with ics
* ics-feed: add note & clarify checkbox
* fix review
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com >
2024-07-16 12:08:54 +02:00
Peer Richelsen and GitHub
d2768c4dc5
chore: Update /ee README.md ( #15765 )
...
* Update README.md
* Update README.md
2024-07-16 09:52:12 +00:00
470e0f53d8
feat: allow passing initial data props to calendar connectors ( #15760 )
...
* feat: allow passing init data to AvailabilitySettings, OAuthConnect wrappers
* chore: gitignore idea
* chore: minor fixes
* chore: use yarn.lock from main branch
---------
Co-authored-by: supalarry <laurisskraucis@gmail.com >
Co-authored-by: Lauris Skraucis <lauris.skraucis@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-07-16 09:47:50 +00:00
283ca9fc74
fix : #15749 Display availability page as per weekstart setting ( #15753 )
...
* update to display availability page as per weekstart setting
* update to accomodate any day
* update for AvailabilityTab
* reusable and tests added
* update test description
---------
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com >
2024-07-16 11:31:02 +02:00
13ec930a61
fix: filter admin_api if org is present ( #15386 )
...
* fix: filter admin_api if org is present
* remove admin_api from developers tab when org is present
---------
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com >
2024-07-16 11:30:39 +02:00
Lauris Skraucis and GitHub
cada4a58ac
chore: add platform-libraries change log ( #15786 )
2024-07-16 10:53:26 +02:00
Lauris Skraucis and GitHub
77519a077c
refactor: allow system admins to create event-type without membership ( #15774 )
2024-07-16 06:08:28 +00:00
Nick Holden and GitHub
1a5a539106
fix: higher resolution Campsite icon ( #15777 )
2024-07-16 04:21:34 +00:00
Morgan and GitHub
539a2ea301
chore: platform libraries versions cleanup api v2 ( #15768 )
...
* chore: platform libraries versions cleanup api v2
* fixup! chore: platform libraries versions cleanup api v2
2024-07-15 17:03:15 +00:00
Morgan and GitHub
9ff10877e7
chore: fix apiv2 org teams doc ( #15746 )
2024-07-15 10:27:33 +00:00
Morgan and GitHub
eb0768917c
chore: readme platform libraries ( #15737 )
...
* chore: readme platform libraries
* fixup! chore: readme platform libraries
* fixup! fixup! chore: readme platform libraries
* Update README.md
* Update README.md
2024-07-15 10:13:41 +00:00
ec65cd6333
fix: icon visibility and add up and down icons ( #15543 )
...
* fixed the icons visibility and added up and down icon
* wip: TimeUnitAddonSuffix
* chore: Quick pass for rerender-optimisation
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-07-15 09:35:48 +00:00
Udit Takkar and GitHub
563141b295
chore: add check for booking ( #15740 )
...
* chore: add check
* chore: missting no shoe
2024-07-15 08:59:29 +00:00
Hariom Balhara and GitHub
7b24972900
fix: Ensure unique username in an organization ( #15730 )
2024-07-15 06:11:24 +00:00
492304fe1d
feat: BookerEmbed atom ( #15689 )
...
* init: booker embed atom
* update booker platform wrapper
* export booker embed for atoms
* update booker embed wrapper
* fixup: refresh url not needed
* rename booker embed
* add global styles
* export not needed
* add booker embed atoms in examples app
* fixup
* fixup! fixup
* fixup! fixup! fixup
---------
Co-authored-by: Rajiv Sahal <rajivsahal@Rajivs-MacBook-Pro.local >
Co-authored-by: Morgan Vernay <morgan@cal.com >
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2024-07-12 11:10:32 +00:00
c7c5cdf133
feat: Campsite conferencing app ( #15713 )
...
* feat: Campsite conferencing app
* Improve redirect after OAuth flow
---------
Co-authored-by: Somay Chauhan <somaychauhan98@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-07-11 14:20:31 +00:00
6e0035689a
fix: Text in Embed Code Visibility Fixed ( #15711 )
...
* Fix:#15707
* bg-subtle fixed
* Update packages/features/embed/lib/EmbedTabs.tsx
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-07-10 16:18:31 +00:00
58540af9ce
chore: sort calendar crendentials in event manager ( #15448 )
...
* chore_sort_calendar_credentials_in_desc_for_reliability
* chore: create reusable function
* refactor: rename functions
* Update EventManager.ts
Variable name change
---------
Co-authored-by: Shaik-Sirajuddin <sirajudddinshaik30@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2024-07-10 16:16:26 +00:00
Amit Sharma and GitHub
92845d3adc
Revert "fix: Autodetection of time zone only updated default time zone ( #15392 )" ( #15720 )
...
This reverts commit 285d1ec4c9 .
2024-07-10 15:28:41 +00:00
8ee27d3997
feat: add POST end point to mark calls as no-shows ( #15690 )
...
* feat: add POST end point to mark calls as no-shows
* fix: type
* feat: add v2 endpoint
* wip
* chore: type err
* chore: add permission
* chore: remove packae
* chore: remove v1 API endpoint
* fix: endpoint
* feat: add new version
* chore: change route
* chore: error msg
* fix: message
* fix: type err
* chore: output
* fix: type err
* chore: bump libraries to 0.0.17
* chore: add noShowHost
---------
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
Co-authored-by: Morgan Vernay <morgan@cal.com >
2024-07-10 13:01:10 +00:00
Morgan and GitHub
1263519973
chore: add i18n to atoms ( #15698 )
...
* chore: add i18n to atoms
* fixup! chore: add i18n to atoms
* fixup! fixup! chore: add i18n to atoms
* fixup! Merge branch 'platform-atoms-i18n' of github.com:calcom/cal.com into platform-atoms-i18n
* fixup! Merge branch 'main' into platform-atoms-i18n
2024-07-10 12:34:41 +00:00
caf7943c91
fix: set conferencing apps as default ( #15376 )
...
* fix: set conferencing apps as default
* fix in other oauth conferencing apps
* creating default event-types should set the user's default location
* Update getDefaultLocations.ts
* fix: unit test
* default install only for first oauth app
* fix: type-check
* update default on success
* fix: pass callback prop
* chore: code cleanup
* Fix condition
* no longer needed
- as we reverted https://github.com/calcom/cal.com/commit/20fdb50081ae684723a5af78436068c0b09509a4
---------
Co-authored-by: Somay Chauhan <somaychauhan98@gmail.com >
Co-authored-by: Hariom <hariombalhara@gmail.com >
2024-07-10 11:00:59 +00:00
fed3987028
fix: disable google-meet in user onboarding if google-calendar is not installed ( #15702 )
...
* fix: disable google-meet in user onboarding if google-calendar is not installed
* add tooltip
* fix: type check
* fix: type check for tooltip
- allowed `ReactNode` for tooltip content prop
---------
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2024-07-10 10:34:14 +00:00
Hariom Balhara and GitHub
ad61d48706
fix: Rescheduling email when there is broken calendar integration ( #15669 )
2024-07-10 10:32:56 +01:00
Morgan and GitHub
86676eb8af
fix: delete reserved slot on booker unmount ( #15700 )
2024-07-09 10:08:06 +00:00