Commit Graph

4854 Commits

Author SHA1 Message Date
Alex Yang
7d156a0b4f chore: remove process.platform check (#5395) 2025-10-17 23:34:24 +00:00
Alex Yang
cd61f51061 test: fix issue with msw (#5394) 2025-10-17 22:09:31 +00:00
Alex Yang
f0957337e3 chore(cli): improve type (#5374) 2025-10-17 20:32:00 +00:00
Taesu
f547d299a9 fix: add optional chaining for process.platform (#5390) 2025-10-17 19:36:56 +00:00
Alex Yang
79431bc73d Revert "docs: cleanup sidebar ui (#5333)"
This reverts commit 4cd4626add.
2025-10-17 12:36:06 -07:00
Maxwell
0b0de1f1a9 fix(anonymous): Provide ctx on accountLink (#5389) 2025-10-17 18:33:24 +00:00
Bereket Engida
0b8d50b648 chore: fix lockfile 2025-10-17 11:02:35 -07:00
Harry Yep
3a8f40ae36 feat(stripe): upgrade stripe support to v19.1.0 (#5346) 2025-10-17 10:44:24 -07:00
Ahmed Abdellahi Abdat
07d99e79d9 fix(api-key): remove incorrect usage tracking in updateApiKey (#5325)
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
2025-10-17 17:31:26 +00:00
Maxwell
a677732114 docs: update tanstack installation example (#5379) 2025-10-17 15:46:17 +00:00
Bereket Engida
8a43b6b42d chore: update example links on doc 2025-10-17 08:44:36 -07:00
Bereket Engida
de333629fb chore: update example link 2025-10-17 08:43:31 -07:00
Alex Yang
4b5f637bf0 fix(organization): typecheck node exceeds the maximum length (#5372)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-10-17 03:08:55 +00:00
Bereket Engida
bae3cdf09b fix(stripe): stripe error codes should be returned from the plugin (#5371) 2025-10-16 22:42:01 +00:00
Bereket Engida
a01078ee8f fix(stripe): check for reference IDs inside during Stripe reference validation (#5354)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: cubic Bot <contact@cubic.dev>
2025-10-16 22:39:26 +00:00
Alex Yang
a31bbafb34 test: add type check cases (#5367) 2025-10-16 21:47:39 +00:00
Alex Yang
89475422ba fix: correct type HookEndpointContext and InternalContext (#5359) 2025-10-16 19:27:59 +00:00
Alex Yang
00c26d656a ci: separate lint and type check (#5360) 2025-10-16 19:18:05 +00:00
Maxwell
6c93c12331 fix(api-key): don't update the lastRequest when calling updateApiKey (#5318) 2025-10-16 18:09:41 +00:00
Alex Yang
5561ba75a5 chore: bump better-call (#5348) 2025-10-16 10:48:17 +00:00
Alex Yang
6e179cf6e6 chore: release v1.4.0-beta.11 v1.4.0-beta.11 2025-10-15 17:23:39 -07:00
Alex Yang
b4a7ea6296 fix(organization): compatibility with exactOptionalPropertyTypes (#5337) 2025-10-15 23:46:03 +00:00
Ahmed Abdellahi Abdat
a048f804ff fix: respect additionalFields returned config for user data when setting cookie cache (#5327)
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
Co-authored-by: Bereket Engida <Bekacru@gmail.com>
2025-10-15 22:10:46 +00:00
renovate[bot]
713eaf7693 chore(deps): update dependency happy-dom to v20.0.2 [security] (#5339)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-15 22:06:37 +00:00
Bréval Le Floch
586a213f99 docs: add PocketBase community adapter (#5335) 2025-10-15 20:28:57 +00:00
Taesu
4cd4626add docs: cleanup sidebar ui (#5333) 2025-10-15 20:09:08 +00:00
Alex Yang
19f5c1409f fix(organization): compatibility with declaration on tsconfig.json (#5334)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-15 20:08:26 +00:00
Alex Yang
717d12f230 chore: remove deprecated sso plugin from better-auth (#5332) 2025-10-15 18:07:02 +00:00
Maxwell
154df760de chore(api-key): use same logic as createApiKey for authorization (#5317) 2025-10-15 17:03:26 +00:00
Alex Yang
f864b04283 refactor: share generic context during api endpoint (#5290) 2025-10-15 16:56:17 +00:00
hieudien14310
3b863e6b5d fix(admin): stricter body validation with the setUserPassword api (#5075)
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
2025-10-15 16:42:06 +00:00
Ahmed Abdellahi Abdat
5ebdef19c1 docs: clarify generateId behavior and mixed ID types (#5173)
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
2025-10-15 12:45:26 +00:00
KinfeMichael Tariku
58ffd0bc92 fix(drizzle-adapter): handle all operators in multiple where conditions (#5311)
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
2025-10-15 10:42:04 +00:00
Timo Kühne
6f23188a36 feat(sso): add option to provide login hint (#5283)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-15 02:48:02 +00:00
yutaka5
dbfa7dceab fix(oidc-provider): OIDC token-type capitalization (#5308)
Co-authored-by: Yutaka <yutaka@macbook-pro.local>
2025-10-15 02:46:19 +00:00
VIshal Anton
82de683552 fix: resolve custom URL scheme origin matching with wildcards (#5248)
Co-authored-by: antonvishal <antonvishal@appexert.com>
2025-10-15 02:29:50 +00:00
kira-1011
5769eb752a fix(organization): prevent duplicate slug on organization update (#5095)
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
Co-authored-by: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com>
2025-10-15 02:09:32 +00:00
Maxwell
cd006bde73 fix(adapter): inconsistent mongo ends_with query (#5160)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-10-15 02:06:48 +00:00
bsklaroff
16236af96f fix: getAcccessToken refresh should properly refresh when oauth tokens are encrypted (#5094) 2025-10-15 00:45:15 +00:00
Alex Yang
af03d5fc69 fix(username): compacity with exactOptionalPropertyTypes (#5313) 2025-10-15 00:11:08 +00:00
KinfeMichael Tariku
ee22929fe3 fix: remove deprecated ssoClient export from client plugin (#5307) 2025-10-14 23:16:45 +00:00
KinfeMichael Tariku
8db97eee9a feat: nextjs 16 guide (#5296)
Co-authored-by: Alex Yang <himself65@outlook.com>
2025-10-14 18:48:30 +00:00
Ezra Ayalew Abate
1bff6650c6 docs: fix typo in .env.example (#5304) 2025-10-14 18:25:17 +00:00
KinfeMichael Tariku
4eef777a7d chore: combined filter and search operator test (#5299) 2025-10-14 16:56:42 +00:00
Shawn Erquhart
5da4af0146 docs(convex): update convex guide (#5303) 2025-10-14 16:56:20 +00:00
KinfeMichael Tariku
dd27fa9b79 chore: remove duplicate 'type' field from package.json (#5297) 2025-10-14 10:51:04 +00:00
Maxwell
37980081c6 docs: Improve drizzle fieldName & modelName docs (#5217) 2025-10-14 09:44:38 +00:00
Bereket Engida
0765457c98 feat(anonymous): support phone number verification for account linking (#5294) 2025-10-14 04:48:40 +00:00
Alex Yang
a97b84e963 chore: add the missing dev script in package.json (#5288) 2025-10-14 00:05:52 +00:00
Alex Yang
fd780aca6b feat: enum support for drizzle schema (#5287) 2025-10-13 23:56:39 +00:00