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
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
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
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
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
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
684575d0a4
chore: [app-router-migration 15] migrate bookings/* page group ( #13038 )
...
* codemod: remove-get-static-props
* replace ssrInit
* manual: extract getServerSideProps into a file
* manual: Export getServerSideProps from legacy page
---------
Co-authored-by: Benny Joo <sldisek783@gmail.com >
2024-01-11 18:20:03 -03:00
sean-brydon and GitHub
bc6267e99b
fix: Use constants.ts for brand colours > db DEFAULT ( #13167 )
...
* fix: user proper default values if no brand colour is set.
* fix:default value
* fix: more ?? to defined default as color is possibly null
2024-01-11 20:22:35 +00:00
Crowdin Bot
9901c91e9b
New Crowdin translations by Github Action
2024-01-11 18:32:20 +00:00
Crowdin Bot
0eabb56f07
New Crowdin translations by Github Action
2024-01-11 15:35:52 +00:00
cdd066c653
add missing translations ( #13125 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-01-11 15:31:52 +00:00
Greg Pabian and GitHub
cd9d16be3e
chore: [app-router-migration 23] Migrate the "enterprise" page ( #13044 )
2024-01-11 12:56:30 +00:00
Benny Joo and GitHub
6f110d21fd
chore: [app-router-migration 22] Migrate /insights page ( #13055 )
...
* intuita codemod: remove-get-static-props
* intuita codemod: app-directory-boilerplate-calcom
* manual: refactor and add metadata title/description
* manual: Change structure & Refactor to make code up to date
2024-01-11 12:45:26 +00:00
Benny Joo and GitHub
0df6777814
chore: [app-router-migration 20] Migrate /settings/security/* pages ( #13046 )
...
* intuita codemod: app-directory-boilerplate-calcom
* manual: move folders to (settings-layout) route group
* manual: add title/description metadata
* manual: Change structure & Refactor to make code up to date
2024-01-11 12:44:44 +00:00
Benny Joo and GitHub
5f14cd31d1
chore: [app-router-migration 19] Migrate /settings/my-account/* pages ( #13045 )
...
* intuita codemod: app-directory-boilerplate-codemod
* manual: move to (settings-layout) route group
* manual: add title/description metadata
* manual: Change structure & Refactor to make code up to date
2024-01-11 09:22:44 -03:00
070ec326aa
chore: [app-router-migration 13] Migrate reschedule page group ( #13030 )
...
* app-boilerplate-codemod
* fin
* fix
* fix & test & move to new struct
* manual: fix type error
* manual: fix lint error
---------
Co-authored-by: Benny Joo <sldisek783@gmail.com >
2024-01-11 07:50:29 -03:00
4ca79af13f
chore: [app-router-migration-11] Migrate workflow page group ( #12777 )
...
* add a/b test flags for apps, workflows, getting-started, settings/teams
* Finalize
* Discard changes to apps/web/app/layoutHOC.tsx
* fix: types
* manual: address Keith's comments
---------
Co-authored-by: Benny Joo <sldisek783@gmail.com >
Co-authored-by: Omar López <zomars@me.com >
2024-01-11 07:49:46 -03:00
Crowdin Bot
a2e70f9aad
New Crowdin translations by Github Action
2024-01-11 03:01:54 +00:00