Benny Joo and GitHub
963d22648b
chore: App-router-migration(/availability) add pages / extract components into /module ( #16404 )
...
* migrate availability/[schedule]
* add use client directive
* migrate main availability page
* migrate availability/troubleshoot page
* add env var
* extract AvailabilitySettingsWebWrapper into /modules
* fix build
* add missing default
* add missing export
* fix troubleshoot
* use params, not searchParams in generateMetadata
* fix schedule page in app router
2024-09-05 12:37:18 +00:00
fabcf2055b
feat: Ability to Hyperlink text in Checkbox on Additional Questions ( #15194 )
...
* feat: Ability to Hyperlink text in Checkbox on Additional Questions
* update
* fix and update
* fix type error
* fix and update
* dpdate
* fix type error
* fix unit test
* Update
* fix tests
* revert test
* remove yarn.lock
* remove schema.prisma
* update
* remove log
* revert
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com >
2024-09-05 09:05:45 +00:00
Lauris Skraucis and GitHub
633697a812
fix: v2 api fix recurring booking ( #16472 )
...
* fix: v2 POST recurring booking
* refactor: have default recurringEventId for recurring booking
2024-09-05 08:37:26 +00:00
2de33fe1bf
feat: attributes v2 api ( #16461 )
...
* WIP
* services
* controllers + outputs
* unit tests for repositories
* use hard coded enum type
* use prisma import
* remove redunant input file
* fix packagejson
* rename to spec files
* fix typo in option service file name
* move membership call to org membership service
* move logic to service > repo
* fix membership query
* attribute controller e2e spec
* add options e2e test
* add jest watch for e2e
---------
Co-authored-by: Morgan Vernay <morgan@cal.com >
2024-09-05 10:15:12 +02:00
Omar López and GitHub
36e79bf69c
ci: adds basic visual regression testing for icons ( #16408 )
2024-09-04 16:28:42 -04:00
Syed Ali Shahbaz and GitHub
9ef532019f
fix: v1 API Teams access ( #16403 )
2024-09-04 19:13:38 +00:00
Benny Joo and GitHub
176dd1a7f3
edit deploy script to enable future/auth ( #16492 )
2024-09-04 19:09:57 +00:00
Imamuzzaki Abu Salam and GitHub
eb472cba36
chore: Remove obsolete docker compose version ( #16419 )
2024-09-04 13:02:30 -03:00
Benny Joo and GitHub
7d77554696
chore: App router migration - Add env variables for auth/forgot-password/*, auth/login, auth/logout, auth/new, `auth/saml-idp ( #16488 )
...
* Add env variables for auth/forgot-password, auth/login, auth/logout
* Add env variables for auth/new, auth/saml-idp
2024-09-04 15:20:40 +00:00
Morgan and GitHub
31bfa9e32e
fix: api v2 booking controller handle error codes ( #16486 )
...
* fix: api v2 booking controller handle error codes
* fixup! fix: api v2 booking controller handle error codes
* fixup! Merge branch 'main' into fix-booking-controller-errors-api-v2
2024-09-04 10:56:00 -03:00
Benny Joo and GitHub
26be88fc56
chore: App-router-migration /auth/error, /auth/platform, /auth/oauth2 ( #16445 )
...
* preparePageMetadata: improve logic for title
* add missing pages: oauth2 / platform
* auth/error: add to app router and extract to /modules
2024-09-04 13:15:19 +00:00
Benny Joo and GitHub
86cf8feb55
chore: App-router-migration /auth/new and /auth/saml-idp ( #16447 )
...
* auth/new: add to app router
* auth/saml-idp: add to app router
* fix
2024-09-04 13:05:38 +00:00
Lauris Skraucis and GitHub
1edd255846
fix: use dbWrite in OrganizationsTeamsRepository ( #16485 )
2024-09-04 11:17:13 +00:00
Lauris Skraucis and GitHub
f538877349
chore: v2 bump platform libraries ( #16473 )
2024-09-04 11:14:05 +00:00
7eae004aa2
feat: update translations ( #16477 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-09-04 10:39:16 +00:00
6cd427bc78
feat: availability in instant meeting ( #16424 )
...
* chore: save progress
* feat: add isAvailable functionality
* fix: type error
* chore: add in builder
* tests: add unit tests
* chore: improvements
* chore: tests
* chore
* chore: remove log
* fix: tets
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2024-09-03 14:28:15 +00:00
42953548b6
feat: update translations ( #16475 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-09-03 13:20:21 +00:00
Benny Joo and GitHub
d059b1399b
chore: App router migration - /auth/forgot-password/*, /auth/login, /auth/logout ( #16467 )
...
* migrate auth/forgot-password/*, auth/login, auth/logout
* revert
* fix forgot password
* fix folder structure
* fix logout
* fix middleware
* remove TODO log
* refactor logout
2024-09-03 18:53:16 +09:00
Benny Joo and GitHub
12a9c74eb6
chore: App router migration - Add method to BookingRepository & Extract /videos/**/* into /modules and /lib ( #16466 )
...
* meeting-ended: refactor and extract client code into /modules
* meeting-not-started: refactor and extract client code into /modules
* meeting-not-found: fix getData
* BookingRepository: add a new method
* video: refactor and extract client code into /modules
* refactor
* refactor getServerSideProps
* use findBookingByUid for more getServerSideProps functions
* rename findBookingByUid -> findBookingByUidWithOptionalSelect
* add safety
2024-09-03 18:53:02 +09:00
Keith Williams and GitHub
6bb60e36fd
chore: Log cold starts of /v1/slots ( #16468 )
2024-09-03 06:54:12 +00:00
c1eb2512b6
feat: update translations ( #16462 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-09-03 15:43:44 +09:00
Benny Joo and GitHub
55d75a9786
chore: App router migration (/workflows) fix metadata and remove duplicate file for getStaticProps ( #16452 )
...
* Fix metadata
* add use client directive to workflow component
2024-09-02 23:00:48 +05:30
779eb19e7a
feat: browser push notifications ( #14888 )
...
* feat: web push notifications feature
* Revert yarn.lock changes
* added new env variables requirement in .env.example
* moved useNotifications hook in packages/lib/hooks
* fix: bug
* use i18n
* chore: move to new file
* chore: add yarn.lock
* Update .env.example
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com >
* chore: add instruction for brave browser
* fix: tooltip
* chore: use enum
* chore
* small update
---------
Co-authored-by: Peer Richelsen <peeroke@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: Peer Richelsen <peer@cal.com >
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com >
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
Co-authored-by: unknown <adhabal2002@gmail.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2024-09-02 14:39:51 +00:00
971d9ff0d8
feat: update translations ( #16436 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-08-31 15:17:34 +00:00
Anik Dhabal Babu and GitHub
b6bcc43655
feat: add "somewhere else" as a location option ( #15108 )
...
* feat: add somewhere else as a location
* update
* update
* Update BookingFields.tsx
* update
* update
* chore: changes
* fix
2024-08-30 16:38:09 -04:00
Morgan and GitHub
40fee7af51
chore: reorganize event type files ( #16393 )
...
* chore: reorganize event type files
* fixup! chore: reorganize event type files
* fixup! Merge branch 'main' into refactor-event-types-components-folder
2024-08-30 10:41:37 +00:00
57e9ef7320
feat: update translations ( #16401 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-08-29 23:26:01 +00:00
88f46a6b20
fix: Broken reschedule page for migrated user's booking through request-reschedule ( #16068 )
...
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com >
Co-authored-by: zomars <zomars@me.com >
2024-08-29 14:35:32 -07:00
Omar López and GitHub
17f537774c
chore: v4.4.5 ( #16402 )
2024-08-29 14:26:05 -07:00
3aa6878c27
fix: Set teamMemberEmail server side for CRM RR Skip ( #16367 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: zomars <zomars@me.com >
2024-08-29 14:16:48 -07:00
ae55e5e264
chore: App Router Migration - Ensure isBookingPage is correctly flagged before being passed to PageWrapper ( #16362 )
...
* Ensure adding isBookingPage is done in components in /modules, not in /pages
* Detect isBookingPage prop coming from Page and add it to page wrapper app dir
* fix build
* fix
---------
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2024-08-29 17:03:02 -04:00
ad5d645347
feat: Implement editable OOO events feature ( #15932 )
...
* feat: Implement edit ooo feature
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* refactor: Refactor button text and gap between buttons
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* fix: Fix entry create and edit edge cases
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* chore: Change "edit ooo event" modal title
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* chore: Add tooltips to entry eidt and delete buttons
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* feat: Reset form on form close event
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* refactor: Refactor reset-form function
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* chore: Rename create or edit OOO as suggested
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* refactor: Refactor component and function names
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* feat: Improve ooo events email notifications
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* fix: Fix email templates
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* feat: Add e2e test for ooo event edit functionality
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* refactor: Create separate test for edit ooo event
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* fix: Remove extra user from redirect user configuration test
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* chore: code refactor
* remove log
* chore: Update ooo-input-schema uuid data type
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* fix: Address feedbacks
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* chore: code splitting and refactor
---------
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2024-08-29 17:28:35 +00:00
54f7c8328d
feat: update translations ( #16400 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-08-29 17:13:06 +00:00
f47b2066c4
feat: update translations ( #16396 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-08-29 15:58:25 +00:00
cf50566a10
feat: Org Webhooks API V2 ( #16274 )
...
* --init
* add is webhook in org guard
* --
* doc
* e2e
* --feedback
* --
* fix typo
* delete unnecessary file
* fix v2 e2e
* fix v2 e2e
* fix e2e
* fix v2 e2e
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2024-08-29 17:52:42 +04:00
4424aa5b38
chore: Bulk update desc ( #16343 )
...
* chore(locale-en): update bulk modal description
* chore: schedule bulk-modal description
---------
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com >
2024-08-29 08:16:13 -04:00
19634073e9
refactor: improve team members page performance ( #16155 )
...
* fix: simplify workflow page and improve load time
* chore: use new endpoint
* chore: save progress
* refactor: code
* refactor: remove not requried code
* chore: remove schema
* chore: fix typ
* chore: improve
* chore: change name
* chore: remove unused
* chore: remove page
* refactor: teams page
* feat: add auto scroll
* chore: create validate unique invite
* fix: auth check
* fix: optimistic update
* chore
* fix: add loading
* fix: improvements
* chore: remove
* chore
* chore: fix teams page
* fix: team profile page
* fix: appearance page
* fix: sso view
* fix: type err
* feat: defer loading connected Apps
* fix: type err
* fix: type error
* fix: type err
* fix: connectedApps type
* chore: move
* chore: missing export
* feat: add search by name
* fix: display role change
* fix: use setInfiniteData
* chore: save progress
* test: add unit tests for loading members
* fix: test
* chore: update name
* fix: bugs and improvements
* chore: change variable name
* test: add tests for checkCanAccessMembers
* refactor: performance
---------
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2024-08-29 13:32:54 +05:30
795a228a44
fix: allow all sign in methods when being invited ( #13436 )
...
* allow all sign in methods
* changes
* update
* add checks
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2024-08-28 15:24:13 +00:00
Morgan and GitHub
ee8cc81862
fix: api v2 booking controller with api key ( #16358 )
...
* fix: api v2 booking controller with api key
* add test
* fixup! add test
* fixup! Merge branch 'fix-booking-controller-api-key' of github.com:calcom/cal.com into fix-booking-controller-api-key
* fixup! Merge branch 'fix-booking-controller-api-key' of github.com:calcom/cal.com into fix-booking-controller-api-key
2024-08-28 16:05:14 +03:00
Joe Au-Yeung and GitHub
6b244fc5b5
fix: Move future/workflow/[workflow] getStaticProps into separate file ( #16124 )
2024-08-28 08:53:32 -04:00
3c5ab5e8d2
chore: add replexica to ci ( #16306 )
...
* chore: Add replexica for AI i18n
* Add write permission
* moved i18n to repo root
* Added checkout to i18n job
* Added contents:read
* Added actions: write for testing
* Updated contents: write
* feat: add missing translations
* Checking out the i18n files from PR head sha
* Added the rest of the languages
* Added i18n to list of required checks
* Added a comment explaining the custom common.json checkout
* Commented out languages to not crush Replexica usage
* Add a fetch-depth: 2
* Supporting fetch of external fork branch
* Put back the dynamic sha
* Added a check for null so this can run manually and not just on PRs
* Removed comments
* feat: update translations
* Reverted de and fr to re-run with new settings
* feat: update translations
* Reverted de and fr to re-run with new settings
* feat: update translations
* Removed crowdin
* Limited languages to major ones for 1st pass
* feat: update translations
* Fixing es test
* Reverted yarn.lock changes
---------
Co-authored-by: Replexica <support@replexica.com >
2024-08-28 11:16:47 +03:00
sean-brydon and GitHub
6a90518231
use goblin url ( #16370 )
2024-08-27 22:30:18 +00:00
Benny Joo and GitHub
47e8907184
chore: App Router Migration - Fix metadata util used in App Router and remove duplicate code ( #16346 )
2024-08-27 13:28:09 -04:00
Keith Williams and GitHub
d6096f459b
chore: v4.4.4 ( #16372 )
2024-08-27 22:38:34 +09:00
Hariom Balhara and GitHub
6104add6bd
fix: More Stability for FormBuilder by unit tests ( #16129 )
...
* Remove use of location from FormBuilder
* Add tests
* Improve error message in test
* Bust cache
2024-08-27 08:14:19 -04:00
Anik Dhabal Babu and GitHub
4caa095d52
fix: color restrictions issue ( #16360 )
...
* fix: color restrictions issue
* Update EventAdvancedTab.tsx
2024-08-27 07:59:09 +09:00
c8e20b0c57
feat: block pending meetings for requires confirmation ( #16335 )
...
* feat: block pending meetings for requires confirmation
* add i18n
* fix:typecheck
* fix(requires-confirmation-block): Fixes type error
* fix(requires-confirmation-block): Fixes type error
* Tweak to set BookingWhereInput as the explicit type instead of as
* fix: type error
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-08-26 09:54:58 -04:00
Anik Dhabal Babu and GitHub
2fb4289798
feat: tracking and displaying last used login method ( #16356 )
2024-08-26 12:13:42 +00:00
758423ecf9
fix: Text for cookie consent checkbox in various languages ( #16355 )
...
* Fix text for cookie consent checkbox in various languages
* update
---------
Co-authored-by: unknown <adhabal2002@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-08-26 09:03:20 +00:00
ef11755488
feat: add recurringEvent attribute to api/v2/event-types ( #16251 )
...
* feat: added recurringEvent attribute to api/v2/event-types
* changed `recurringEvent` to `recurrence`
* Update CHANGELOG.md
* remove /dist/ import
* change `as` to `satisfies`
* testing some changes
* Revert "testing some changes"
This reverts commit 464d2611ed19dbd6ae390332b4d6dd5884bcae3b.
* Update recurrence.input.ts
* fix: apiv2 tsconfig enums
* Update CHANGELOG.md
* removed dev imports
* Update package.json
* Update api-request.spec.ts
* Update api-request.spec.ts
* added recurrence to update-event-type.input
---------
Co-authored-by: Morgan Vernay <morgan@cal.com >
2024-08-26 11:42:35 +03:00