Somay Chauhan and GitHub
afa83ddb7f
fix: add orgId to EventTeamAssignmentTabPlatformWrapper ( #19109 )
2025-02-05 18:19:31 +05:30
Eunjae Lee and GitHub
744359dcdf
fix: null check ( #19111 )
2025-02-05 10:27:42 +00:00
Morgan and GitHub
14ec3813ee
chore: enable more router props ( #19088 )
...
* chore: enable more router props
* chore: expose booker props via router atom
2025-02-05 08:36:34 +00:00
288248d94f
Prevent xss in preview aand load resources from known URL ( #18978 )
...
Co-authored-by: Hariom Balhara <hariombalhara@gmgmail.com >
2025-02-05 12:17:56 +05:30
Peer Richelsen and GitHub
1232eefece
feat: attio app ( #19102 )
...
* feat: attio app
* added help page
* fixed redirect
2025-02-04 20:45:44 +00:00
Eunjae Lee and GitHub
935e4c52a4
fix: nullish check on insights routing ( #19097 )
2025-02-04 16:46:01 +00:00
9a8ec4d281
fix: Ensure correct fallback to current month when 'month' query param is missing ( #18097 )
...
Updated the query parameter handling logic to properly format the 'date' param
as 'YYYY-MM' in case month param is missing. This resolves an issue where previous slots were not appearing.
Co-authored-by: amrit <iamamrit27@gmail.com >
2025-02-04 20:33:13 +05:30
Morgan and GitHub
259624d44d
fix: do not force cancellation reason for platform ( #19087 )
2025-02-04 14:55:05 +00:00
Alex van Andel and GitHub
252ce5dec8
fix: some modifications to logging event detail input ( #19070 )
...
* some modifications to logging event detail input
* add descriptive name
2025-02-04 11:03:43 +00:00
98d9cd105b
Revert "feat: show ooo forwarding and emoji when not available ( #18054 )" ( #19073 )
...
This reverts commit a0f6e50d5b .
Co-authored-by: Hariom Balhara <hariombalhara@gmgmail.com >
2025-02-04 06:38:14 +00:00
GitHub Actions
240f27ef4c
chore: release v4.9.5
2025-02-03 22:32:55 +00:00
Eunjae Lee and GitHub
ab96707a0e
fix: clean up fields columns on /insights/routing ( #19062 )
...
* fix: clean up fields columns on /insights/routing
* remove duplicates
* move implementation to the backend
2025-02-03 21:13:28 +00:00
Eunjae Lee and GitHub
7f86f69528
fix: remove unused attribute columns for /insights/routing ( #19059 )
2025-02-03 14:22:56 +00:00
Eunjae Lee and GitHub
93da9c547a
fix: remove padding for custom data table header ( #19058 )
2025-02-03 13:52:07 +00:00
Joe Au-Yeung and GitHub
4475509225
chore: Salesforce - Add logging ( #19047 )
2025-02-03 17:23:52 +05:30
amrit and GitHub
4fd5b3133d
fix small alignment issue ( #19049 )
2025-02-03 07:55:55 +00:00
Benny Joo and GitHub
ca650babaf
fix: username is visible in private booking link ( #19054 )
2025-02-02 22:36:24 -07:00
Benny Joo and GitHub
f0dc3bba17
chore: tech debt clearing - getServerSession has a dead arg: res ( #19053 )
...
* remove res from arg list in getServerSession
* remove res from all usages of getServerSession
2025-02-03 00:12:42 -05:00
Eunjae Lee and GitHub
7bbacca32a
chore: remove dead code regarding insights ( #19022 )
2025-01-31 19:23:40 +01:00
Udit Takkar and GitHub
b7df700771
chore: add logs for debugging ( #19012 )
2025-01-31 16:54:22 +00:00
Eunjae Lee and GitHub
fdc8e084ea
fix: stats on /insights/routing ( #18985 )
...
* fix: replace filter implementation on /insights/routing
* remove unused functions
* fix type error
* refactor: extract insights parameters
* remove FiltersProvider
2025-01-31 17:16:53 +01:00
195e645f24
fix: update style of data table's column resizer ( #19026 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2025-01-31 15:09:59 +00:00
Udit Takkar and GitHub
82b1e681de
fix: add check for cal video ( #19020 )
...
* fix: add check for cal video
* chore: pass location
2025-01-31 15:00:55 +00:00
Morgan and GitHub
024d47cbc0
chore: add default form field support for booker embed routing url ( #19023 )
...
* chore: add default forn field support for booker embed routing url
* improvements
2025-01-31 10:30:26 +00:00
Somay Chauhan and GitHub
56cd9cef8b
perf: don't fetch all the hosts #18319 followup ( #19021 )
...
* perf: don't fetch all the hosts #18319 followup
* undo for user events
* undo for regular user events
* fix: limitHostsToThree -> hostsLimit
* accepting hostLimit prop in <Booker />
* Update booking.tsx
* hostLimit -> hostsLimit
2025-01-31 12:19:21 +02:00
8d2dc0bbe5
feat: setting to enable weights on attribute in route ( #18592 )
...
* add UI to Routes
* add attributeIdForWeights to route json
* fixes and clean up
* clean up onChangeAttributeIdForWeights
* fix type errors
* fix attribute weights in getLuckyUser
* adjust tests
* fixes for attribute rule changes
* fix type error
* Keep weighted attributes logic outside Route (#18974 )
Co-authored-by: Hariom Balhara <hariombalhara@gmgmail.com >
* use findUnique
* fix test
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmgmail.com >
2025-01-30 11:44:42 -05:00
a0f6e50d5b
feat: show ooo forwarding and emoji when not available ( #18054 )
...
* feat: show ooo when not available
* fix: send correct username for toUser if user belongs to org
* enrich ooo user with profile in getUserAvailability
* fix: set correct ooo slots
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-01-30 16:36:27 +01:00
7ec928f5c2
feat: keep column visibility on query params ( #19013 )
...
* feat: keep column visibility on query params
* fix resizing logic
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2025-01-30 13:19:03 +00:00
Anik Dhabal Babu and GitHub
962f692e29
fix: Disable sms/whatsapp action for trialing teams ( #18896 )
...
* fix: flaky test organization.spec
* Workflow doesn't save when setting a WhatsApp workflow
* update
2025-01-30 08:55:13 +00:00
Alex van Andel and GitHub
b6a7a8f75a
fix: modify error handling of incompleteBookingWriteToRecord ( #18998 )
...
* fix: modify error handling of incompleteBookingWriteToRecord
* fix: TS error?
* fix: TS error attempt #2 ?
2025-01-29 17:12:33 +00:00
1e610ea684
perf: don't fetch all the hosts ( #18319 )
...
* perf: don't fetch all the hosts
* fix: type err
* use appschema only when necessary
* Variable casing change and type fixes
* Another missing ts fix
* chore: update variable name
* chore: remove from personal event types
* chore: remove limitHostsToThree
* chore: make it a variable
* chore: move it below
* chore: change name to firstThreeHosts
* chore: update to first three users
* fix: type error
* chore: add firstThreeHosts
* fix: type error
* fix: type error
* fix: support users
* chore: update metadata
* fix: API v2 build error
* chore: change var name
* chore: remove cursorrules
* chore: undo API v2 changes
* chore: add type
---------
Co-authored-by: Hariom <hariombalhara@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2025-01-29 19:05:54 +02:00
Eunjae Lee and GitHub
5c98861f6f
fix: re-design DateRangeFilter ( #18924 )
...
* fix: re-design DateRangeFilter
* update style
* adjust padding
2025-01-29 16:41:53 +00:00
Somay Chauhan and GitHub
be1b9d1a79
feat: skip confirm step in booker ( #18773 )
...
* feat: skip confirm step
* better naming
* disable on loading
* feat: added cloudflare turnstile captcha to booker
* Update Booker.tsx
* Update AvailableTimeSlots.tsx
* made optional to fix type errors
* Update Booker.tsx
* Update getBookingResponsesSchema.ts
* Update Booker.tsx
* fixed failing tests
* added tests
* fix: fixed failing embed tests
2025-01-29 12:56:23 -03:00
Hariom Balhara and GitHub
ac8b4a2861
fix: Wrong username with -{DOMAIN} in case of an autoAcceptEmail when synced through SCIM ( #18384 )
...
* Okta fixes
* Fix username and name in case of sync from Okta
* Fix username and name in case of sync from Okta
* Add test
* cleanup code and add tests
2025-01-29 12:05:27 -03:00
Syed Ali Shahbaz and GitHub
92678dc042
fix: eventtype null cant be booked error ( #18975 )
...
* fix err msg and add more description
* improvements
* fix cause
* add warn logs for when failing to specific limit checks
* typefix
* safestringify log
* improve error
* test fix and log min booking notice
* adds out of bounds error code
* test fix
* fix
2025-01-29 13:00:51 +00:00
8615ccb1aa
feat: routing forms integration for booker atom ( #18726 )
...
* update booker atom for routing form
* remove logs
* hide routing form properties from docs
* fixup
* add comments to explain why certain fields are not defined for routing forms in v2
* chore: routing for handler return team and org id
* bump libraries platform
* fixup! bump libraries platform
* chore: get routing form params to embed
* logs to remove
* fix import path
* chore: handle routing form params in booker embed
* wip need router api v2 endpoint
* resolve merge conflicts
* fixup
* fixup! Merge branch 'main' into remove-redirect-on-success-for-platform
* fixup! fixup! Merge branch 'main' into remove-redirect-on-success-for-platform
* router atom
* fix libraries version
* cleanup
* remove console logs
* bump libraries
---------
Co-authored-by: Morgan Vernay <morgan@cal.com >
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2025-01-29 13:51:58 +02:00
2a5e93b015
chore: Salesforce - Add additional logging ( #18959 )
...
Co-authored-by: Omar López <zomars@me.com >
2025-01-28 14:08:31 -08:00
438a73b0cd
feat: Setting for rescheduling past bookings ( #18358 )
...
* feat: Setting for rescheduling past bookings
* fix stuff
* rename column
* add e2e test
* fix column name
* fix typo
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2025-01-28 19:25:41 +00:00
Joe Au-Yeung and GitHub
39891ee308
fix: Tasker CRM - parse full app metadata ( #18961 )
...
* Parse correct app data
* Add error catching
2025-01-28 15:57:55 -03:00
Eunjae Lee and GitHub
f8a443557a
fix: show sort state on column header ( #18950 )
2025-01-28 18:50:16 +01:00
fa82ecd2a5
fix: admin should see all routing forms (Router position) ( #18931 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2025-01-28 17:29:44 +00:00
Eunjae Lee and GitHub
8f8af6536c
fix: remove stale cache for column visibility state ( #18944 )
2025-01-28 16:37:06 +00:00
sean-brydon and GitHub
e5946db179
allow nullable reason ( #18939 )
2025-01-28 14:45:44 +00:00
Joe Au-Yeung and GitHub
7d4abea9b4
Add uid and event responses to tasker calendar event ( #18930 )
2025-01-27 22:29:48 +00:00
e0527587c1
feat: routing forms for api v2 ( #18885 )
...
* init router endpoint for v2
* fixup fixup
* resolve merge conflicts
* update libraries
* update router controller
* make router endpoint public
* chore: refactor router endpoint and add team/org id
* cleanup
* chore: Only import Sentry when needed (#18882 )
* perf: prerender routes in main navigation (#18883 )
* chore: migrate /apps/categories pages (#18871 )
* migrate apps/categories pages
* remove pages dir
* chore: app router - /payment pages (#18152 )
* remove Head from payment page comp
* remove route from pages router
* move out of future folder
* add to config.matcher
* remove unneeded code
* update middleware
* fix
* fix
* perf: replace `getServerSessionForAppDir` usages with our original `getServerSession` function (#18897 )
* chore: migrate /apps/installation pages (#18870 )
* migrate apps/installation pages
* fix test
* chore: migrate `/auth/logout` (#18901 )
* migrate /auth/verify-email page
* update middleware
* migrate /auth/logout page
* expose router endpoint
* small refactor pageprops not necessary
* sentry is already tracking performance
* reuse logic
* fixup! reuse logic
* fixup! fixup! reuse logic
* fixup! fixup! fixup! reuse logic
---------
Co-authored-by: Morgan Vernay <morgan@cal.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Benny Joo <sldisek783@gmail.com >
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2025-01-27 19:02:11 +00:00
Benny Joo and GitHub
ae51c8b599
fix: make workflow page not static ( #18925 )
...
* fix: make workflow page not static
* fix
* fix
2025-01-27 18:05:15 +00:00
Joe Au-Yeung and GitHub
4a93511f50
fix: Add Stripe past_due to active team subscription status ( #18917 )
2025-01-27 16:17:09 +00:00
Eunjae Lee and GitHub
61a2a3ef5a
chore: clean up ColumnFilterType ( #18915 )
2025-01-27 17:13:10 +01:00
f06bac7129
fix: Missing salesforce options in Routing Form ( #18884 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2025-01-27 14:49:13 +00:00
Eunjae Lee and GitHub
8be2ea8117
chore: split data-table/components/filters/index.tsx ( #18679 )
...
* chore: split data-table/components/filters/index.tsx
* fix type error
* fix type error
2025-01-27 10:35:51 +00:00