Crowdin Bot
ffc4d22ff1
New Crowdin translations by Github Action
2024-02-15 22:47:32 +00:00
ee286a600f
refactor: Only send dirty fields for event type update call ( #13292 )
...
* init
* typefix maybe
* fix type
* fix e2e
* Extract delete dialog to its own function to optimise rerender
* wip
* Delete isEqual
* adds eslint tsignore comment
* only update changed fields
* fix type err
* --WIP
* fix type err isLoading—>isPending
* isLoading—>isPending
* post conflict resoution fix
* shouldDirty minimumBookingNotice
* adds shouldDirty to setValues
* reset form to ensure updated default values
* shouldDirty changes and fixed deep check of dirty
* --WIP
* should dirty recurring
* shouldDirty team tab
* multiple-fixes
* adding console log to test something in e2e
* shouldDirty apps tab
* fixes managed event type children association
* fixed managed events update
* dirty managed fix
* fixes some onChange versus setValue and periodCountCalendarDays
* Seeing different behaviour explicitly unwrapping formState
* only mutate if at least 1 field dirty
* fix type error
* bunch of fixes
* --WIP
* update only dirtyFields for Managed Events existing children
* Fixes update old managed event type tests --WIP
* Fix unit tests
A bunch of unit test fixes which started failing
due to update fields only requiring actual updated
fields. some other small fixes also included
* type fix
* remove unnecessary comment
* Adds dirtyField to instant event
* fix: add shouldDirty
* fixes availability and team tabs, and disable save button unless dirty
* fix for hosts and bookerLayout
* add shouldDirty when resetting hosts after changing schedulingType
* add missing shouldDirty to useEventTypeDestinationCalendarEmail
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-02-15 22:44:20 +00:00
Udit Takkar and GitHub
72c493ee21
chore: add instruction for #12821 ( #13713 )
2024-02-16 01:22:12 +05:30
Alex van Andel
5bd0428d18
v3.8.0
2024-02-15 15:54:47 +00:00
c7089b9db6
feat: store event-type filters to localStorage ( #13407 )
...
* Updated useTypedQuery to store values to localstorage
* removed the redundant function params
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-02-15 10:03:42 -05:00
Morgan and GitHub
81ad00a816
fix: safely delete userPassword ( #13705 )
...
* fix: safely delete userPassword
* fixup! fix: safely delete userPassword
* fixup! Merge branch 'main' into fix-safely-delete-userpassword
2024-02-15 13:19:31 +00:00
b5730da56d
fix: password reset when provider is changed ( #13706 )
...
* fix: password reset when provider is changed
* chore: remove log
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2024-02-15 13:19:11 +00:00
9455d14ad5
feat: Add Google Profile Photo when connecting Google Calendar ( #13627 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2024-02-15 11:51:24 +00:00
a056160404
fix(fix/null-safety):#13673 ( #13674 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-02-15 07:17:19 +00:00
Omar López and GitHub
6d53cd84f8
v3.7.19
2024-02-14 14:19:56 -07:00
Omar López and GitHub
30cb8f745d
revert: Revert UserPassword ( #13680 ) ( #13685 )
...
* Revert "revert: UserPassword (#13680 )"
This reverts commit 0a68c6d048 .
* fix: avoid updates for possible missing passwords
2024-02-14 16:53:27 +00:00
bafa3c97ac
fix: Organizations Admin improvements ( #13656 )
...
* Admin improvements
* chore: improve spacing
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
2024-02-14 10:34:45 -03:00
Alex van Andel
bb48ccbad9
v3.7.18
2024-02-14 12:42:33 +00:00
Alex van Andel and GitHub
0a68c6d048
revert: UserPassword ( #13680 )
2024-02-14 12:36:29 +00:00
bb9f8e5d38
fix: dont link to org url inside embeds ( #13668 )
...
* dont link to org url inside embeds
* Add comment
* Fix type issue
---------
Co-authored-by: Hariom <hariombalhara@gmail.com >
2024-02-14 11:31:24 +05:30
c99bb190f1
fix: route always selects 'custom' after saving an event redirect ( #13665 )
...
* fix to not always switch to custom on fresh load
* type fix
* type fix
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-02-13 22:08:03 +00:00
Omar López and GitHub
f0d2a45fdf
v3.7.17
2024-02-13 14:58:51 -07:00
zomars
e5f9315ee6
fix: faulty redirect
2024-02-13 12:45:21 -07:00
zomars
f7782b2080
fix: hotfix failed migration
2024-02-13 12:16:38 -07:00
Omar López and GitHub
e1f2dbab84
fix: amend user password migration ( #13662 )
2024-02-13 18:40:50 +00:00
Adam Azzam and GitHub
c2edbbcea7
Update SettingsToggle.tsx ( #13660 )
2024-02-13 22:54:27 +05:30
c7e78cc181
fix: AI build ( #13657 )
...
* fix: AI build
* Updated zod to 3.22.4
* yarn.lock
* Updated yarn.lock to prevent next/tw downgrade
---------
Co-authored-by: Peer Richelsen <peer@cal.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-02-13 16:10:08 +00:00
7ba1557d1d
fix: use destination calendar email ( #12821 )
...
* fix: use destination calendar email
* fix: success page
* feat: add primary email in destination calendar
* fix: set destination bug
* chore: fix tests
* test: add test for different email
* wip: save progress
* feat: add switch and email in booking
* fix: use userPrimaryEmail
* chore: fix type errr
* chore: update buileder
* fix: type err in advanced tab
* fix: unit tests
* Update apps/web/public/static/locales/en/common.json
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
* fix: cancel, request reschedule, paymeny
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
2024-02-13 10:05:00 -05:00
d5b45b757a
chore: Removed Skiff from the App Store ( #13650 )
...
* rule for Prisma that includes using only "true" and not a field selector
* Removed Skiff from the app store
* Apply suggestions from code review
* Delete packages/eslint-plugin/src/rules/disallow-prisma-include-only-true-not-field-selector.ts
---------
Co-authored-by: Peer Richelsen <peer@cal.com >
2024-02-13 11:13:12 +00:00
bb3b262bd7
fix: Add location to ics file ( #13646 )
...
* Add location to ics file
* Add tests
* fix: type err
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
2024-02-13 16:35:04 +05:30
d4f41e803a
fix: Collective Events: Duration parameter in link not working ( #13523 )
...
* set the selectedDuration in store to duration passed in query
* Pass durationConfig prop to Booker component in /team/[slig]/[type] pages
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-02-13 12:23:27 +05:30
74eafa59e1
fix: loading animation of update buttons ( #13131 )
...
* fixed loading animation of update buttons
* Update BookerLayoutSelector.tsx
* fix: update button animation in settings appearance page
* Update appearance.tsx
* Update appearance.tsx
---------
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-02-13 06:32:21 +00:00
e6cd016cad
fix: usage of CAL_URL ( #13326 )
...
Co-authored-by: zomars <zomars@me.com >
2024-02-13 06:03:45 +00:00
Omar López and GitHub
7b0d5959cb
refactor: migrates user password to it's own table ( #13628 )
2024-02-12 14:13:21 -07:00
Alex van Andel
7702ded85e
v3.7.16
2024-02-12 18:31:59 +00:00
Alex van Andel and GitHub
5acb3e8f97
fix: Missing date ranges when specifying a specific slot time ( #13645 )
2024-02-12 18:25:49 +00:00
sean-brydon and GitHub
41046aaf27
fix: use org logo for sub teams ( #13632 )
...
* fix: use org logo for sub teams
* chore: remove unneeded type
2024-02-12 12:59:25 -03:00
Hariom Balhara and GitHub
7cffb30daa
fix: Errors due to namespacing of embed ( #13637 )
2024-02-12 07:46:08 -07:00
Alex van Andel
26bacb6c8e
fix: Regenerated lock file
2024-02-12 13:38:13 +00:00
Crowdin Bot
01b5c1f11e
New Crowdin translations by Github Action
2024-02-11 14:32:05 +00:00
Anik Dhabal Babu and GitHub
f5ba04599b
fix: unable to setup localy ( #13634 )
2024-02-11 14:28:40 +00:00
Brace Sproul and GitHub
994e602c8d
refactor: Bump LangChain to 0.1 & update other LangChain imports ( #13622 )
2024-02-10 19:30:42 +00:00
a776c72d48
fix: improvements for variables in routing-from routes ( #13624 )
...
* add variable description
* type fixes
* type fixes
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-02-10 19:28:59 +00:00
sean-brydon and GitHub
6adb5b413d
fix: troubleshooter scroll ( #13631 )
2024-02-10 19:26:21 +00:00
alannnc and GitHub
b183a5779a
fix: oncancel modal action week layout ( #13625 )
2024-02-09 23:02:05 +00:00
alannnc and GitHub
16c1cf7b23
fix ooo section to use settings layout ( #13623 )
2024-02-09 19:57:08 -03:00
Alex van Andel
cf4ee142de
v3.7.15
2024-02-09 17:46:11 +00:00
Keith Williams and GitHub
a5d99bbec9
chore: Remove platform from label ignore list ( #13618 )
2024-02-09 12:42:56 -03:00
Crowdin Bot
5d0468a986
New Crowdin translations by Github Action
2024-02-09 14:11:25 +00:00
Hariom Balhara and GitHub
7fef9db4ce
fix: Reduce payload even further. ( #13599 )
...
* Revert "Revert event-type profile based querying (#13588 )"
This reverts commit c0c40185fc .
* Add huge event-types seeder
* Fix missing where causing wrong event-types for user
2024-02-09 09:07:26 -05:00
296a367955
feat: round-robin priority ranking ( #13566 )
...
* improve design of assignment tab
* design fix
* add prioity dialog
* implement UI
* add backend to save priorities
* add priorty to rr algorithm + tests
* fix defaulValue for select + added translations
* add toggle for round robin fixed hosts
* don't show priorities for fixed hosts
* type fixes
* code clean up and type fixes
* clean up getValues and setValue
* code clean up
* fix tests
* code clean up
* fix undefined check
* allow null for priority
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-02-09 12:12:06 +00:00
Crowdin Bot
1ff2d51ee5
New Crowdin translations by Github Action
2024-02-09 10:17:14 +00:00
Morgan and GitHub
092cb0f691
fix: organizer_default_conferencing_app translatable key in app location ( #13614 )
2024-02-09 10:13:30 +00:00
zomars
0c74a98721
upgrades copycat
2024-02-08 14:11:24 -07:00
2082a4f4ed
chore: upgrades boxyhq jackson ( #13477 )
...
* chore: upgrades boxyhq jackson
* Update jackson.ts
reduces bundle size
* Update yarn.lock
* Update apps/web/next.config.js
* Upgrades again
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-02-08 17:51:29 -03:00