Morgan and GitHub
f33ea91ab0
chore: move getFixedT to web ( #13446 )
2024-01-29 08:44:15 +00:00
cc0ff17d97
test: Create E2E tests for a collective event type (teste2e-bookCollective) ( #12565 )
...
* refactor
* add localize / refactor
* add changes
* fix conflicts
* replace text by testId
* refactor
* Update regularBookings.ts
* fix conflicts
* fix failing check
* fix failing test
---------
Co-authored-by: gitstart-calcom <gitstart-calcom@users.noreply.github.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: GitStart-Cal.com <121884634+gitstart-calcom@users.noreply.github.com >
2024-01-28 20:55:17 -03:00
Crowdin Bot
4d128971bb
New Crowdin translations by Github Action
2024-01-28 21:09:13 +00:00
Udit Takkar and GitHub
f9f82283fb
chore: add logs for debugging ( #13441 )
2024-01-28 21:06:44 +00:00
Crowdin Bot
111135a605
New Crowdin translations by Github Action
2024-01-28 08:13:15 +00:00
Somay Chauhan and GitHub
04e577582d
fix: copy private link tooltip ( #13437 )
2024-01-28 08:10:10 +00:00
Somay Chauhan and GitHub
3c42301c19
fix: "Hide notes in calendar" keeps reverting to off despite saving ( #13434 )
2024-01-27 12:04:15 +00:00
c839e40a3e
chore: [app-router-migration 26] Migrate "/[user]" page ( #13057 )
...
Co-authored-by: zomars <zomars@me.com >
2024-01-27 10:57:43 +00:00
9422e28598
test: check all advanced options in a managed event-type (teste2e-managedOptions) ( #12294 )
...
* check all advanced options in a managed event-type
* Delete apps/web/playwright/booking/managedBookingAllQuestion.e2e.ts
* Delete apps/web/playwright/managedBooking/allQuestions.e2e.ts
* Refactor
* Refactor
* check all advanced options in a managed event-type
* check all advanced options in a managed event-type
* Update regularBookings.ts
* Update regularBookings.ts
---------
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: gitstart-calcom <gitstart@users.noreply.github.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-01-27 07:50:38 -03:00
d804b3947d
chore: [app-router-migration 36] Migrate /org/* page group ( #13202 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
Co-authored-by: Pradumn Kumar <pradumn@tealfeed.com >
Co-authored-by: zomars <zomars@me.com >
2024-01-26 13:06:02 -07:00
3fa710fc1c
Fix typo in webhook delete response ( #13409 )
...
It's a webhook, not a schedule.
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-01-26 19:29:24 +00:00
f9359aaa7b
feat: added ability to assign event to all members ( #13219 )
...
* feat: added ability to assign event to all members
* fix: types
* chore: incorporate assignment for collective and round robin event sas well
* fix: update event types query
* feat: round robin hosts
* fix: update
* fix: update
* fix: assignAllTeamMembers issue
* design fixes
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-01-26 17:37:38 +00:00
7c7ca79d48
remove duplicate confirmBooking ( #13423 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-01-26 16:27:18 +00:00
DmytroHryshyn and GitHub
753cb5803d
chore: module based file structure: event types ( #13404 )
2024-01-25 18:37:26 -07:00
Omar López and GitHub
210bc9fc8c
chore: Proposal for new module based file structure ( #13396 )
2024-01-25 17:31:08 -07:00
Crowdin Bot
3d8b5390df
New Crowdin translations by Github Action
2024-01-25 22:30:50 +00:00
zomars
a477f337dc
fix: login flaky test
2024-01-25 15:27:45 -07:00
9db9204088
test: Check the webhook event tab and your funtionalities ( #12433 )
...
* Check the webhook event tab and your funtionalities
* Check the webhook event tab and your funtionalities
* add changes
* add changes
* add changes
* add changes
* add changes
* add changes
* fix tests
* Refactor
---------
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-25 15:50:11 -03:00
Crowdin Bot
fe46b81c63
New Crowdin translations by Github Action
2024-01-25 17:54:39 +00:00
Keith Williams and GitHub
17db644be1
v3.7.9
2024-01-25 14:51:08 -03:00
e4037be79a
feat: Limit the amount of days to load for a schedule ( #13282 )
...
* feat: Disallow next month prefetching in booker
* renamed to include NEXT_PUBLIC
* fixed boolean expression
* Now using a variable length of days to load
* Type fixes
* Now opening all dates to be clickable
* Added turbo.json var and updated example env
* Fixed issue with selectedDate being null when first loading the page
* Updated description of variable
* Made constant for the booking days
* Type fix
* Setting the days to load for weekly view to 7
* feat: add ui and ability to fetch more on click
* feat: add ui and ability to fetch more on click
* fix: loader
* fix: banner detection
* Update packages/features/bookings/Booker/Booker.tsx
* fix: types
* Not showing HavingTroubleFindingTime component when the schedule is loading
* Only enabled on monthly view
* Correctly load initial date
* Type fix
* Fixed bugs around triggering multiple requests
* Added case for when there is no selectedDate but the month has been specified
* Types
* More types
* Check for undefined
* More typing
* More typing
---------
Co-authored-by: sean-brydon <sean@cal.com >
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2024-01-25 14:48:46 -03:00
DmytroHryshyn and GitHub
ebe6a60366
fix insights page ( #13390 )
2024-01-24 14:22:09 -07:00
zomars
fa9c6ea0ef
fix: flaky test
2024-01-24 14:21:06 -07:00
Keith Williams and GitHub
9b22f44cba
v3.7.8
2024-01-24 16:01:51 -03:00
Crowdin Bot
8f9a4fc78f
New Crowdin translations by Github Action
2024-01-24 16:06:17 +00:00
7b30ade284
test: Create E2E tests to check the responsive design for a regular booking and edit a regular event type (responsiveLayoute2e) ( #12432 )
...
* add tests for responsive layout
* test: Create E2E tests to check the responsive design for a regular booking and edit a regular event type
* test: Create E2E tests to check the responsive design for a regular booking and edit a regular event type
* test: Create E2E tests to check the responsive design for a regular booking and edit a regular event type
* Create tests
* Create tests
* Create tests
* add changes
---------
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: Keith Williams <keithwillcode@gmail.com >
2024-01-24 13:02:12 -03:00
Keith Williams and GitHub
0860036607
v3.7.7
2024-01-24 11:06:38 -03:00
a6eab74fd1
feat: make org members list private ( #13373 )
...
* feat: make org members list private
* fix: add isOrg to MakeTeamPrivateSwitch in other-team-members-view
---------
Co-authored-by: supalarry <lauris.skraucis@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-01-24 11:28:34 +00:00
0a2e275908
fix: UI mismatch with form state ( #10651 )
...
* fix: UI mismatch with form state
* Fix: Sync form state with ui for more fields & slight code refactor
* Ensure Stripe app is enabled to disable seats
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Hariom <hariombalhara@gmail.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com >
2024-01-24 10:55:31 +00:00
Crowdin Bot
3b05ebc5b5
New Crowdin translations by Github Action
2024-01-24 10:46:13 +00:00
Omar López and GitHub
e5b4d2fb80
fix: API slots endpoint return format ( #13377 )
2024-01-24 10:43:13 +00:00
Syed Ali Shahbaz and GitHub
00a2a3d8a8
Fix slot wrapper ( #13379 )
2024-01-24 07:01:57 +00:00
+1
30ba168fc3
chore: bump @trpc/* and @tanstack/react-query ( #13335 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Benny Joo <sldisek783@gmail.com >
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
Co-authored-by: Gergő Móricz <mo.geryy@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-01-23 16:42:29 -07:00
12eec186b2
chore: [app-router-migration 31] migrate the "/auth/setup" page ( #13196 )
...
* wip
* chore: setup page migration
* fix: conventions
* fix: convention
* use client
* fix: rebase on 13.5
---------
Co-authored-by: Dmytro Hryshyn <dev.dmytroh@gmail.com >
2024-01-23 18:05:47 -03:00
4417d649ea
refactor: remove @calcom/features dependency to @calcom/web ( #13365 )
...
* refactor: remove @calcom/features dependency to @calcom/web
* refactor: remove IS_VISUAL_REGRESSION_TESTING from web
* fix: wrong imports
---------
Co-authored-by: Omar López <zomars@me.com >
2024-01-23 17:17:36 +00:00
Alex van Andel
7058da70e6
v3.7.6
2024-01-23 14:10:48 +00:00
Alex van Andel
2cb383c337
fix: Remove type from import getServerSideProps
2024-01-23 14:09:59 +00:00
Alex van Andel
fe5eca8eb3
v3.7.5
2024-01-23 13:50:01 +00:00
Alex van Andel
28a0553d18
v3.7.4
2024-01-23 13:42:40 +00:00
Alex van Andel
ffcb04fa99
fix: Broken Cal.video due to missing export
2024-01-23 13:38:23 +00:00
Keith Williams and GitHub
5ca216b922
v3.7.3
2024-01-23 09:34:58 -03:00
0abff9f562
feat: Add ICS Feed support ( #13337 )
...
* feat: ics-feed proof of concept pt. 1
* feat: ics-feedcalendar fixes
* fix: ics feed i18n and icon issues
* fix: remove debug log
* chore: revert yarn.lock
* fix: remove debug log
---------
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-01-23 12:30:40 +00:00
942dc38b58
fix: dark mode for OAuth /authorize page ( #13363 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-01-22 21:40:03 +00:00
Benny Joo and GitHub
827d8995a1
chore: [app-router-migration 38]: Refactor migrated pages and fix generateMetadata functions ( #13314 )
...
* refactor to keep consistencies in files
* manual: more refactors
* revert unnecessary changes
* fix type errors
* fix build error
* fix
2024-01-22 17:32:15 -03:00
850e222f0e
feat: instant meeting improvements ( #13258 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Omar López <zomars@me.com >
2024-01-22 19:48:23 +00:00
3c8c6d0574
feat: Add Owner during organization creation ( #13069 )
...
* feat: Add Owner during organization creation
* chore: remove dead code
* fix: change route from onboard-admin to onboard-members
* fix: change button name to add_members from add_team_member
* fix: change MembershipRole badge colour
* fix: previous membership role bug
* update: "On-board administrators" tests
* fix: wrong import
* Reverted extra changes
* fix: current user cannot remove itself
* Reverted extra changes
* Reverted extra changes 2
* send isOrg to removeMember handler
* fix: removed prisma.user.delete cleanup as not needed
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-01-22 10:24:09 -05:00
Riddhesh Mahajan and GitHub
c6b50bfd14
prevent primary key update in memberships api ( #13083 )
2024-01-20 10:41:50 -03:00
DmytroHryshyn and GitHub
ff1aefe539
chore: [app-router-migration 39] refactor ssr/ssg functions ( #13336 )
2024-01-19 15:58:37 -07:00
Crowdin Bot
5685d343b1
New Crowdin translations by Github Action
2024-01-19 22:40:08 +00:00
ae3f30fabf
chore: fixed some of the terms language ( #13334 )
...
* fixed some of the terms language
* minor changes
* Update apps/web/pages/settings/organizations/[id]/onboard-admins.tsx
* fixed yarn
* nit
* fix: trans
---------
Co-authored-by: Udit Takkar <udit222001@gmail.com >
2024-01-19 22:37:04 +00:00