Commit Graph
4400 Commits
Author SHA1 Message Date
Alex YangandGitHub a686a8c5aa fix: check x-api-key for all auth endpoint (#4083) 2025-08-20 09:56:11 -07:00
Eniola OsabiyaandGitHub d9f8806090 fix(cli): check for undefined defaultValue instead of truthy value when generating drizzle schema(#3512) 2025-08-20 09:35:44 -07:00
Alex YangandGitHub d921471a74 test: flaky becase cleanup function not called (#4099) 2025-08-19 20:29:39 -07:00
94bdf7f218 fix (oidc): payload times should be in sec (#4075)
Co-authored-by: Alex Yang <himself65@outlook.com>
2025-08-19 19:01:01 -07:00
Alex YangandGitHub 6055a12a9b fix: move stack check into inner function (#4094) 2025-08-19 18:31:21 -07:00
Alex YangandGitHub 48f915b9ba feat: support to infer error types from endpoint (#4095) 2025-08-19 18:04:54 -07:00
Alex YangandGitHub 12ae7c7b1c fix: show error stack in debug mode (#4091) 2025-08-19 16:13:41 -07:00
Fraol LemechaGitHubcubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
7b6f3fad8b fix: telemetry should be opt in not opt out (#4081)
* fix(telemetry): make telemetry opt in

* fix(telemetry): remove telemetry notice

* fix(docs): remove redundant "is"

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>

* test(telemetry): opt in to telemetry in tests

---------

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-08-19 10:28:58 -07:00
Bereket Engida fc47acad5f chore: release v1.3.8-beta.1 2025-08-18 21:26:57 -07:00
99834437b0 fix: secondary storage should allow returning both string and parsed json (#4076)
* docs: hero section alignment with feature section on big screens (#4018)

* fix: hero section alignment with feature section on big screens

* fix

---------

Co-authored-by: Bereket Engida <Bekacru@gmail.com>

* chore: fix broken testomnial link

* fix(sso): [⚠︎Security] - membership check should be required before allowing users to create sso for an organization

* chore: update sso docs

* chore: fix import typo

* docs: hero section alignment with feature section on big screens (#4018)

* fix: hero section alignment with feature section on big screens

* fix

---------

Co-authored-by: Bereket Engida <Bekacru@gmail.com>

* chore: fix broken testomnial link

* fix(sso): [⚠︎Security] - membership check should be required before allowing users to create sso for an organization

* chore: update sso docs

* chore: fix import typo

* chore: release v1.3.7-beta.4

* chore: release v1.3.7

* support both json and string

* add test and type

* fix up docs

* fix test

* fix test

* fix type

---------

Co-authored-by: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com>
2025-08-18 21:08:39 -07:00
Aditya IngoleandAlex Yang e08cf6fb44 fix(client): prevent proxy promise-like behavior (#3679)
Co-authored-by: Bereket Engida <Bekacru@gmail.com>
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
Co-authored-by: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com>
Co-authored-by: Alex Yang <himself65@outlook.com>
(cherry picked from commit 9437828576)
2025-08-18 18:39:35 -07:00
9437828576 fix(client): prevent proxy promise-like behavior (#3679)
Co-authored-by: Bereket Engida <Bekacru@gmail.com>
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
Co-authored-by: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com>
Co-authored-by: Alex Yang <himself65@outlook.com>
2025-08-18 18:36:29 -07:00
Alex YangandGitHub 789f4013e8 fix: constant time compare (#4077) 2025-08-18 18:22:50 -07:00
Dylan VanmaliandGitHub 74ccf8dac5 feat(jwt): jwks remote url (#4071) 2025-08-18 14:18:11 -07:00
Dylan VanmaliandGitHub 4b8a2f62b9 feat(jwt): add disableSettingJwtHeader flag to prevent issuance of signed jwt (#4072) 2025-08-18 14:17:30 -07:00
Alex YangandGitHub 1815fb2b3f chore: lint json files (#4068) 2025-08-18 10:27:15 -07:00
Bereket Engida 52c3fa9af5 chore: release v1.3.7 2025-08-17 12:13:54 -07:00
Bereket Engida b9951daa9b chore: release v1.3.7-beta.4 2025-08-17 11:05:06 -07:00
Bereket Engida 28e331a114 fix(sso): [⚠︎Security] - membership check should be required before allowing users to create sso for an organization 2025-08-17 11:03:18 -07:00
KinfeMichael TarikuandGitHub 9a6a8d741b feat(cli): support sveltekit $ imports in CLI generate cmd (#4042)
* sync

* lint

* sync

* sync

* lint
2025-08-17 01:11:27 -07:00
KinfeMichael TarikuandGitHub 525128e624 fix(stripe): prevent undefined assignment to optional properties (#4037)
* fix(org): prevent foreign key constraint violation when creating invitations without teams

* fix(stripe): prevent undefined assignment to optional properties

* lint

* clean up

* clean up

* update

* merge-schema returns S
2025-08-17 01:11:07 -07:00
0c7e877195 fix(organization): resend invitation should reuse existing invitation instead of creating duplicate (#3520)
* fix: resend invitation should reuse existing invitation instead of creating duplicate

- Modified inviteMember to reuse existing pending invitations when resend=true
- Added logic to return existing invitation instead of creating new one
- Moved organization lookup earlier in the flow for proper access
- Added comprehensive test to verify resend behavior reuses same invitation ID
- Prevents duplicate invitation records in database when resending
- Fixes issue #3507 where resend was creating duplicates instead of being idempotent

The fix ensures that calling organization.inviteMember with resend=true:
1. Finds existing pending invitation for the email
2. Sends invitation email again using existing invitation data
3. Returns the same invitation object (same ID)
4. Does not create duplicate invitation records

* lint

* typecheck

* chore: add changeset for resend invitation fix

* fix: update invitation expiration on resend and simplify changeset

- Update expiration date to 48 hours when reusing existing invitations
- Simplify changeset description as requested by maintainer
- Addresses feedback from PR #3520

* fix: use configurable expiration time for resend invitations

- Replace hardcoded expiration with ctx.context.orgOptions.invitationExpiresIn
- Use getDate utility for consistency with createInvitation logic
- Maintain same 48-hour default when no custom expiration is set
- Addresses feedback about proper expiration handling

* chore: remove changeset

---------

Co-authored-by: Kinfe123 <kinfishtech@gmail.com>
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
2025-08-16 21:36:16 -07:00
Bereket EngidaandGitHub efcb6e73cc feat(jwt): sign with jwt for artbitrary payload (#4041) 2025-08-16 14:30:23 -07:00
c5d10fda64 feat(cli): resolves tsconfig references for path aliases (#3764)
* feat(cli): resolves tsconfig references for path aliases

Previously references field was ignored and path aliases were only taken
from main tsconfig file

* chore: generate changeset

* test(cli): config is loaded correctly with alias

* chore: remove changeset

---------

Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
Co-authored-by: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com>
2025-08-16 09:34:50 -07:00
Leo Lorenzo LuisandGitHub c495983c78 chore: update peer deps for zod 3 to ^3.25.0 (#4040) 2025-08-16 00:34:24 -07:00
Bereket Engida 7d284cf35e chore: release v1.3.7-beta.3 2025-08-15 21:50:26 -07:00
Bereket Engida ed57fb8bc7 fix: use wider types for database hooks payloads 2025-08-15 21:34:39 -07:00
Bereket Engida 730773bf88 chore: release v1.3.7-beta.2 2025-08-15 18:30:16 -07:00
Bereket Engida d739179fa3 chore: disable body for stripe 2025-08-15 18:30:10 -07:00
Bereket Engida b386d5edc1 chore: clean up api key hooks 2025-08-15 13:47:35 -07:00
KinfeMichael TarikuandGitHub 47c1fd4b16 fix(organization): prevent fk constraint violation when creating invitation without teams (#4035)
* fix(org): prevent foreign key constraint violation when creating invitations without teams

* lint
2025-08-15 13:45:01 -07:00
df54827ace fix: memory leak in custom session plugin (#4020)
* fix: memory leak with getSession

* test

* lint

* chore: remove unnecessary comment

---------

Co-authored-by: Work <work@Jasons-MacBook-Pro.local>
Co-authored-by: Kinfe123 <kinfishtech@gmail.com>
Co-authored-by: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com>
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
2025-08-15 09:01:33 -07:00
Dagmawi BabiandGitHub c93d84b478 docs: Google and Roblox to use a space in the prompt value instead of a plus (#4027) 2025-08-15 08:59:29 -07:00
KinfeMichael TarikuandGitHub 48a9133224 fix: prevent file system access when telemetry is disabled (#4031) 2025-08-15 08:58:16 -07:00
KinfeMichael TarikuandGitHub 70fe634267 fix: throw proper error if session is null when deleting organization (#4024) 2025-08-15 15:17:20 +03:00
Noam ShemeshandGitHub 375e9f3ced fix(sveltekit): use permissive typing for RequestEvent params (#3994) 2025-08-14 22:05:11 -07:00
KinfeMichael TarikuandBereket Engida f8b07c9a5a chore: use import utils (#4010) 2025-08-14 18:35:26 -07:00
Fraol LemechaandBereket Engida 00f4f7bcd2 feat: add disableRedirect to linkSocial (#4014)
* feat: add `disableRedirect` to `linkSocial`

* fix: do not redirect if url is an empty string
2025-08-14 18:35:26 -07:00
KinfeMichael TarikuandBereket Engida 8023a72c0d fix(telemetry): process referenced on non-nodejs runtime (#4007)
* process in cf worker

* lint
2025-08-14 18:35:26 -07:00
Yakup Ensar SayınandBereket Engida 3857c57c16 feat(admin): add control to prevent admin users from deleting themselves (#4008)
* feat(admin): add control to prevent admin users from deleting themselves

* fix(admin): fix naming inconsistency
2025-08-14 18:35:26 -07:00
Atharva DeosthaleandBereket Engida f6480d7056 fix(admin): impersonatedBy not appearing in client (type fix) (#1854) 2025-08-14 18:35:26 -07:00
Bereket Engida 7a1461cbef chore: release v1.3.7-beta.1 2025-08-14 18:35:26 -07:00
Bereket EngidaandBereket Engida 209c791031 chore(telemetry): refactor config file path handling and add runtime import utility (#3989) 2025-08-14 18:35:26 -07:00
b165c13055 feat(email-otp): add check verification otp endpoint (#1149)
* Improve OTP password reset flow

* Doc improvements

* Logic improvements

* nit

* Prevent too many attempts

* Changeset

* chore: changeset

* chore: remove braces

---------

Co-authored-by: Bereket Engida <Bekacru@gmail.com>
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
2025-08-14 18:35:26 -07:00
KinfeMichael TarikuandBereket Engida 1993317251 fix(cli): clean up unused pg and mysql import in drizzle schema generator (#3974)
* fix(cli): clean up unused pg import in schema generator

* sql clean up

* clean up
2025-08-14 18:35:26 -07:00
de8fb7a2f8 feat(vk): add user name mapping by default (#3970)
Co-authored-by: Шевелев Даниил <ds.shevelev@vebtech.by>
2025-08-14 18:35:26 -07:00
KinfeMichael TarikuandGitHub 1cbea683d8 fix(cli): add FK onDelete cascade and CURRENT_TIMESTAMP defaults on generation (#3906)
* fix(db): add FK onDelete (cascade) and CURRENT_TIMESTAMP defaults for date columns

* default generate

* console

* update
2025-08-13 18:13:01 -07:00
Bereket Engida 98584f5f10 chore: disable notice if telemetry is disabled or on debug mode 2025-08-13 13:54:30 -07:00
Bereket Engida c7a272f261 Merge remote-tracking branch 'origin/canary' 2025-08-12 20:18:09 -07:00
Bereket Engida fe769793cf chore: release v1.3.6 2025-08-12 20:13:13 -07:00