Rajiv Sahal and GitHub
e101f35b4f
fix: event types atom docs ( #17528 )
...
* fix syntax for code examples
* fixup
2024-11-07 07:59:29 +00:00
Benny Joo and GitHub
54cc2dc094
chore: cache meeting OG images for 1 day ( #17525 )
2024-11-07 00:19:20 +00:00
Alex van Andel and GitHub
88e57d48fe
chore: Release v4.6.18 ( #17521 )
2024-11-06 20:39:39 +00:00
Morgan and GitHub
6619701c88
fix: event-type atom tabs controlled by prop ( #17480 )
...
* fix: event-type atom tabs controlled by prop
* fixup! fix: event-type atom tabs controlled by prop
2024-11-06 20:38:29 +00:00
Alex van Andel and GitHub
ebb8bb9c67
fix: saml does not add future members to eventtype ( #17522 )
...
* fix: trigger createOrUpdateMemberships from dsync so SAML signup triggers side-effects
* forEach does not wait for async/await done-ness
2024-11-06 20:38:08 +00:00
Alex van Andel and GitHub
993bf23986
fix: common schedule toggling incorrectly ( #17517 )
...
* fix: common schedule toggling incorrectly
* type fixes to util.ts
* fix another type error
2024-11-06 20:21:25 +00:00
Benny Joo and GitHub
4b38d73120
chore: Replace prisma actions Credential Repository / SelectedCalendar Repository methods ( #17443 )
...
* create lib/google.ts
* add updateAvatar method to UserRepository
* refactor googlecalendar callback
* add methods to CredentialRepository and SelectedCalendarRepository
* refactor
* remove not needed code
* refactor
* make credential repository and selected calendar repository more generic
* create GoogleRepository
2024-11-06 14:48:45 -05:00
Joe Au-Yeung and GitHub
8f92c9b884
fix: Logic fix in Salesforce no-show ( #17516 )
2024-11-06 16:49:31 +00:00
Joe Au-Yeung and GitHub
edecc7e60e
feat: Round Robin Skip If contact owner first available slot is more than 2 weeks, round robin as normal [CAL-4651] ( #17416 )
...
* If contact owner first available slot is more than 2 weeks. Normal RR
* If contact owner first available slot is more than 2 weeks. Normal RR
* Type fix
* Add test
2024-11-06 15:51:36 +00:00
sean-brydon and GitHub
4eefb08a0d
fix: copy to clipboard button ( #17512 )
...
* fixes copy to clipboard button
* fix type error
2024-11-06 15:11:55 +00:00
3f7e632d5c
feat: update translations ( #17474 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-11-06 10:08:15 -03:00
ef0fd67646
chore: Update SettingsLayout.tsx ( #17498 )
...
* chore: Update SettingsLayout.tsx
* Update settings layout app dir
---------
Co-authored-by: hbjORbj <sldisek783@gmail.com >
2024-11-06 09:34:30 -03:00
Hariom Balhara and GitHub
8e7567b6a3
fix: Don't let the modal close accidentally atleast when loading ( #17508 )
...
* Dont close during loading state
* Dont allow accidental close when loader is running
2024-11-06 09:34:04 -03:00
Amit Sharma and GitHub
193855d60f
fix: routing form: dont disable routing and reporting on mobile and fix mobile layout instead ( #17444 )
2024-11-06 09:29:51 -03:00
Vincent Lam and GitHub
92fafa7344
feat: team availability - vertical selector and align times ( #17502 )
...
* - aligns timezones offset by minutes and add minutes to the label in the teams availability view
- added a vertical guidebar to view alligned schedules
* fixed type-check issues
2024-11-06 10:37:21 +00:00
Somay Chauhan and GitHub
21aaff01fa
fix: disable all emails modal crash on platform ( #17485 )
2024-11-06 10:43:57 +02:00
e07a28a2d1
feat: Salesforce - on booking write to fields on person record [CAL-4575] ( #17477 )
...
* Create data type
* Start FE component
* Rename and add new enums
* Add new schema for write on record options
* Add options on the frontend
* Backend write to custom fields
* refactor: Salesforce - on booking write to fields on person record (#17481 )
* Add translations
* fix: type err
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
2024-11-06 08:20:52 +00:00
Benny Joo and GitHub
9a1b5ad149
fix: broken social media preview and title ( #17504 )
...
* fix: broken social media preview and title
* remove code not needed
2024-11-06 13:28:35 +05:30
Benny Joo and GitHub
1c20a257d3
fix: missing responsive design in org members page ( #17495 )
2024-11-05 17:26:41 +00:00
Keith Williams and GitHub
656fcafcde
chore: v4.6.17 ( #17493 )
2024-11-05 14:05:23 -03:00
Nizzy and GitHub
6d7080d9fc
posthog vars ( #17494 )
2024-11-05 16:37:00 +00:00
Rajiv Sahal and GitHub
f943debda2
feat: docs for event type atom ( #17466 )
...
* init docs for event types atom
* images for event type atom
* update images for destination and selected calendar atoms
* update event types docs
2024-11-05 13:32:45 -03:00
Benny Joo and GitHub
803fc488c5
feat: Add feature to download routing form reports ( #17400 )
...
* remove unused code
* add i18n for some strings in widget
* improve UI and add download button to routing forms reporting page
* add more margin
* add downloadAsCsv util
* integrate download button to routing forms report
* refactor
* address comment
* escape comma multiselect items
* fix
* preserve new lines and wrapping
* refactor
* ensure fetching all rows
2024-11-05 11:21:13 -05:00
Rajiv Sahal and GitHub
423b284278
feat: docs for payment form atom ( #17360 )
...
* init docs for stripe payment form
* update payment form page
* fixup
2024-11-05 15:48:51 +00:00
sean-brydon and GitHub
f1111c9d42
show who a RR was reassigned to on auto ( #17454 )
2024-11-05 12:44:49 -03:00
Keith Williams and GitHub
ed6d88e30f
perf: Allow bypassing 3rd party calendar busy times ( #17492 )
...
* perf: Allow bypassing 3rd party calendar busy times
* Fix typing issues
* Fixed API v1 build
* Another fix for API v1
2024-11-05 12:31:33 -03:00
Morgan and GitHub
e675ad0c6c
fix: assign/remove team members to team event-types ( #17483 )
...
* fix: assign/remove team members to team event-types
* fixup! fix: assign/remove team members to team event-types
* fixup! fixup! fix: assign/remove team members to team event-types
* fixup! fixup! fixup! fix: assign/remove team members to team event-types
2024-11-05 17:19:43 +02:00
Udit Takkar and GitHub
a01d6aa932
feat: instant meeting modal improvements ( #17489 )
...
* feat: instant meeting modal improvements
* fix: type error
2024-11-05 09:02:30 -05:00
Lauris Skraucis and GitHub
f868b86e6c
fix: creating recurring seated bookings for same timeslot ( #17482 )
...
* fix: creating multiple seated bookings for same timeslot
* add test
2024-11-05 15:38:21 +02:00
Peer Richelsen and GitHub
db0a7f3797
chore: Update build-an-app.mdx ( #17486 )
2024-11-05 13:38:07 +00:00
Morgan and GitHub
5646229cd4
fix: cancelling invalid booking seat apiv2 ( #17484 )
2024-11-05 12:30:38 +01:00
Anik Dhabal Babu and GitHub
f39e817d86
fix: Update the common schedule toggle check logic ( #17439 )
2024-11-05 05:10:12 +00:00
Benny Joo and GitHub
42c4c134fa
chore: add missing i18n to metadata in settings/platform pages ( #17476 )
2024-11-05 02:37:12 +00:00
Benny Joo and GitHub
ffc4b69edd
fix: api/routing-forms/responses ( #17473 )
...
* add i18n
* fix api/routing-forms/responses
2024-11-04 13:19:58 -06:00
Benny Joo and GitHub
7263f3b00b
chore: settings/platform, settings/license-key - remove pages router and use app router ( #17384 )
...
* remove pages router and use app router
* remove pages router and use app router for platform
* add billing page and plans page
* fix metadata for settings/platform/billing
* fix metadata for settings/platform/oauth-clients
2024-11-04 15:56:43 -03:00
ddfbe25903
feat: adding posthog libs for node + js ( #16862 )
...
* adding posthog libs for node + js
* updating lock
* move to init posthog client - pageview component
* adding identify in shell
* removing test event captures
* add signout tracking to dropdown as it was missed in merge
---------
Co-authored-by: sean <sean@brydon.io >
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk >
2024-11-04 11:46:25 -05:00
Udit Takkar and GitHub
dd944bace1
chore: add webhook in payload ( #17468 )
...
* chore: add webhook in payload
* chore
* chore: add more fields
* add host email
* chore: change name
2024-11-04 16:12:34 +00:00
Keith Williams and GitHub
e4353af839
chore: v4.6.16 ( #17465 )
2024-11-04 10:57:04 -03:00
Keith Williams and GitHub
ff9936fdeb
perf: Remove extra spans ( #17464 )
2024-11-04 13:50:49 +00:00
Benny Joo and GitHub
e74718ac66
fix: ensure fetching all members before exporting csv ( #17461 )
2024-11-04 11:35:37 +00:00
Udit Takkar and GitHub
a78f10223f
chore: remove no option text ( #17457 )
2024-11-04 09:47:36 +00:00
Benny Joo and GitHub
c850af7409
feat: allow users to generate csv tables for org members ( #17458 )
...
* add downloadAsCsv util
* add sanitizeValue util
* write logic
* refactor
* add tests
2024-11-04 09:47:10 +00:00
Udit Takkar and GitHub
06dccd7a73
fix: filter by team url ( #17456 )
2024-11-04 09:45:14 +00:00
Rajiv Sahal and GitHub
3b59185f75
fix typo ( #17451 )
2024-11-04 08:39:42 +00:00
Morgan and GitHub
c907bcc646
fix: docs mdx syntax errors ( #17450 )
...
* fix: docs mdx syntax errors
* fixup! fix: docs mdx syntax errors
2024-11-04 08:20:33 +00:00
Keith Williams and GitHub
6c5b12db57
perf: Add more specific spans to getBusyTimes ( #17437 )
...
* perf: Add more specific spans to getBusyTimes
* fix types
2024-11-03 12:21:35 -03:00
Benny Joo and GitHub
bcc1a8e279
fix: create a wrapper for google calendar fetching ( #17440 )
...
* fix: create a wrapper for google cal fetching
* improve log
2024-11-01 20:22:57 -03:00
Benny Joo and GitHub
a277b8515f
fix ( #17441 )
2024-11-01 20:51:02 +00:00
Benny Joo and GitHub
42a02cbb60
fix: update profile photo logic in google cal integration ( #17438 )
2024-11-01 16:21:42 -04:00
sean-brydon and GitHub
0c60ad1c82
fix: no availability email frequency fix ( #17430 )
...
* pass teamID to only send to relevant team admins not org admins
* a lot more tests aroundthis
* improve test cases
* change reddis cache key to take into account teamID
* add start/endtime to template
* fix text in email
* add endTime to tests
2024-11-01 14:54:34 -04:00