Pat and GitHub
bb13badcf4
Update README.md ( #14432 )
...
Add minimum version number to PostgreSQL in 'Getting Started,' to help potential contributors successfully set up environment with local database.
I tried to set up local dev environment on Ubuntu 20.04 with PostgreSQL 12.18 which failed when running 'yarn workspace @calcom/prisma db-migrate'
PostgreSQL version 14.11 worked for me. I saw another dev say v. 13+ would work. Could save folks some troubleshooting time.
This is the error on PostgreSQL 12.18:
Error: P3006 Migration `20240321143215_move_avatars_cols_to_avatar_table` failed to apply cleanly to the shadow database. Error: ERROR: function gen_random_uuid() does not exist HINT: No function matches the given name and argument types. You might need to add explicit type casts. 0: sql_schema_connector::validate_migrations with namespaces=None at schema-engine/connectors/sql-schema-connector/src/lib.rs:324 1: schema_core::state::DevDiagnostic at schema-engine/core/src/state.rs:270
2024-04-08 16:09:43 -03:00
Keith Williams and GitHub
64b2397fa2
v3.9.6
2024-04-08 12:42:15 -03:00
90130457e2
fix: Add missing import for Icon component in MultiDropdownSelect.tsx ( #14440 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-04-08 13:44:47 +00:00
Amit Sharma and GitHub
260521fb28
fix: Empty "Add guests" email input is blocking form submission ( #14442 )
2024-04-08 13:24:15 +00:00
Hariom Balhara and GitHub
6390d595f5
fix: Team Invite Email Text formatting ( #14434 )
2024-04-08 10:15:26 +00:00
Udit Takkar and GitHub
74dc46f8b2
chore: change timezone format and update webhook ( #14433 )
...
* chore: change timezone format
* chore: set guest email and guest company to null
* feat: also check states to get id
* chore: improve code
* chore: fix type erro
* chore: update zod schema
2024-04-08 15:26:31 +05:30
Lauris Skraucis and GitHub
67262910cd
fix: v1 tsconfig decorators ( #14454 )
2024-04-08 11:51:56 +03:00
Omar López and GitHub
d59e68de6d
ci: adds api v1 builds to required checks ( #14345 )
2024-04-05 23:00:01 +00:00
zomars
b50318fbca
chore: Adds devops script for getting table sizes
2024-04-05 14:29:50 -07:00
Udit Takkar and GitHub
1ce7df324d
feat: retell AI webhook url ( #14430 )
...
* feat: retell AI webhook url
* fix: type error
* chore
* chore: make company and email optional
* chore: remove logs
* chore: type error
* chore: type error
* fix: type err
* fix: pass guest email
* fix: type err
* chore: change date format
* chore: move advanced format
2024-04-05 22:44:57 +05:30
e3b7264208
fix: filter and listMember handler ( #14429 )
...
* fix: filter and listMember handler
* Update packages/trpc/server/routers/viewer/teams/listMembers.handler.ts
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
* Update packages/features/bookings/components/PeopleFilter.tsx
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-04-05 11:51:22 -03:00
Morgan and GitHub
5e3f6e6c2c
chore: bump atoms package version ( #14428 )
2024-04-05 14:00:22 +00:00
Udit Takkar and GitHub
5b6c43118e
fix: change identity provider on password reset ( #14326 )
...
* fix: change identity provider on password reset
* chore: remove check
2024-04-05 10:13:43 +00:00
beee545568
fix: "Checkbox" custom field throws error ( #14339 )
...
* fix: "Checkbox" custom field throws error
* Add e2e
* Self review feedback
* Fix typo
---------
Co-authored-by: Hariom <hariombalhara@gmail.com >
2024-04-05 15:05:48 +05:30
a597defd03
fix: create platform handler ( #14288 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-04-05 07:46:29 +00:00
Morgan and GitHub
e3562cdfb5
fix: scope managed user to client id ( #14347 )
2024-04-05 09:14:24 +02:00
Morgan and GitHub
86a7824ec9
fix: remove port in prod url apiv2 ( #14343 )
2024-04-04 20:25:35 +00:00
Morgan and GitHub
7001515a44
chore: bump atoms package to 1.0.11 ( #14344 )
2024-04-04 19:31:45 +00:00
zomars
36044c4ab3
ci: enable settings for app-router canary
2024-04-04 11:53:40 -07:00
Omar López and GitHub
4933295810
v3.9.5
2024-04-04 11:34:47 -07:00
ed0cd30092
fix: improve api/cron/webhookTriggers endpoint ( #14188 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-04-04 10:01:57 -07:00
Alex van Andel and GitHub
1132d9d0dc
chore: teams filter improvements ( #14315 )
...
* Changed translations, many languages were wrong
* Clear localStorage from the useTypedQuery
* Missed one
2024-04-04 09:59:58 -07:00
9bd3a362a2
feat: added Rating Template to Workflows ( #14215 )
...
Co-authored-by: alishaz-polymath <alishahbaz7@gmail.com >
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com >
2024-04-04 09:58:52 -07:00
844076badb
docs: v2 event types swagger ( #14296 )
...
* docs: GET /event-types/:id response
* docs: GET /event-types response
* docs: UPDATE /event-types/:id response
* docs: DELETE /event-types/:id response
* docs: GET /event-types/:username/public response
* docs: prod docs show only event-types, bookings cancel and reschedule, managed users
* fix merge main
* Revert "docs: prod docs show only event-types, bookings cancel and reschedule, managed users"
This reverts commit 96cdc4b4840e3841c6ed27bd3a030d0574aad19e.
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2024-04-04 16:20:03 +00:00
Lauris Skraucis and GitHub
c0523a31a7
Revert "refactor: OAuth creation form hide apps permissions ( #14264 )" ( #14336 )
...
This reverts commit fe62f9c6de .
2024-04-04 15:24:05 +00:00
Morgan and GitHub
1fff642860
fix: urls, gcal check, oauth client controller ( #14335 )
...
* fix: urls, gcal check, oauth client controller
* fixup! fix: urls, gcal check, oauth client controller
2024-04-04 14:58:15 +00:00
89fe383c9f
feat: implement turnstile on signup ( #13913 )
...
* wip
* feat: turnstile + removal of trpcState
* fix: use react-turnstile
* fix: i18n hydration errors
* wip: server side validation for cf token
* fix: hide in e2e tests
* feat:throw on error of token
* fix: set correct form values onVerify
* fix: use getIp for remoteIp and use correct header for token input
* chore: update .env.example
* fix: Update .env.example
* Update apps/web/pages/signup.tsx
* chore: fix typo
* fix: typo
* feat: hide until error
* feat: appearance interaction only
* remove cloudflare from e2e
* fix: legacyBehavior
* fix links + wait for load
* fix: signup tests
* test: wait for load state
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-04-04 10:21:06 -03:00
sean-brydon and GitHub
4a173c48b8
fix: correct limit amount in api middleware ( #14333 )
2024-04-04 12:20:26 +00:00
Morgan and GitHub
a72a3e45e9
fix: refresh access token expiry 60m ( #14331 )
...
* fix: refresh access token expiry 60m
* fix: exception filters logging request
* fix: never auto accept domain for managed users
2024-04-04 09:07:43 -03:00
a8d8c992a4
chore: added email and company form to cal.ai form ( #14306 )
...
* added email and company form
* i18n
* feat: add guest email and company
* chore: update and format prompt
* chore: hint var
* chore: fix err message
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
2024-04-04 11:57:43 +00:00
Hariom Balhara and GitHub
99f9a121cb
fix: Show proper error when API_V2_URL variable is missing ( #14269 )
2024-04-04 11:51:39 +00:00
Crowdin Bot
6a0e2392fe
New Crowdin translations by Github Action
2024-04-04 11:49:00 +00:00
Joe Au-Yeung and GitHub
addec46feb
chore: Remove payment keys from appKeysSchema ( #14298 )
...
* Remove payment keys from appKeysSchema
* Update .env.example
2024-04-04 11:44:16 +00:00
Crowdin Bot
a4fe9a51b5
New Crowdin translations by Github Action
2024-04-04 11:41:42 +00:00
Richard Poelderl and GitHub
78b8bbb5aa
update docs for yarn.lock management ( #14230 )
2024-04-04 08:37:15 -03:00
Lauris Skraucis and GitHub
d7ece4f583
Revert "chore: downgrade react query atoms ( #14328 )" ( #14332 )
...
This reverts commit 8fc9b9ae9d .
2024-04-04 10:55:15 +00:00
Lauris Skraucis and GitHub
8fc9b9ae9d
chore: downgrade react query atoms ( #14328 )
...
* refactor: downgrade atoms react-query to v4
* driveby: prettier format file
* refactor: react-query isPending to isLoading
* chore: bump atoms version
* refactor: isPending -> isLoading
* chore: bump version
2024-04-04 11:28:35 +01:00
Udit Takkar and GitHub
d1175bf7de
fix: pass begin_message for updating LLM ( #14327 )
2024-04-04 11:14:19 +01:00
Crowdin Bot
3900453482
New Crowdin translations by Github Action
2024-04-04 09:46:04 +00:00
68e7e76b31
feat: list managed users of an oauth client ( #14330 )
...
* feat: list managed users with apiv2 api
* refactor: isPending -> isLoading
* Revert "refactor: isPending -> isLoading"
This reverts commit dc2108e05508070185d57633346f3c532458e2a8.
---------
Co-authored-by: supalarry <laurisskraucis@gmail.com >
2024-04-04 09:41:47 +00:00
zomars
986d196a37
hotfix: lazy icon dev performance
2024-04-03 22:14:30 -07:00
d30fb213d2
fix: Add adminReview option to allow impersonating org members ( #14275 )
...
* added layouts for moving teams step
* added admin section for org creation step
* extended org creation to also move existing teams
* wip
* wip
* wip
* further changes
* Add checkout for org in onboarding
* Fix ts errors
* Self review feedback
* Self review addressed
* Fix unit tests
* Fix ts error
* Seans feedback addressed
* feat: fix correct accounts pending
* fix: unit tests for new invite member permissions
* tests: org admin onboarding tests for existing user
* tests: Inital user self serve flow
* chore: update teamAndUserFixture to create X amount of teams
* chore: add testId to card actionButton
* test: add test-Id to continue or checkout button
* tests: add tests for migrating existing teams
* feat: match new designs
* fix: isAdminCheck
* chore: fix pricing copy
* fix: flacky tests
* Fix tests?
* More test fixes
* Check all checkboxes
* Fix type error
* Fix failing test and typescript issues
* Fix unpaid org allowing auto-add users
* Add self-serve flag
* Skip tests
* Add adminReview option
* Fixes
* Add server checks for impersonation
* Improved error
* feat: extract - and disalow updating from org uset list if not reviewed
---------
Co-authored-by: Peer Richelsen <peer@cal.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: sean-brydon <sean@cal.com >
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2024-04-04 04:48:41 +00:00
3f02de8214
chore: icon cleanup ( #13770 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2024-04-03 23:23:57 +00:00
Omar López and GitHub
7421cea0da
fixes: API builds after rename ( #14319 )
2024-04-04 00:12:09 +01:00
Lauris Skraucis and GitHub
507daa6a0c
chore: publish atoms on npm and bump version ( #14309 )
2024-04-03 18:37:00 +03:00
Crowdin Bot
61f68af435
New Crowdin translations by Github Action
2024-04-03 13:32:23 +00:00
b3f4cfab32
feat: new org onboarding wizard ( #13139 )
...
* added layouts for moving teams step
* added admin section for org creation step
* extended org creation to also move existing teams
* wip
* wip
* wip
* further changes
* Add checkout for org in onboarding
* Fix ts errors
* Self review feedback
* Self review addressed
* Fix unit tests
* Fix ts error
* Seans feedback addressed
* feat: fix correct accounts pending
* fix: unit tests for new invite member permissions
* tests: org admin onboarding tests for existing user
* tests: Inital user self serve flow
* chore: update teamAndUserFixture to create X amount of teams
* chore: add testId to card actionButton
* test: add test-Id to continue or checkout button
* tests: add tests for migrating existing teams
* feat: match new designs
* fix: isAdminCheck
* chore: fix pricing copy
* fix: flacky tests
* Fix tests?
* More test fixes
* Check all checkboxes
* Fix type error
* Fix failing test and typescript issues
* Fix unpaid org allowing auto-add users
* Add self-serve flag
* Skip tests
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Hariom <hariombalhara@gmail.com >
Co-authored-by: sean-brydon <sean@cal.com >
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Omar López <zomars@me.com >
2024-04-03 18:53:02 +05:30
Morgan and GitHub
c3b1de498d
fix: org guard did not have user org profile + missing db read in selectedCalendarRepo ( #14303 )
...
* fix: user did not contain profile with next-auth-guard
* fix: missing dbread instance
2024-04-03 10:49:19 +03:00
Erik and GitHub
cdf059361e
chore: Tidy up unused variables, etc ( #14289 )
2024-04-02 22:06:42 +00:00
2aada9a7da
chore: Move avatars using cursor ( #14257 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-04-02 12:59:39 -07:00