amrit and GitHub
dc3c7b43bf
fix: correct translation key for host and attendee emails ( #19962 )
2025-03-11 13:35:59 +00:00
Morgan and GitHub
83736785b7
fix: catch error for getOwnerId with invalid token ( #19949 )
2025-03-11 13:27:20 +02:00
Rajiv Sahal and GitHub
83b6b7caf9
chore: update hooks sections for platform docs ( #19726 )
...
* export custom hooks to create event types
* update hooks page
* separate hooks into their own files
2025-03-11 16:57:05 +05:30
GitHub Actions
6fc3ca539b
chore: release v5.0.15
2025-03-11 10:43:26 +00:00
Keith Williams and GitHub
9d58d21e85
perf: Remove dayjs import from main constants.ts file ( #19644 )
2025-03-11 10:37:51 +00:00
Lauris Skraucis and GitHub
43f6db194e
test: managed org creator profiles ( #19944 )
2025-03-11 10:13:50 +00:00
Morgan and GitHub
43156fa4d7
refactor: extract emails from libraries barrel file ( #19836 )
...
* refactor: extract emails from libraries barrel file
* fixup! Merge branch 'main' into refactor-libraries-barrel-emails
* fix: add missing configs
* add sendSignupToOrganizationEmail to barrel email file
* bump libs
2025-03-11 11:36:21 +02:00
7eee2728a2
feat: implement standard pagination for org member list ( #19802 )
...
* feat: implement standard pagination for org member list
* fix type error
* i18n for pagination
* add paginationMode
* apply the change to PlatformManagedUsersTable
* replace useInfiniteQuery with useQuery
* fix type error
* fix type error
* fix type error
* fix type error
* update comment
* remove optimistic update
* minor changes
* update usage on nuqs
---------
Co-authored-by: Benny Joo <sldisek783@gmail.com >
2025-03-11 09:55:41 +01:00
Somay Chauhan and GitHub
861e3aa24f
fix: extracted app-store and DWD platform-libraries imports to a /app-store barrel file ( #19938 )
...
* fix: platform libraries barrel file extract app-store
* extracted DWD to app-store barrel file
* removed getCalendar as not used in api/v2
* bump platform-libraries
2025-03-11 08:30:37 +00:00
Benny Joo and GitHub
517d509321
fix: req.formData() should be used in some API routes ( #19930 )
2025-03-11 07:51:33 +00:00
Udit Takkar and GitHub
2f9a853023
chore: pass metadata ( #19712 )
...
* chore: pass metadata
* fix: type error
* chore: pass videoCallUrl
2025-03-11 04:34:14 -03:00
Udit Takkar and GitHub
b0125e1a05
feat: sound on browser push notification ( #18548 )
...
* feat: sound on notification
* refactor: add load audio
* chore: remove
* fix: type error
* fix: notification
* fix: prevent multiple initialization
=
* feat: create notification page
* chore: update the mp3 file
2025-03-11 11:49:51 +05:30
Tushar Bhatt and GitHub
4daad2ac08
fix/view ( #19928 )
2025-03-11 03:04:20 +00:00
Alex van Andel and GitHub
9d28f5574d
fix: Remove hardcoded Node version from engines
2025-03-10 23:35:00 +00:00
GitHub Actions
be525a27df
chore: release v5.0.14
2025-03-10 22:44:00 +00:00
df037b008f
feat: update translations via @lingodotdev ( #19927 )
...
Co-authored-by: Lingo.dev <support@lingo.dev >
2025-03-10 21:12:15 +00:00
8fb4df4b8c
fix: duplicate value found in common.json error ( #19693 )
...
* fix: duplicate value found in common.json error
* Remove subteam invitation translation from locales
* verify_email_email_button to verify_email_button
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2025-03-10 19:19:32 +00:00
6758654796
feat: round robin reset interval for teams ( #19441 )
...
* add component to set interval
* fix variable namings
* fetch data for given interval
* migration
* fix type errors in test
* test correct filtering for interval
* fix start end end times to interval
* fix type error
* pass rrResetInterval to getOrderedListOfLuckyUsers
* fix imports
* add translations
* add missing translation
* code clean up
* fix type errors
* fix type error
* fix import
* add translation
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2025-03-10 17:34:47 +00:00
1e86f1046b
chore: Fix build failure due to trpc inference depth ( #19884 )
...
* chore: Fix build failure due to trpc inference depth
* Also bump platform libraries typescript version
* fix: e2e test using unassigned variable
* chore: bump libraries to 0.0.142
---------
Co-authored-by: Morgan Vernay <morgan@cal.com >
2025-03-10 17:06:05 +00:00
d3775cd920
fix: update filter styles on org member list ( #19918 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2025-03-10 17:01:37 +00:00
3ab053bf17
chore: migrate oauth APIs to app router ( #19824 )
...
* migrate api/auth/oauth/me
* migrate the rest
* fix
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-03-10 17:56:53 +01:00
Benny Joo and GitHub
4a4bee7140
chore: Remove typeform app ( #19911 )
...
* remove typeform app
* update yarn.lock
2025-03-10 16:54:20 +00:00
Benny Joo and GitHub
9ba85ea0b2
chore: missing pieces to migrated apis ( #19915 )
...
* fix
* refactor
2025-03-10 15:24:03 +00:00
avnish100 and GitHub
d1d1472f3e
fix: removed rounded top corners on webhook form ( #19905 )
2025-03-10 14:54:43 +00:00
8d18b3da38
chore: migrate saml/oidc APIs to App Router ( #19515 )
...
* migrate oidc
* migrate saml apis
* remove comment
* add force-dynamic
* fix
* fix
* refactor
---------
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2025-03-10 14:36:11 +00:00
Benny Joo and GitHub
631c5f7c53
migrate webhookTriggers and workflows apis ( #19875 )
2025-03-10 14:35:11 +00:00
f2ca2bdc83
fix: add badge for disabled workflow actions and templates in trial mode ( #19675 )
...
* add badge for trial mode
* fix tooltip issue
* fix typo
* add inactive team plan badge
* change to one salesforce request
* clean up
* fix type error
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk >
2025-03-10 15:34:29 +01:00
Rajiv Sahal and GitHub
bb36807689
feat: update platform onboarding docs ( #17941 )
...
* update images
* restructure getting started for platform
* add steps on setting up a platform account
* PR feedback
* fixup
* add setup page
* move over setup to a separate page
* update images
2025-03-10 20:02:24 +05:30
Keith Williams and GitHub
7ed32d3c77
perf: Reduce imports by moving bookings zod out of utils ( #19869 )
2025-03-10 13:54:05 +00:00
Morgan and GitHub
5d84179345
refactor: circular dependencies platform packages ( #19903 )
...
* refactor: circular dependencies platform packages
* fixup! refactor: circular dependencies platform packages
* fixup! fixup! refactor: circular dependencies platform packages
* fix: circular deps in BaseCalProvider
2025-03-10 13:25:01 +00:00
cb437231ad
fix: platform libraries barrel file extract event-types ( #19846 )
...
* fix: event-types
* chore: added "+ group link" tip (#19809 )
* added + link tip
* nit
---------
Co-authored-by: amrit <iamamrit27@gmail.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
* Added fix to solve the id TypeError (#19810 )
Co-authored-by: amrit <iamamrit27@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
* Revert "fix: prevent background scroll on opening timezone select menu (#19789 )" (#19814 )
This reverts commit 1a96149ce3 .
* fix: Calendar events attached to workflow emails are missing meeting link (#19790 )
* fixup! fix: Calendar events attached to workflow emails are missing meeting link (#19790 )
* chore: fix type errors
* fix: wrong import in e2e file
* fix: tsconfig api v2 for /event-types
* fix: import and refactor
* fixed remaning type issues
* undo extra changes
* bump platform libs
* Update event-types.controller.e2e-spec.ts
* fix: test with seats enabled
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: amrit <iamamrit27@gmail.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
Co-authored-by: Harshit Singh <73997189+harshit078@users.noreply.github.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Morgan Vernay <morgan@cal.com >
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2025-03-10 12:34:53 +00:00
Somay Chauhan and GitHub
d47a5be659
fix: add documentaion to blockUnconfirmedBookingsInBooker ( #19894 )
...
* fix: add documentaion to `blockUnconfirmedBookingsInBooker`
* fix documentation of ConfirmationPolicy.type
* Update confirmation-policy.input.ts
2025-03-10 09:31:49 -03:00
sean-brydon and GitHub
e89211782c
fix: calcom trpc circle deps slots handlers ( #19896 )
...
* remove validator file and include inside handler
* fixes slots and handler circle dep
* fix type in tests
2025-03-10 11:29:51 +00:00
sean-brydon and GitHub
fd454061e7
fix profile circle dep ( #19892 )
2025-03-10 11:05:14 +00:00
277ce1c244
refactor: extract slots from libraries barrel file ( #19895 )
...
* refactor: extract slots fn from libraries barrel file
* bump platform libs
---------
Co-authored-by: Morgan Vernay <morgan@cal.com >
2025-03-10 10:33:29 +00:00
luzpaz and GitHub
1848cd55b1
fix: fix playwright typos ( #19794 )
...
Found via `codespell -q 3 -S "*.svg,./apps/web/public/static/locales,./packages/app-store/stripepayment/lib/currencyOptions.ts,./packages/lib/freeEmailDomainCheck/freeEmailDomains.ts" -L afterall,atleast,datea,fo,incase,ist,nam,noone,notin,optionel,perview,pris,reccuring`
2025-03-10 07:39:58 +00:00
Anik Dhabal Babu and GitHub
b0e3cc4dd2
chore: add logs for debugging ( #19851 )
2025-03-10 03:34:52 +00:00
Morgan and GitHub
b3e344d226
chore: decouple calcom/ui/Tooltip from atoms ( #19798 )
...
* chore: decouple calcom/ui from atoms #1
* recover input from main
* fix: vite config dialog
2025-03-10 01:43:01 +00:00
Suyash Srivastava and GitHub
810f3b834c
fix:small typo with email ( #19879 )
2025-03-10 01:22:13 +00:00
Hariom Balhara and GitHub
bf1eacfd9b
Ignore faulty org ( #19825 )
2025-03-10 00:58:48 +00:00
c5c654c879
feat: no-show confirmation does not pop up for single attendee ( #19806 )
...
* feat: no-show marking confirmation does not pop up for single attendee bookings
* fix: Add toggle for no-show status
* simplify logic
* feat: Centralize no-show handling logic in BookingListItem
* Update BookingListItem.tsx
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-03-09 17:06:03 +00:00
d1ce04edc1
chore: move miscellaneous small api pages to app dir api ( #19699 )
...
* version and verify-booking-token
* username route
* api/me
* logo route
* render email in dev
* link route
* future
* nope and geo location
* referal link and daily
* intercom route and dynamic variables
* intercom route and dynamic variables
* scim 2.0 and helpscout route
* app credentials
* api/book events
* fix daily import path in tests
* fix buildLegacyRequest generation
* fix type errors
* migrate the /teams/ routes
* move cron jobs
* fix daily import path in tests
* fix buildLegacyRequest generation
* fix type errors
* migrate the /teams/ routes
* move cron jobs
* Revert "api/book events"
This reverts commit 607a32fb5b754cad090c2d0cbf64a68f990e220e.
* mock next server NextResponse to fix daily video
* add default responder to teams api
* fix search params
* uses nextUrl.searchParams instead of new url
* uses nextUrl.searchParams instead of new url
* remove outdated api config
* remove app dir version of inbound dynamic variables
* restore pages version of inbound variables
* fix missing code from stupid cursor
---------
Co-authored-by: Benny Joo <sldisek783@gmail.com >
2025-03-09 11:56:56 -04:00
1f1862e526
chore: migrate two-factor APIs to app router ( #19826 )
...
* wip
* remove comment
* clean up
* clean up
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-03-09 15:40:27 +00:00
Benny Joo and GitHub
63dfc3376c
chore: remove empty path from middleware matcher ( #19860 )
2025-03-09 15:38:04 +00:00
3166db9bcf
chore: update robots.txt to disallow /settings and /my-account ( #19867 )
...
* chore: update robots.txt to disallow /settings and /my-account
* Update robots.txt
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2025-03-09 08:53:34 +00:00
Vijay and GitHub
f8af9dc17e
fix: failing tests during DST transition ( #19862 )
...
* make the test dst transition proof
* fix other test similarly
2025-03-09 00:43:42 +00:00
Benny Joo and GitHub
ae659b5176
chore: migrate forgot-password, reset-password, auth/setup apis to App Router ( #19512 )
...
* chore: migrate /api/auth/changepw
* migrate forgot-password and reset-password
* remove unneeded export
* rename request to req for easier review
* migrate auth/setup
* remove setup
* refactor
* remove redundant code
* fix
* remove changepw api and unused ui
2025-03-07 14:43:36 -07:00
Eunjae Lee and GitHub
33226f268d
fix: date range on /bookings ( #19785 )
2025-03-07 21:54:49 +01:00
7e2a0d1a1b
fix: calcom UI circle dep ( #19839 )
...
* editor circle dep fix
* circle dep fix in select
* fix barrel export types
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-03-07 09:26:26 -07:00
a385bd4d5f
feat: team ooo read-only for non-admin ( #19700 )
...
* feat team ooo read-only for non-admin
* Update apps/web/playwright/out-of-office.e2e.ts
Co-authored-by: Younes Henni <youneshenniwrites@gmail.com >
* updated error msgs with t
* nit
* nit
---------
Co-authored-by: Younes Henni <youneshenniwrites@gmail.com >
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
2025-03-07 16:19:30 +00:00