Commit Graph

8610 Commits

Author SHA1 Message Date
Joe Au-Yeung 48dd4048f9 chore: Clean Up Delete Credential Selected Calendar Error Message (#12353) 2023-11-22 12:36:14 -07:00
Matt Nicolls e49ff393d6 fix: include eventTypeId in BOOKING_CANCELLED event (#12445) 2023-11-22 12:36:14 -07:00
sebzz ae152db45e docs: add google credentials in example env (#11695)
* docs:add google credentials in example env

* docs: add a space after #

* chore: update .env.example

---------

Co-authored-by: Udit Takkar <udit222001@gmail.com>
2023-11-22 12:36:13 -07:00
Morgan c8c7a02d14 fix: alby payment isPaid always false on create (#12463) 2023-11-22 12:36:13 -07:00
Amit Sharma 4a9cd4007a chore: Add team invite tests (#12425)
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-11-22 12:36:13 -07:00
Adugna Tadesse 3be6ed49e9 outlook second account fix (#12013)
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
2023-11-22 12:36:13 -07:00
Udit Takkar 0f165cae16 chore: reset form on submission (#12465) 2023-11-22 12:36:13 -07:00
Peer Richelsen 259166aa5f chore: ignore "platform" in pr-assign-team workflow (#12487) 2023-11-22 12:36:13 -07:00
Peer Richelsen 74d027b60e chore: fixed cal.ai thumbnail (#12486) 2023-11-22 12:36:13 -07:00
Peer Richelsen 4317d4df0a chore: fix cal.ai price (#12485) 2023-11-22 12:36:13 -07:00
Somay Chauhan 6cb1bfe89f fix: opening team invite link in email throws error on signup page (#12397)
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-11-22 12:36:13 -07:00
Syed Ali Shahbaz ae56d78886 fix: Admin Logic for event-type API endpoint (#12482)
* Fix Admin logic

* chore: fix prettier

---------

Co-authored-by: Udit Takkar <udit222001@gmail.com>
2023-11-22 12:36:13 -07:00
Hariom Balhara c5c1a1f01c test: Add more orgs tests (#12241) 2023-11-22 12:36:13 -07:00
Morgan 8235e1bebe fix: better errors for googlecalendar integration (#12403) 2023-11-22 12:36:13 -07:00
Ujjwal Goyal 86cafd979b fix: Date overrides UI bug depending on screen size (#12423)
* Update DateOverrideInputDialog.tsx

fix: Date overrides UI bug depending on screen size (calcom#12406)

* chore: remove comment

---------

Co-authored-by: madhurgoyal19 <35370133+madhurgoyal19@users.noreply.github.com>
Co-authored-by: Udit Takkar <udit222001@gmail.com>
2023-11-22 12:36:13 -07:00
Crowdin Bot f8235610c7 New Crowdin translations by Github Action 2023-11-22 12:36:13 -07:00
Morgan a779ad801f fix: alby payment could not be created (#12460)
* fix: alby payment could not be created

* fixup! fix: alby payment could not be created

* fixup! fixup! fix: alby payment could not be created
2023-11-22 12:36:13 -07:00
Crowdin Bot 79c5f72e8c New Crowdin translations by Github Action 2023-11-22 12:36:13 -07:00
Peer Richelsen f63a59fa23 chore: paid support wip (#12419)
* paid support wip

* nit

* added upgrade box to intercom

* nit
2023-11-22 12:36:13 -07:00
Manpreet Singh 53164d5c0a fix: slug value in webhook payload (#12290)
Co-authored-by: Udit Takkar <udit222001@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-11-22 12:36:13 -07:00
Lars Artmann c25ef3162f fix: [embed-react] types fix for compatible with TypeScript's "moduleResolution": "bundler" (#12327)
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-11-22 12:36:13 -07:00
Somay Chauhan 7006f0bf25 fix: don't send notes to booker if "Hide notes in calendar" is on (#12333) 2023-11-22 12:36:13 -07:00
Alex van Andel 80fb612898 fix: Better error reporting & some fixes to deleteUser API (#12439) 2023-11-22 12:36:13 -07:00
sean-brydon 0c3321a35e fix: identifer (#12426)
Co-authored-by: Udit Takkar <udit222001@gmail.com>
2023-11-22 12:36:13 -07:00
Alex van Andel 27d969f995 feat: Base implementation of v2 of avatars (#12369)
* feat: Base implementation of v2 of avatars

* Make avatarUrl and logoUrl entirely optional

* Made necessary backwards compat changes

* fix: type errors

* Fix: OG image

* fix types

* Consistency with other behaviour, ux tweak

---------

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-11-22 12:36:13 -07:00
Hariom Balhara 09cc4d8227 fix: Members count when `team` slug is same as `org` slug (#12124) 2023-11-22 12:36:13 -07:00
sean-brydon 250022a030 feat: troubleshooter with weekly view (V2) (#12280)
* Inital UI + layout setup

* use booker approach of grid

* event-select - sidebar + store work

* adds get schedule by event-type-slug

* Calendar toggle

* Load schedule from event slug

* Add busy events to calendar

* useschedule

* Store more event info than just slug

* Add date override to calendar

* Changes sizes on smaller screens

* add event title as a tooltip

* Ensure header navigation works

* Stop navigator throwing errors on inital render

* Correct br

* Event duration fixes

* Add getMoreInfo if user is authed with current request.username

* Add calendar color map wip

* Add WIP comments for coloured outlines

* Revert more info changes

* Calculate date override correctly

* Add description option

* Fix inital schedule data not being populated

* Nudge overlap over to make it clearer

* Fix disabled state

* WIP on math logic

* Event list overlapping events logic

* NIT about width

* i18n + manage calendars link

* Delete old troubleshooter

* Update packages/features/calendars/weeklyview/components/event/EventList.tsx

* Remove t-slots

* Fix i18n & install calendar action

* sm:imrovments

* NITS

* Fix types

* fix: back button

* Month prop null as we control from query param

* Add head SEO

* Fix headseo import

* Fix date override tests
2023-11-22 12:36:13 -07:00
Crowdin Bot ce51fb5824 New Crowdin translations by Github Action 2023-11-22 12:36:12 -07:00
Hariom Balhara 6960aeefb0 fix: add node-mocks-http to web (#12435) 2023-11-22 12:36:12 -07:00
Morgan Vernay cd2d8bdb31 fix: csrf on more public pages 2023-11-17 22:48:57 +02:00
Morgan Vernay 5b8c41c203 fix: csrf with get server side props 2023-11-17 22:20:58 +02:00
zomars 48ef3224fc Merge branch 'main' into zomars/cal-2724-implement-csrf-protection-for-public-trpc-endpoints 2023-11-17 11:21:31 -07:00
Crowdin Bot 28baf4b62d New Crowdin translations by Github Action 2023-11-17 11:21:14 -07:00
Crowdin Bot 75bdd1a610 New Crowdin translations by Github Action 2023-11-17 11:21:14 -07:00
Omar López 5dcb42f031 feat: implements basic user locking for admins (#12393)
* feat: implements basic user locking for admins

* Update sendPasswordReset.handler.ts

* check fixes

* Update packages/features/ee/users/components/UsersTable.tsx

Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>

---------

Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2023-11-17 11:21:14 -07:00
Crowdin Bot f2c39fc786 New Crowdin translations by Github Action 2023-11-17 16:12:37 +00:00
Crowdin Bot e83e0a770c New Crowdin translations by Github Action 2023-11-17 16:09:31 +00:00
Omar López c818ef3188
feat: implements basic user locking for admins (#12393)
* feat: implements basic user locking for admins

* Update sendPasswordReset.handler.ts

* check fixes

* Update packages/features/ee/users/components/UsersTable.tsx

Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>

---------

Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2023-11-17 16:06:29 +00:00
Morgan 2011a4bbe2
Merge branch 'main' into zomars/cal-2724-implement-csrf-protection-for-public-trpc-endpoints 2023-11-17 16:41:36 +02:00
Mehul 176564f4ed
fix: logo lack of contrast (#12401)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-11-17 14:10:58 +00:00
Morgan 27d59b6413
fix: add idx scheduleId on eventType (#12400) 2023-11-17 11:01:13 +00:00
zomars 475ba81855 WIP 2023-11-16 17:19:12 -07:00
Somay Chauhan 57a65401e7
fix: weird date override behaviour (#12292)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-11-16 21:09:48 +00:00
DmytroHryshyn 28acbe549a
chore: [app dir bootstrapping 9]: replace useSearchParams with useCompatSearchParams hook (#12056)
Co-authored-by: zomars <zomars@me.com>
2023-11-16 13:38:27 -07:00
Keith Williams 3534e3c224
Revert "perf: Increased memory/vCPU for slots perf (#12387)" (#12389)
This reverts commit 0b96ef5476.
2023-11-16 20:40:42 +02:00
Erik e48a6c3dcf
chore: Disable i18n cache in development (#12374) 2023-11-16 16:56:24 +00:00
Carina Wollendorfer 7d09ccb0d7
fix: add sendgrid-specific header only for SendGrid smtp server (#11932)
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-11-16 13:51:30 -03:00
Morgan 9029c5b4c4
fix: change api root statusCode to 200 (#12362) 2023-11-16 16:50:43 +00:00
Udit Takkar a4c1df3658
refactor: team settings redesign (#12230)
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-11-16 16:18:24 +00:00
Keith Williams 0b96ef5476
perf: Increased memory/vCPU for slots perf (#12387) 2023-11-16 11:57:37 -03:00