a5ba2682f6
fix: /members improvements ( #17911 )
...
* remove heading for more space
* fix: mobile support for mass attribute assigning bar
* change the order of Members item on Navigation
* refactor NavigationItem to support moreOnMobile property
* fix logic for nav
* decrease column widths on member list
* improve mobile design for mass attribute assign
* adjust mobile ui for DataTableSelectionBar
* add key to EventTypesList
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2024-12-02 19:13:08 +00:00
Anik Dhabal Babu and GitHub
51c91e41da
fix: navigation items weird behavior ( #17929 )
2024-12-02 19:08:13 +00:00
Alex van Andel and GitHub
cf6654dd1f
Extract some refactor work from util.ts to improve error handling ( #17912 )
2024-12-02 19:06:45 +00:00
Benny Joo and GitHub
d057d7d37f
fix: refactor OG link builder ( #17897 )
...
* fix: manually encode special characters
* fix test
* fix
* fix
2024-12-02 19:01:09 +00:00
262738f288
fix: Meeting URL does not save when changing the location to Gmeet or any static app ( #17840 )
...
* fix: meetingurl does not save when we change location
* update
* fix type error
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-12-02 19:00:43 +00:00
Eunjae Lee and GitHub
27cd2457e8
fix: fix UI regression related to DataTable ( #17943 )
...
* fix: fix UI regression regarding DataTable
* update comment
2024-12-02 18:54:58 +00:00
Vishnu and GitHub
b33ca2f937
feat: no show guests on insights ( #17919 )
...
* feat: return noShowGuest data from eventsByStatus & eventsTimeline procedures
* feat: add noShowGuest Data in BookingKPICards
* feat: add noShowGuest Data in BookingStatusLineChart
* feat: track noShowGuests in outer query
* chore: fix noShowGuest naming
2024-12-02 18:53:32 +00:00
Alex van Andel and GitHub
82f64f7d6a
fix: Broken integration test due to month change ( #17949 )
2024-12-02 18:26:45 +00:00
Amit Sharma and GitHub
8052d27d0b
feat: show attributes in profile ( #17920 )
2024-11-30 22:53:05 +05:30
Aditya Pandey and GitHub
5720ec8038
fix : Issue on docs ( #17895 )
2024-11-29 19:50:57 +00:00
Vincent Lam and GitHub
01b1f5bcc8
fix: Added proper updates/interactivity on the "Getting started" app integ… ( #17903 )
...
* Added proper updates/interactivity on the "Getting started" app integrations.
- InstallAppButtonWithoutPlanCheck properly vends the mutation data in the render's props
- Fixed the improper props wiring in the AppConnectionItem
- Added a loading state for reactivity
* -Added toaster for error/success confirmation
2024-11-29 19:14:01 +00:00
953a8119db
build: Reduce bundle size from unnecessary bundeling react/jsx-runtime in embed-react package ( #17790 )
...
* Update vite.config.js
* linting fix
---------
Co-authored-by: Hariom <hariombalhara@gmail.com >
2024-11-29 22:19:16 +05:30
Eunjae Lee and GitHub
e8daa4f92f
fix: bulk attribute assignment ( #17896 )
...
remove comment
2024-11-29 10:00:20 +00:00
f631abfdc4
fix : #16028 Org Settings - SEOIndexing,Disable Org Url ( #16075 )
...
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com >
Co-authored-by: Hariom <hariombalhara@gmail.com >
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com >
2024-11-29 10:21:14 +05:30
GitHub Actions
b5c6d7af91
chore: release v4.7.14
2024-11-28 21:50:59 +00:00
Omar López and GitHub
249bcaca68
fix: locked users admin list and bypass query ( #17902 )
2024-11-28 21:45:40 +00:00
Joe Au-Yeung and GitHub
f2efd6dc28
feat: Salesforce - send routing form responses to Salesforce ( #17890 )
2024-11-28 12:37:45 -07:00
Joe Au-Yeung and GitHub
be2f0f986e
fix: getAttributeRoutingConfig find the route based on the chosenRouteId ( #17867 )
...
## What does this PR do?
<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. -->
We were parsing routes based on `eventTypeId` but routes could be pointing to the same event type. This was causing misroutings.
- Fixes #XXXX (GitHub issue number)
- Fixes CAL-XXXX (Linear issue number - should be visible at the bottom of the GitHub issue description)
<!-- Please provide a loom video for visual changes to speed up reviews
Loom Video: https://www.loom.com/
-->
## Mandatory Tasks (DO NOT REMOVE)
- [x] I have self-reviewed the code (A decent size PR without self-review might be rejected).
- [ ] I have updated the developer docs in /docs if this PR makes changes that would require a [documentation change](https://cal.com/docs ). If N/A, write N/A here and check the checkbox.
- [ ] I confirm automated tests are in place that prove my fix is effective or that my feature works.
2024-11-28 12:31:06 -07:00
589c1dccb9
fix: remove from host when removed from org ( #17893 )
...
* fix: remove from host when removed from org
* test: add test for removing members
* fix: type errors, some unused params
* fix: test
* refactor: use prisma.count
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-11-28 15:56:17 +00:00
Eunjae Lee and GitHub
4eac6c755d
fix: revert bg color for pinned column at data table ( #17892 )
2024-11-28 10:04:53 +01:00
Lauris Skraucis and GitHub
131b3d0984
refactor: v2 validate booking fields ( #17878 )
...
* refactor: v2 validate booking fields
* test
2024-11-28 10:37:42 +02:00
Omar López and GitHub
693356d3c4
fix: Exclude locked users by default ( #17889 )
2024-11-27 17:03:58 -07:00
GitHub Actions
4b717108b0
chore: release v4.7.13
2024-11-27 22:46:23 +00:00
Peer Richelsen and GitHub
ad8c888b77
chore: temporarily remove push notifications button until we have proper support ( #17887 )
2024-11-27 19:27:07 +00:00
Benny Joo and GitHub
d6fe955ea8
feat: hide the update button in case of no permission ( #17883 )
...
* feat: hide button if not owner of org
* fix
2024-11-27 11:43:46 -05:00
Benny Joo and GitHub
ab9b6024bb
feat: add tooltip to button for better UX ( #17881 )
2024-11-27 15:47:08 +00:00
Benny Joo and GitHub
a7e99f3674
fix: Remove double encoding for OG image URLs ( #17872 )
...
* fix: do not use vercel image api for meeting link preview image
* fix
* fix
* remove double encoding
* fix
* fix test
* fix
* fix
* fix test
* fix
* fix
* remove test tag
* fix
2024-11-27 15:45:54 +00:00
Lauris Skraucis and GitHub
999019c6f0
refactor: v2 return host username ( #17880 )
...
* fix: v2 return booking with host username
* auto gen docs
* auto gen docs
2024-11-27 15:15:12 +00:00
Lauris Skraucis and GitHub
240ab60c5f
fix: v2 return booking with split name attendee ( #17877 )
2024-11-27 16:22:58 +02:00
Benny Joo and GitHub
e8f84779f5
chore: make i18n.json the single source of truth ( #17876 )
2024-11-27 15:18:38 +01:00
Eunjae Lee and GitHub
08a92b46f9
fix: load more rows if the existing ones do not fill the space ( #17874 )
2024-11-27 07:08:28 -07:00
877e4199e7
fix: move organization members list ( #17531 )
...
Co-authored-by: Omar López <zomars@me.com >
2024-11-27 13:53:36 +00:00
Hariom Balhara and GitHub
afd730e1c8
fix: (Hotfix)any group of rules in routing ( #17869 )
2024-11-27 10:44:45 +05:30
Morgan and GitHub
471f5bd7eb
chore: add Free to platform plan guard ( #17862 )
2024-11-27 01:40:39 +00:00
Joe Au-Yeung and GitHub
c676d47b7e
fix: Routing form report filters ( #17865 )
2024-11-27 01:34:48 +00:00
GitHub Actions
b3536728e0
chore: release v4.7.12
2024-11-26 20:22:01 +00:00
e22fec93b1
fix: provide fixed widths for DataTable columns ( #17853 )
...
Co-authored-by: Omar López <zomars@me.com >
2024-11-26 20:17:33 +00:00
Joe Au-Yeung and GitHub
f81716fbb2
feat: Salesforce - pass company booking response to the Lead field ( #17860 )
...
* Catch undefined app option properties
* Add `getCompanyNameFromBookingResponse` method
* Pass bookingResponse when Lead is being created
* Pass bookingResponse from CRMManager
* Handle empty company response
* Return the company value
2024-11-26 19:14:44 +00:00
Anik Dhabal Babu and GitHub
0b66ddc6db
fix: unable to remove banner ( #17857 )
2024-11-26 18:42:41 +00:00
Somay Chauhan and GitHub
382a27f134
fix: round robin host reschedule error ( #17855 )
2024-11-26 18:08:58 +00:00
ac5ee225d5
feat: update translations via @replexica ( #17854 )
...
* chore: sync with main
* feat: update translations via @replexica
---------
Co-authored-by: Replexica <support@replexica.com >
2024-11-26 16:46:54 +00:00
Anik Dhabal Babu and GitHub
d8fd6f5c25
chore: exclude emails form field refactor ( #17824 )
...
* chore: exclude emails refactor
* Update
2024-11-26 21:30:28 +05:30
Benny Joo and GitHub
0e333aa71c
fix: use tags icon for attr ( #17841 )
2024-11-26 12:52:21 -03:00
ae70786b2b
fix: send attendee email with event updates of reassignment ( #17836 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-11-26 10:33:00 -05:00
Benny Joo and GitHub
2df553b58b
chore: use app router for settings/platform/members page ( #17849 )
...
* use i18n strings
* migrate platform/members page
2024-11-26 15:33:01 +01:00
Morgan and GitHub
d4afa1436d
chore: make throttler logs verbose ( #17845 )
2024-11-26 09:42:27 +00:00
Morgan and GitHub
88efa0a2b2
fix: oauth client users controller permissions ( #17822 )
...
* fix: oauth client users controller permissions
* fixup! fix: oauth client users controller permissions
* fixup! fixup! fix: oauth client users controller permissions
* fixup! fixup! fixup! fix: oauth client users controller permissions
2024-11-26 09:41:03 +00:00
b563e41623
feat: update translations via @replexica ( #17842 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-11-25 22:17:54 +00:00
Benny Joo and GitHub
f097f852ad
chore: settings/organizations - remove pages router and use app router ( #16774 )
...
* remove pages router and use app router
* remove future/settings/organizations files
* fix billing page
* sync SettingsLayoutAppDirClient and fix members page
* fix attribute pages
* remove isAppDir where not needed anymore
* add CTA button for members view
2024-11-25 16:49:00 -05:00
Joe Au-Yeung and GitHub
aea8588a21
fix: Salesforce owner check, handle no contact email ( #17834 )
2024-11-25 19:38:06 +00:00