Wesley
895b3ca7c9
feat: add paid webhook ( #8721 )
...
* feat: add BOOKING_PAID on enums
* feat: trigger the BOOKING_PAID webhook
* refactor: create payment variable
* feat: add REJECTED and REQUESTED on enums
* feat: create migration to booking werbhooks
* Update packages/features/webhooks/lib/constants.ts
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
* Update packages/prisma/schema.prisma
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
* Update packages/prisma/migrations/20230513235419_add_booking_webhooks/migration.sql
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
---------
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2023-06-13 14:57:59 +00:00
Jaideep Guntupalli
4d30264950
fix: Multiple In Person Locations not working as expected in Event Setup Tab ( #9465 )
...
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
2023-06-13 14:54:53 +00:00
Jaideep Guntupalli
3a352a94f6
fix: phone input update state persistence ( #9471 )
...
* fix: phone input update state persistence
* refactor: use spreading
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-06-13 14:54:13 +00:00
Nikeshkumar TK
8623175612
fix: Routing form two "New" button issue. ( #9479 )
...
* event types public api fix
* Routing form new button issue
* Routing form new button issue
* Routing form new button issue
* Routing form new button issue
* Routing form new button issue
2023-06-13 14:53:50 +00:00
Udit Takkar
ea531777c4
fix: size of cell ( #9486 )
...
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-06-13 11:08:00 +00:00
Soham Datta
2639ef7e13
fix : #9217 | redirected unready /admin to one of its tabs ( #9222 )
2023-06-13 10:46:41 +00:00
Jeroen Reumkens
0e76a19c96
Pass event duration to schedule api call ( #9484 )
2023-06-13 10:14:45 +00:00
Kavan Gandhi
3ec9eb377d
docs: Added command in manual section ( #9433 )
...
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
2023-06-12 21:46:29 +01:00
Udit Takkar
44b7000509
fix: dark mode in Alert component ( #9467 )
...
* fix: dark mode in Alert component
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
2023-06-12 17:49:44 +00:00
depfu[bot]
251307f1e6
chore: Update vite 2.9.15 → 2.9.16 (patch) ( #9346 )
...
* Update vite to version 2.9.16
* Upgrade vite to 4.1.2 everywhere
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-06-12 16:51:02 +00:00
Balveer Singh Rao
75e638ec4d
fix: copy icon for dark mode ( #9459 )
...
* fixed copy icon for dark mode
* fix: height
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-06-12 16:48:37 +00:00
Crowdin Bot
443ccdd6c0
New Crowdin translations by Github Action
2023-06-12 16:28:32 +00:00
Abhishek Sunil
dbf11cc04b
test: Add E2E test to verify theme change ( #9455 )
...
* Add E2E test to verify theme change
* PR fixes
2023-06-12 16:14:40 +00:00
Crowdin Bot
a5c9729f5f
New Crowdin translations by Github Action
2023-06-12 10:57:30 +00:00
sean-brydon
a6e2983a22
Fix translations ( #9466 )
2023-06-12 10:43:50 +00:00
Meet Patel
a21f0c46c7
enabled csv upload for team bulk invites ( #9446 )
2023-06-11 09:36:59 +00:00
Udit Takkar
ed4a81e852
fix: theme in new booker ( #9453 )
...
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-06-11 09:11:46 +00:00
Carina Wollendorfer
9231218350
fix: carify what sender ID means ( #9431 )
...
* add tooltip on info icon
* fix text
* fix UI in addActionDialog
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-06-11 03:20:13 +00:00
Peer Richelsen
7d1ea4ee2b
chore: moved viewport meta from document to PageWrapper ( #9406 )
...
* moved viewport meta from document to _app
* moved viewport meta from _app.tsx to PageWrapper.tsx
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
Co-authored-by: Efraín Rochín <roae.85@gmail.com>
2023-06-10 15:19:17 +00:00
Efraín Rochín
0c68e51930
fix: [CAL-1765] opt-in: clicking "confirm" or "reject" broken ( #9443 )
...
* Add support to a custom sessionGetter in trpc createContext
* type fixes
2023-06-10 11:02:50 +00:00
Alex van Andel
8e565dc610
v2.9.8
2023-06-10 12:46:24 +02:00
Rob Jackson
5b47844fa1
fix: Able to toggle off timeFormat on new booker UI ( #9442 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
2023-06-10 07:51:49 +00:00
Rob Jackson
0d01d3246a
test: Add E2E tests for seated attendee rescheduling or cancelling bookings ( #9422 )
...
* Add test for attendees rescheduling bookings
* Add tests for rescheduling seated bookings (first attendee)
* Fix tests not skipping disabled times on new booker UI
* Add tests for rescheduling seated bookings (all attendees)
* Remove duplicate tests (my mistake)
* Add explicit test ids for cancel inputs
* Add E2E tests for seated attendees cancelling their bookings
* Update E2E tests for a seated attendee rescheduling their booking
* Update tests to remove dependence on localised text
* Updated seated E2E tests to remove testing of unused URL
---------
Co-authored-by: Efraín Rochín <roae.85@gmail.com>
2023-06-10 03:47:50 +00:00
Alex van Andel
bb31c4ba14
fix: Prevent invalid host assignment ( #9441 )
...
* Avoids invalid hosts
* Fixed test selector, instead using react-select-2-listbox
* Different way of selecting the managed user
* Convert select-option- to value instead of label
* Replaced all instances of networkidle
* done rewriting test
* Fix prisma is not defined error
* Depend on inner text rather than testid
* Fill of team create is unstable
* Removed console.log
---------
Co-authored-by: Efraín Rochín <roae.85@gmail.com>
2023-06-10 02:39:49 +00:00
Crowdin Bot
d9a7952467
New Crowdin translations by Github Action
2023-06-09 22:33:12 +00:00
Balveer Singh Rao
208dcbbda3
fixed Rotate spinner ( #9429 )
2023-06-09 22:21:54 +00:00
Crowdin Bot
ff4494d395
New Crowdin translations by Github Action
2023-06-09 20:45:51 +00:00
Udit Takkar
db4b32119e
fix: UI bugs ( #9435 )
...
* fix: toggle group background
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: background
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: confirm modal
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: dark mode footer
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: change tootltip
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-06-09 20:32:35 +00:00
Carina Wollendorfer
bfef5b1877
fix: team bio ( #9438 )
...
* fix bio rendering
* fix type error
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-06-09 12:50:35 +00:00
Carina Wollendorfer
91962cc90b
check that input teamId equals webhook team ( #9434 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-06-09 11:18:59 +00:00
Carina Wollendorfer
7a71a5ddd4
fix error when updating event type availability ( #9428 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-06-09 10:19:49 +00:00
Jeroen Reumkens
ca47a589ba
feat: weekly view for new booker. ( #9389 )
...
* WIP on weekly view for new booker.
* Set responsive grid height for booker weekly view.
* Fixed types
* Ensure you can't click on disabled dates in weekly calendar
* CAL-1916: Improvements for blocked out parts background blocks, made the lines connect by using a shared background.
* Margin, padding and color tweaks for new booker CAL-1911
* Made week view have more days visible by default
* Fix to prevent layout switch from breaking when clicking same layout twice.
2023-06-09 09:38:18 +00:00
Crowdin Bot
a33dbd8922
New Crowdin translations by Github Action
2023-06-09 08:31:50 +00:00
Riyan Mohammad
aaab4ca741
refactor: TwoFactor.tsx ( #9392 )
...
* Update TwoFactor.tsx
* fix: useeffect
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-06-09 08:19:33 +00:00
Crowdin Bot
6aadf7429d
New Crowdin translations by Github Action
2023-06-08 16:57:52 +00:00
GitStart-Cal.com
748307bc91
fix: Wrong padding on modals - second version (CALCOM-8414) ( #9419 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
2023-06-08 16:45:06 +00:00
Crowdin Bot
559389a319
New Crowdin translations by Github Action
2023-06-08 14:37:40 +00:00
Ninad Trivedi
a9140b6a76
Scrollbar bug fixed ( #9357 )
2023-06-08 14:25:23 +00:00
Crowdin Bot
8f50e873c9
New Crowdin translations by Github Action
2023-06-08 13:53:38 +00:00
Udit Takkar
9b28b7f78a
fix: remove duplicate value i18n ( #8547 )
...
* fix: remove duplicate value i18n
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* feat: add duplicate check in next config
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: remove more duplicates
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: description on two factor page
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Update apps/web/next.config.js
* Update apps/web/next.config.js
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-06-08 13:37:54 +00:00
Crowdin Bot
4417097f97
New Crowdin translations by Github Action
2023-06-08 12:45:11 +00:00
Jeroen Reumkens
93fc036d2c
feat: Made booker layout settings more user friendly ( #9397 )
...
* Made booker layout settings more user friendly
* Fixed tyeps and default values in appearance form for booker layout
* Enable all layouts by default
2023-06-08 12:32:17 +00:00
Omar López
7f13fc58b9
v2.9.7
2023-06-07 16:02:32 -07:00
alannnc
527d1f6c93
fix: remove bg-color ( #9408 )
...
* remove bg-color
* Update packages/app-store/_components/AppCard.tsx
Fix lint error trailing ,
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-06-07 16:02:32 -07:00
Omar López
0ec3c496d8
fix: missing company name in emails ( #9409 )
2023-06-07 16:02:32 -07:00
Jeroen Reumkens
62ec3de0b1
Recurring event doesn't neccessarily mean an event that requires confirmation. We need to show the recurring option nevertheless. ( #9393 )
2023-06-07 16:02:32 -07:00
Jeroen Reumkens
2c47cb6a3b
Only take owner data we need in public event api, instead of everything. Saves bandwidth. ( #9394 )
2023-06-07 16:02:32 -07:00
Jeroen Reumkens
dc2b145843
Show header layout in large views even if theres only one layout enable. Don't show toggle though. ( #9398 )
2023-06-07 16:02:32 -07:00
Nafees Nazik
c958e1578a
feat: use the correct locale for the title ( #9286 )
2023-06-07 16:02:32 -07:00
Crowdin Bot
1e857e5c0a
New Crowdin translations by Github Action
2023-06-07 20:08:38 +00:00