Omar López and GitHub
fac47544d1
v3.7.1
2024-01-16 11:39:25 -07:00
Benny Joo and GitHub
b09f3e5c8d
chore: [app-router-migration 37] migrate connect and join page ( #13205 )
...
* Migrate Connect And Join page
* make legacy page client
2024-01-16 18:28:19 +00:00
Riddhesh Mahajan and GitHub
8bb051ac4e
fix: improve slug filtering to prevent same slug with diff case ( #13074 )
2024-01-16 18:27:34 +00:00
Dexter Storey and GitHub
fd3fffd7dd
feat: add booking date range filters and freeze GPT-4 version ( #12508 )
...
* add booking date range filters
* fix dateFrom, dateTo strings
* simplify temporal filters
* Freeze GPT-4-0613
* parse and validate booking dateFrom and dateTo fields
* add weekday to agent prompt
2024-01-16 18:26:39 +00:00
312a3f2543
refactor: API POST /teams ( #13211 )
...
Co-authored-by: Omar López <zomars@me.com >
2024-01-16 17:47:46 +00:00
f52f2f32fa
chore: added dark mode image for signup ( #13251 )
...
* added dark mode image for signup
* fixed dark mode border
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-01-16 17:01:08 +00:00
Crowdin Bot
fdd0a5a03d
New Crowdin translations by Github Action
2024-01-16 16:15:13 +00:00
ca3e3600f7
test: Check the workflow tab and your functionalities (teste2e-workflow) ( #12474 )
...
* test: Check the workflow tab
* fix type
---------
Co-authored-by: gitstart-calcom <gitstart-calcom@users.noreply.github.com >
Co-authored-by: GitStart-Cal.com <121884634+gitstart-calcom@users.noreply.github.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-01-16 11:11:36 -05:00
Morgan and GitHub
ba944b471a
refactor: app-store imports webhook.ts from @calcom/web ( #13257 )
2024-01-16 15:10:58 +00:00
Keith Williams and GitHub
7978f0317a
chore: Revert bundle analysis text formatting ( #13256 )
2024-01-16 14:57:45 +00:00
emmanuel and GitHub
d918f34ae8
Update README.md ( #13246 )
2024-01-16 07:39:42 -03:00
Udit Takkar and GitHub
1fed08fa9b
fix: untranslated string in event ( #13247 )
2024-01-16 07:20:33 -03:00
aabfd3b3f6
chore: Chore team metadata table + isOrganization migration from metadata ( #12828 )
...
* Migration+schema changes
* Remove org utils from schema
* Users fixture
* Auth signup handlers
* checkIsOrg fn
* use team.isOrganization > metadata
* Add isOrganization to getTeamWithMembers query
* list handler + optimise queries
* Update trpc handlers to use team.isOrganization && orgSettings table
* Update fixture
* Fix typo in prisma.schema
* next auth options use organizationSettings instread of tema metadata
* Admin tooling
* Updating components to use orgsettings over metadata
* Add unique index + fix org lib files
* validateUsername
* Add a seperate unique constraint between isOrg and slug
* Invite Member Logic
* fix resend file
* force isOrg to exist
* Team settings
* update createOrUpdateMemberships
* fix: admin get handler
* fix: team list handler - improve select
* fix: update admin update handler
* fix: settings layout - team get select
* organziationSettings Schema + adminupdate
* organziationSettings Schema + adminupdate
* typefix onSubtmi
* Fix:team repo throwing error if no metadata is found
* fix: add onDelete to be cascade instead of restri
* fix: org - team invite e2e
* fix: team invites not working in subteam context
* rename to organizationID
* fix user fixture team names
* Fix the organization created in tests
* fix: update organization metadata
* variable rename
* Reuse isOrganization
* variable rename
* Remove unnecessary optional chaining
* Update packages/trpc/server/routers/viewer/organizations/adminUpdate.handler.ts
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
* Update packages/trpc/server/routers/viewer/organizations/adminUpdate.handler.ts
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
* Update packages/trpc/server/routers/viewer/organizations/create.handler.ts
---------
Co-authored-by: Hariom <hariombalhara@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-01-16 10:18:17 +00:00
60e0bbf4b7
feat: impersonation improvements ( #13066 )
...
* fix: rename checkPermission to be more fitting
* feat:return to user
* nits: cleanup plus comments
* cleanup
* test: Add e2e
* fix: fix fixtures
* nit: cleanup logs
* chore: move to impersonatedBy in session
* fix: can return to self
* Update apps/web/playwright/impersonation.e2e.ts
* fix: typecheck
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-01-16 08:45:48 +00:00
0a7f65cd9b
fix: Use Google recurring events protocol ( #12651 )
...
* working create event
--wip-- [skip ci]
fix bug related to adding event
--wip-- [skip ci]
--wip-- [skip ci]
add delete all
remove console.log
remove console.log
add patching of instances
fix yarn.lock
remove comments
* fixed typing
* use rrule
* rollback tsconfig changes
* fix comments
* fix comments
* rename db column
* fix delete all booking
* Update apps/web/pages/api/book/recurring-event.ts
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
* remove non-null assertion
* attempt to fix type errors
* fix recurring event logic
* remove skipAvailabilityCheck
---------
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Hariom <hariombalhara@gmail.com >
2024-01-16 13:49:54 +05:30
Vishal Bisht and GitHub
f41f4b01a9
Fixed [CAL-2930] Org branding isnt centered in shell #13225 ( #13237 )
2024-01-16 03:02:46 +00:00
Keith Williams and GitHub
a7b38b1b58
feat: Allow admins to filter bookings only by attendee emails ( #13236 )
...
* chore: Allow admins to filter bookings only by attendee emails
* Fix type error
2024-01-15 23:36:39 +00:00
a0f1ceba19
refactor: Refactor seats logic ( #12905 )
...
* Refactor createBooking
* Type fix
* Abstract handleSeats
* Create Invitee type
* Create OrganizerUser type
* Abstract addVideoCallDataToEvt
* Abstract createLoggerWithEventDetails
* Abstract `handleAppStatus` from handler
* Create ReqAppsStatus type
* Move `deleteMeeting` and `getCalendar`
* Set parameters for `handleSeats`
* Typescript refactor
* Change function params from req
* Type fix
* Move handleSeats
* Abstract lastAttendeeDeleteBooking
* Create function for rescheduling seated events
* Fix imports on reschedule seats function
* Fix imports
* Import handleSeats function
* Fix rescheduleUid type
* Refactor owner reschedule to new time slot
* Refactor combine two booking times together
* Reschedule as an attendee
* Refactor createNewSeat
* Remove old handleSeats
* Remove lastAttendeeDeleteBooking from handleNewBooking
* Test for new attendee right params are passed
* Unit test params for reschedule
* Typo fix
* Clean up
* Create new seat test
* Test when attendee already signs up for booking
* Type fix
* Test reschedule move attendee to existing booking
* On reschedule create new booking
* Test on last attendee cancel booking
* Owner reschedule to new time slot
* Owner rescheduling, merge two bookings together
* Test: when merging more than available seats, then fail
* Test: fail when event is full
* Remove duplicate E2E tests
* Clean up
* Rename `addVideoCallDataToEvt` to `addVideoCallDataToEvent`
* Refactor `calcAppsStatus`
* Assign `evt` to resutl of `addVideoCallDataToEvent`
* Use prisma.transaction when moving attendees
* Clean create seat call
* Use ErrorCode enum
* Use attendeeRescheduledSeatedBooking function
* Await function
* Prevent double triggering of workflows
* Use inviteeToAdd in createNewSeat
* Remove unused error code
* Remove old handleSeats file
* Type fix
* Type fix
* Type fix
* Type fix
* Type fix
* Type fix
* Type fix
* Type fix
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Erik <erik@erosemberg.com >
2024-01-15 17:04:13 -05:00
Hariom Balhara and GitHub
5c6e104ff5
fix: Team revert with members ( #13228 )
2024-01-15 21:26:55 +00:00
Udit Takkar and GitHub
29b1f7bf51
chore: add error message for no availability ( #13230 )
...
* chore: add error message for no default user availability
* chore: check only availability
* chore: change message
* chore: add eventType
2024-01-15 16:04:12 -05:00
7ec3d04acc
test: add test for invalid cal video ( #13103 )
...
* test: add test for invalid cal video
* chore: add confirm
* chore: fix type error
* chore: update code
* test: add unit test
* chore: type error
* chore
* chore: type
* chore: fix test
* chore
---------
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
2024-01-15 15:07:58 -05:00
Udit Takkar and GitHub
13a765e50a
test: In Team Event type when location is Organizer Default App and U… ( #12939 )
...
* test: In Team Event type when location is Organizer Default App and User Metadata is emoty
* chore: use variable
* fix: type error
2024-01-15 19:38:16 +00:00
Keith Williams and GitHub
18f637d94c
v3.7.0
2024-01-15 14:23:30 -03:00
e5eb121ab7
fix: Reschedule a cancelled booking ( #13170 )
...
* fix: Reschedule a cancelled booking
* canceled instead of cancelled
---------
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
2024-01-15 16:52:04 +00:00
6612926aa5
test: Check availability tab and all your functions (teste2e-availability) ( #12434 )
...
* add changes
* add changes
* add changes
* add changes
* Requested changes
* Change way to grab element
---------
Co-authored-by: gitstart-calcom <gitstart-calcom@users.noreply.github.com >
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2024-01-15 11:45:51 -05:00
Hariom Balhara and GitHub
93dc1247f1
fix: Dynamic group booking org-migration redirect ( #13223 )
...
* fix: Dynamic group booking redirect
* Fix flaky private team test
2024-01-15 21:38:43 +05:30
24607873c0
refactor: Abstract handleSeats from handleNewBooking ( #12062 )
...
* Refactor createBooking
* Type fix
* Abstract handleSeats
* Create Invitee type
* Create OrganizerUser type
* Abstract addVideoCallDataToEvt
* Abstract createLoggerWithEventDetails
* Abstract `handleAppStatus` from handler
* Create ReqAppsStatus type
* Move `deleteMeeting` and `getCalendar`
* Set parameters for `handleSeats`
* Typescript refactor
* Change function params from req
* Type fix
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
Co-authored-by: Erik <erik@erosemberg.com >
2024-01-15 15:28:11 +00:00
Peer Richelsen and GitHub
8b37d91108
chore: added community support to help ( #13213 )
2024-01-15 15:16:35 +00:00
22b0644700
fix: event reschedule workflow trigger ( #13122 )
...
* fix event reschedule workflow trigger
* uncomment previously failed test
* review fix
---------
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-01-15 10:15:49 -05:00
Crowdin Bot
404a7c1550
New Crowdin translations by Github Action
2024-01-15 13:50:07 +00:00
Peer Richelsen and GitHub
19a2cd5ae4
chore: small improvements to signup ( #13227 )
...
* removed features on mobile, better background color
* nit
* dark mode nits
2024-01-15 13:46:03 +00:00
0798e2940a
fix: check for isEmbed ( #12907 )
...
* fix: check for isEmbed
* chore: useIsEmbed hook
* Update packages/features/bookings/Booker/components/Header.tsx
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-01-15 10:39:38 +00:00
b1bf94aa58
chore: added a fallback for country code ( #13171 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-01-15 09:51:16 +00:00
0a921c2929
chore: added mini game to waiting screen of instant meetings ( #13177 )
...
* nit
* Update packages/features/bookings/Booker/components/BookEventForm/BookEventForm.tsx
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-01-15 03:29:01 +00:00
Carina Wollendorfer and GitHub
67c318e527
fix: use DateRangePicker component in my-account/out-of-office ( #13207 )
2024-01-14 13:58:10 +00:00
Crowdin Bot
41b8d2ab1a
New Crowdin translations by Github Action
2024-01-14 13:11:02 +00:00
57124b48fe
fix: don't allow uid update in bookings update api ( #13071 )
...
* don't allow uid update in bookings update api
* omit uid from schemaBookingEditBodyParams instead of updating schemaBookingBaseBodyParams
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-01-14 13:08:02 +00:00
Benny Joo and GitHub
b76a2a4019
chore: [app-router-migration 21] Migrate "/d/*" pages ( #13047 )
...
* Migrate d/* page group
* Fix metadata
* manual: fix type of arg of getData
* fix
* manual: fix type errors
* Fix type errors
* fix type errors
* fix error
* fix
* fix build error
2024-01-12 18:37:25 -03:00
a28b9cacd2
chore: [app-router-migration 17]: migrate payments page ( #13039 )
...
* chore: migrate payments page
* migrate page to WithLayout HOC, replace new ssrInit
* fix type error
* fix
* revert version changes
* fix
---------
Co-authored-by: Benny Joo <sldisek783@gmail.com >
2024-01-12 18:36:48 -03:00
DmytroHryshyn and GitHub
abd90f6af8
chore: [app-router-migration 14] migrate not-found page ( #13032 )
...
* chore: migrate not-found page
* migrate page, replace ssgInit
* fix flaky test
* fix
* fix
* fix
2024-01-12 18:21:35 -03:00
0bdc45a1a5
chore: [app-router-migration 18] Migrate "/settings/organizations/*" pages ( #13042 )
...
* manual: app-directory-boilerplate-calcom
* manual: import components directly
* manual: move files to correct route groups and add metadata
* manual: Change structure & Refactor to make code up to date
* manual: refactors
* Fix
* manual: fix type of arg of getData
* manual: fix type error
* fix type bugs
* fix
* fixing the build
* wip
---------
Co-authored-by: Greg Pabian <35925521+grzpab@users.noreply.github.com >
2024-01-12 15:32:39 -03:00
65d9704f2b
fix: add check for already used slug ( #13076 )
...
* add check for already used slug
* Update _patch.ts
Removed comment that added no value based on the code. Renamed const
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-01-12 11:07:39 -03:00
sean-brydon and GitHub
d8ba783369
fix: use brand accent instead of invert on current day selector ( #13194 )
...
* fix: use brand accent instead of invert
* fix: use brand accent instead of invert
* chore: remove constants from commit
2024-01-12 13:44:26 +00:00
Alex van Andel
782127a993
v3.6.4
2024-01-12 12:42:31 +00:00
fbc3f7b51f
fix: correctly use eventTriggers parsed and use Array.from ( #13193 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-01-12 11:19:40 +00:00
Crowdin Bot
619ccf4065
New Crowdin translations by Github Action
2024-01-12 11:12:57 +00:00
40d8f34e8d
chore: rename 'reason' to 'cancellationReason' to match the api params schema ( #13178 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-01-12 11:10:04 +00:00
DmytroHryshyn and GitHub
9c1e1d7312
chore: [app-router-migration 24] migrate more page ( #13054 )
2024-01-11 21:45:45 +00:00
710a1a7d38
add teamId when refreshing access token ( #13159 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-01-11 21:43:15 +00:00
Peer Richelsen and GitHub
f25605ef4d
chore: corrected event-types icons ( #13173 )
2024-01-11 21:42:29 +00:00