Peer Richelsen
ba0e443c52
fixed scroll description size, fixed dark mode toggle switch, fixed date height and positioning, fixed date picker container with negative margin ( #7656 )
2023-03-10 13:02:48 +00:00
Hariom Balhara
6d82e3f1b6
Move routing forms outside of ee and use LicenseRequired component instead. ( #7639 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-03-09 22:58:02 +00:00
Hariom Balhara
95c1c81b3b
Fix ColorPicker not showing up and Auto theme not working ( #7626 )
2023-03-09 11:57:59 -07:00
Carina Wollendorfer
d9a555d94a
Additional fields as variables for custom event name ( #7454 )
...
* feat: add custom validate name util
* refactor: separate custom event type modal into a
different component
* feat: add validation to zod
* chore: add i18n key
* feat: add dynamic imports
* fix: padding
* Omit cache-hit exit 1, assuming it'll fail regardless
* allow custom inputs as variables in event name
* fix ui for adding custom inputs
* show edited event name in modal
* code clean up
* merge fixes
* includes new booking fields logic
* fix event name with custom booking fields
* code clean up
* Update apps/web/public/static/locales/en/common.json
Co-authored-by: Alex van Andel <me@alexvanandel.com>
* fix type error
* remove old reqbody variable
---------
Co-authored-by: nafees nazik <nafeesnazik21@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-03-09 15:11:16 +00:00
Alex van Andel
fa383d671b
v2.6.9
2023-03-09 13:45:00 +00:00
Peer Richelsen
4cd32fca4a
new error for no available user ( #7609 )
...
* new error for no available user
* Added cursor-pointer & extra whitespace before 'go back.'
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-03-09 13:11:07 +00:00
Udit Takkar
2ddada49f9
fix: use /avatar url ( #7328 )
...
* fix: use /avatar url
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: don't fetch avatar
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: type error
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: Peer Richelsen <peeroke@gmail.com>
2023-03-09 12:17:13 +00:00
GitStart-Cal.com
feb8218e4e
Routing form UI update ( #7452 )
...
* Routing form UI update
* Routing form UI update
---------
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
2023-03-09 12:14:17 +00:00
Efraín Rochín
913466d06d
fix/[cal-1091]-Changing the timezone in profile settings doesn't change the date of the booking - only the time ( #7598 )
...
* set timezone to date and time displayed on booking details page
* type fixes
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-03-09 10:18:22 +00:00
Leo Giovanetti
18c1a6a3a2
Fixing sessionTimeout conversion ( #7611 )
2023-03-09 10:16:19 +00:00
Leo Giovanetti
3a6f05f1e3
Fixing multiple duration not selected correctly ( #7597 )
2023-03-09 10:12:37 +00:00
Jeroen Reumkens
5ebbd514d8
Added serverside translations to the forgot password page. ( #7618 )
2023-03-09 09:14:04 +00:00
Joe Au-Yeung
58b439ca65
Revamp Google Cal warning for Meet, Amie, and Vimcal ( #7308 )
...
* Create requires Google Cal component
* Create installed GCal message
* Move requires GCal component to App
* Clean up
* Abstract prerequisite component
* Add requires message on app card
* Refactor to dependency
* Clean up
* Change typeform dep & remove app card dep component
* Clean up
* Change dependency to dependencies
* Pass disableInstall to default install button for AppCard
* Refactor app page to dependencies
* Type fix
* More type fixes
* Update apps/web/components/apps/App.tsx
* Apply suggestions from code review
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-03-09 10:07:23 +01:00
Udit Takkar
c32aadf297
fix: ui inconsistency in calendar app ( #7209 )
...
* fix: ui inconsistency in calendar app
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: remove border
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: ui bug
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-03-09 00:16:26 +01:00
github-actions[bot]
7b169ebfc2
New Crowdin translations by Github Action ( #7588 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2023-03-08 23:27:50 +01:00
Alex van Andel
d40b934866
Bugfix/improved assignment page ( #7165 )
...
* Refactor Assignment hosts components
* Addressed NIT
* Remove switch in favour of render object
---------
Co-authored-by: zomars <zomars@me.com>
2023-03-08 15:04:33 -07:00
Lucas
2e5c0c6332
Fix/icon size and url ( #7605 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-03-08 21:59:15 +00:00
Nafees Nazik
0ee3b26ca8
fix: default conferencing app not showing the correct value after updated ( #7589 )
...
* fix: edge case
* feat: add overflow
* fix: invalidate cache
2023-03-08 16:17:08 +00:00
Peer Richelsen
e836a042e9
readded overflow-scroll ( #7590 )
2023-03-08 17:00:59 +01:00
Carina Wollendorfer
37038a0cbf
Fixes broken layout of event type description ( #7587 )
...
* fix flicker of event type description
* code clean up
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-03-08 15:46:23 +00:00
Omar López
8b47c064ff
Fix conflicts for embed tests ( #7311 )
...
* Fix conflicts for embed tests
* Update pr.yml
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-03-08 13:20:04 +00:00
Alex van Andel
8a2da017ff
v2.6.8
2023-03-08 13:04:44 +00:00
Nafees Nazik
2f8280a6ee
fix: routing form delete button not rendered ( #7424 )
2023-03-08 12:39:58 +00:00
Udit Takkar
4e1e2577eb
fix: create a trpc route for fetching country ( #7555 )
...
* fix: create a trpc route for fetching country
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: type error
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: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-03-08 12:33:42 +00:00
github-actions[bot]
34d3bdf868
New Crowdin translations by Github Action ( #7579 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2023-03-08 11:36:32 +01:00
github-actions[bot]
58836eefbf
New Crowdin translations by Github Action ( #7577 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2023-03-08 10:51:07 +01:00
github-actions[bot]
4ab6c2b3da
New Crowdin translations by Github Action ( #7569 )
2023-03-08 08:50:57 +01:00
Nafees Nazik
b0da827483
fix: event location not translated in booking page ( #7528 )
...
* fix: event location not translated
* fix: translate
* chore: lowercase trans keys
* fix: label
* feat: snake case labels
* fix: show the link if the user has one
* fix: add translatable keys
* fix:
* chore: fix type error
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Efraín Rochín <roae.85@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-03-07 22:37:56 +00:00
Alex van Andel
1b468b9ae7
Fixed test ( #7572 )
2023-03-07 15:15:11 -07:00
Kiran K
2fa83bd512
Add Idp-Initiated SSO ( #6781 )
...
* wip idp enabled login
* add route to handle callback from IdP
* update the new provider
* cleanup
* fix the type
* add suggested changes
* make the suggested changes
* use client secret verifier
* Make [...nextauth] a little easier to read
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2023-03-07 14:31:39 -07:00
github-actions[bot]
6c8b428577
New Crowdin translations by Github Action ( #7566 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2023-03-07 20:04:35 +01:00
github-actions[bot]
699c55da18
New Crowdin translations by Github Action ( #7562 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2023-03-07 19:48:20 +01:00
Kiran K
74a30a180e
URL to initiate SAML authentication flow ( #6813 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-03-07 18:33:16 +00:00
Hariom Balhara
ce8e1d52da
Fix "User Added Question" Label in Email and Calendar Invite ( #7559 )
...
* Show label in email and calendar invite and send label as well as name in webhook
* Make common code reusable
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-03-07 17:50:54 +00:00
Hariom Balhara
6f8ea490d0
"Manage Booking Questions" - Add a comprehensive test ( #7465 )
...
* Add first test
* Add test for team event as well
2023-03-07 17:40:47 +00:00
github-actions[bot]
a2fd5ba2a2
New Crowdin translations by Github Action ( #7561 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2023-03-07 18:28:10 +01:00
Udit Takkar
48c8b749ce
fix: remove alert and disable toggle ( #7542 )
2023-03-07 17:05:01 +00:00
github-actions[bot]
0c94b0a30a
New Crowdin translations by Github Action ( #7546 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2023-03-07 12:25:32 +01:00
Nafees Nazik
a25195cf20
fix: overflow issue in event type form builder and booking page ( #7553 )
2023-03-07 13:25:06 +05:30
Alex van Andel
56a2b66190
v2.6.7
2023-03-06 23:53:04 +00:00
Efraín Rochín
33f35e77fd
Fix/incorrect timezone on booking success ( #7544 )
...
* set the selected timezone to formatToLocalizedTimezone function
* remove console.logs
2023-03-06 23:12:43 +00:00
Benjamin Babic
69808bb9a4
1172 booking uid design update ( #7537 )
...
* booking/[uid] additional fields design update
* add host badge to the who field
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-03-06 22:45:40 +00:00
GitStart-Cal.com
18b6a93476
Fix: Filter Timezones by cities ( #7540 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
2023-03-06 17:52:20 +00:00
Peer Richelsen
e627cc51fd
max-height for description + scroll bar, removing description icon ( #7535 )
...
* max-height for description, scroll
* added nicer scrollbar
* removing info icon for more description space
2023-03-06 16:44:31 +00:00
github-actions[bot]
6a6faf30ff
New Crowdin translations by Github Action ( #7534 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2023-03-06 14:50:58 +01:00
Alex van Andel
5616dba4db
Minor typo fixups :pray ( #7530 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-03-06 13:46:21 +00:00
github-actions[bot]
bca1a1b86c
New Crowdin translations by Github Action ( #7522 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-03-06 14:20:14 +01:00
Julius Marminge
ddf7a234ab
use inner context type ( #7449 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-03-06 13:17:16 +00:00
Nafees Nazik
fa7260d72a
feat: use next transpile packages feature ( #7527 )
...
* feat: use next transpile packages feature
* Also remove next-transpile-modules from storybook (+ remove experimental)
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-03-06 13:10:39 +00:00
Joe Au-Yeung
5f9f6ef025
Only show Google Meet dependency when GCal is not set as destination calendar ( #7442 )
...
* Query for destination calendar
* Only display Meet warning when destination calendar is not GCal
* Add conditional
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-03-06 12:37:18 +00:00