Commit Graph

  • dfae51c368 Refactor: Rename api mode to headless web-adapter Cameron Pak 2026-04-06 07:55:08 -05:00
  • 9e0382389e Refactor web adapter to universal adapter Cameron Pak 2026-04-06 07:34:25 -05:00
  • 62f6985e8f Fix typos in web integration docs Cameron Pak 2026-04-06 06:59:26 -05:00
  • 609eeade23 Fix: Correct standalone mode logic and API call Cameron Pak 2026-04-06 06:58:43 -05:00
  • 2eba931e39 Test web adapter standalone mode with serve Cameron Pak 2026-04-06 06:58:35 -05:00
  • 54aae56734 add: agnostic web compliant adapter shishantbiswas 2026-04-03 13:48:50 +05:30
  • 8a90b9356b Merge pull request #387 from bknd-io/cp/fix-auth-bug release/0.21 Cameron Pak 2026-04-03 08:34:33 -05:00
  • b070fb591e fix(tests): resolve prepublishOnly failures in AppAuth and postgres tests cp/fix-auth-bug Cameron Pak 2026-04-03 08:30:47 -05:00
  • 6489d08434 Merge pull request #374 from jonaspm/chore/upgrade-typescript Cameron Pak 2026-04-03 08:10:05 -05:00
  • 29bd52018e Add web adapter documentation and meta entry cp/web-spec-compliant-adapter Cameron Pak 2026-04-03 06:56:53 -05:00
  • fdadca2177 feat(web-adapter): expose serveStatic and distPath for runtime admin serving Cameron Pak 2026-04-03 06:20:39 -05:00
  • eb6fe375b3 Refactor: Default WebBkndConfig env to Record<string, string | undefined> Cameron Pak 2026-04-03 05:50:33 -05:00
  • f5bbd7d32b Add web adapter Cameron Pak 2026-04-03 05:40:47 -05:00
  • e48ee49c15 Update dayjs dependency Cameron Pak 2026-04-03 05:10:25 -05:00
  • 8c596781ff Merge pull request #380 from shishantbiswas/next-docs main Cameron Pak 2026-03-28 06:06:29 -05:00
  • 81bf41ce34 Merge pull request #379 from jonaspm/chore/fix-manifestpath-warning dswbx 2026-03-28 11:28:11 +01:00
  • d9ab583a16 Merge pull request #378 from jonaspm/chore/replace-deprecated-OptionsObjects dswbx 2026-03-28 11:27:16 +01:00
  • e68df5e606 Merge pull request #377 from jonaspm/chore/dayjs-v1.11.20 dswbx 2026-03-28 11:26:38 +01:00
  • 6304ef81f6 Merge pull request #373 from jonaspm/fix/example-sqlite-paths dswbx 2026-03-28 11:24:07 +01:00
  • 43cbdb3010 add(docs): update next.js docs to use colocation for <Admin /> component shishantbiswas 2026-03-28 15:31:43 +05:30
  • 6c7e82781d Merge pull request #362 from shishantbiswas/feature-nuxt-adapter dswbx 2026-03-28 10:55:14 +01:00
  • a8e5c45a22 bump 0.21.0-rc.1 dswbx 2026-03-28 10:50:14 +01:00
  • ee28c2ef0c Merge pull request #372 from jonaspm/fix/broader-bearer-token-resolution dswbx 2026-03-28 10:35:43 +01:00
  • 9219bf3b3c test(auth, api): ensure bearer token is case-insensitive dswbx 2026-03-28 10:33:24 +01:00
  • b3c9f258de add: prod section at the end shishantbiswas 2026-03-28 14:55:38 +05:30
  • e437ce7120 chore: Use dynamic import for manifest with Vite ignore. Fixes warning Jonas Perusquia Morales 2026-03-28 03:02:08 -06:00
  • 2417833ed7 chore: Replace Bun's deprecated OptionsObject with SpawnOptions and remove stdout cast. Fix warning. Jonas Perusquia Morales 2026-03-28 02:55:58 -06:00
  • ab1eddcb6a chore: Bump dayjs to 1.11.20 Jonas Perusquia Morales 2026-03-27 14:49:16 -06:00
  • 237b42bb9c chore: remove baseUrl from TypeScript configuration files Jonas Perusquia Morales 2026-03-24 13:59:05 -06:00
  • d206c38d87 chore: remove unused import of main.css in main.tsx Jonas Perusquia Morales 2026-03-24 13:49:53 -06:00
  • d160af5cec chore: add TypeScript declaration for CSS modules, fixes TS error Jonas Perusquia Morales 2026-03-24 13:49:45 -06:00
  • d03cd7f7bc chore: standardize TypeScript module and target casing in configuration files Jonas Perusquia Morales 2026-03-24 13:49:10 -06:00
  • 4afba215b9 chore: update devDependencies for improved compatibility Jonas Perusquia Morales 2026-03-24 13:48:42 -06:00
  • dc8aca6a97 fix: update database URL to remove 'file:' prefix in examples Jonas Perusquia Morales 2026-03-24 13:30:54 -06:00
  • 4121597fa2 fix: Match Bearer case-insensitively and trim whitespace(s) Jonas Perusquia Morales 2026-03-24 12:20:17 -06:00
  • 9628720f87 test(AppReduced): remove redundant admin_base_path dswbx 2026-03-14 13:57:16 +01:00
  • ff216ec4e5 chore: remove unused admin_basepath and bump version to 0.21.0-rc.0 dswbx 2026-03-14 13:55:26 +01:00
  • 5ea40093a6 fix: include admin_basepath in absolute navigation paths fix-sidebar-route-users Cameron Pak 2026-03-17 16:20:45 -05:00
  • 06f9c3ee15 refactor(docs): note for NuxtLink usage, added geist font in example, minor cleanups shishantbiswas 2026-03-14 22:57:05 +05:30
  • 7751ee5db8 init: nuxt adapter shishantbiswas 2026-03-09 19:05:31 +05:30
  • feb3911d46 Merge pull request #322 from bknd-io/fix/auth-strategy-respect-register-setting dswbx 2026-03-14 13:43:55 +01:00
  • ab545d3ca2 Merge pull request #347 from bknd-io/fix/with-builder-respect-alias dswbx 2026-03-14 13:42:50 +01:00
  • 06c3a6f89b Merge remote-tracking branch 'origin/main' into fix/with-builder-respect-alias dswbx 2026-03-14 13:41:01 +01:00
  • 898a825f6e fix(WithBuilder test): updated snapshots dswbx 2026-03-14 13:40:35 +01:00
  • a5ddf6aa93 Merge pull request #363 from bknd-io/release/0.21 dswbx 2026-03-14 13:34:23 +01:00
  • 5aa286298c Merge remote-tracking branch 'origin/main' into release/0.21 dswbx 2026-03-14 13:31:45 +01:00
  • 55cb2bacef chore: upgrade bun.lock dswbx 2026-03-14 13:29:47 +01:00
  • e6ea3f64d7 Merge pull request #351 from shishantbiswas/main dswbx 2026-03-14 13:25:35 +01:00
  • a5f5ea2084 Merge pull request #339 from cameronapak/allow-seed dswbx 2026-03-14 13:18:33 +01:00
  • 6fb8e9a0e7 Merge pull request #218 from cameronapak/cp/216-fix-users-link dswbx 2026-03-14 13:12:53 +01:00
  • abc6de6ad3 Merge pull request #332 from bknd-io/feat/timestamps-index dswbx 2026-03-14 13:07:49 +01:00
  • 71b9a0f546 Merge branch 'bknd-io:main' into main Shishant Biswas 2026-03-13 17:27:35 +05:30
  • 038ec0d672 Merge pull request #357 from cameronapak/cp/add-contributing-md Cameron Pak 2026-03-08 14:16:10 -05:00
  • 99c783e7f0 rm plan doc clumsy-skull Cameron Pak 2026-03-07 10:34:01 -06:00
  • 4defc4d1e7 refactor(cli): use errore for typed error handling in run command Cameron Pak 2026-03-07 10:30:21 -06:00
  • fd1323fecc Add simplified command to build bknd Cameron Pak 2026-03-07 10:05:15 -06:00
  • 44d7c092f8 fix(cli): detect bun: protocol imports and re-exec under Bun Cameron Pak 2026-03-07 10:02:16 -06:00
  • 45cf746855 fix(cli): refine type-stripping version check and add build:all script Cameron Pak 2026-03-07 10:02:11 -06:00
  • db961b5447 fix(cli): replace jiti with Node native type-stripping for TS configs Cameron Pak 2026-03-07 09:50:56 -06:00
  • 48d432ddb2 fix(cli): add re-exec loop guard and robust Bun error matching Cameron Pak 2026-03-07 08:55:37 -06:00
  • 980886b5c5 fix(cli): fix TS2345 for process.argv[1] type narrowing Cameron Pak 2026-03-07 08:48:16 -06:00
  • 827e7faa7f fix(cli): support loading bknd.config.ts and detect runtime mismatch Cameron Pak 2026-03-07 08:41:04 -06:00
  • e6b17f6424 fix(cli): support loading bknd.config.ts without tsx workaround Cameron Pak 2026-03-07 08:06:51 -06:00
  • 7832328a50 Merge pull request #359 from jonaspm/patch-1 Cameron Pak 2026-03-03 11:37:59 -06:00
  • e5bfc602e1 Update client:only attribute in astro.mdx Jonás Perusquía Morales 2026-03-03 11:27:59 -06:00
  • 0318e595f2 docs: add CONTRIBUTING.md with dev setup, project structure, and contribution guidelines Cameron Pak 2026-02-28 12:32:49 -06:00
  • 80b0716a4a Remove unrelated Next.js file changes shishantbiswas 2026-02-28 23:32:20 +05:30
  • 3894271b17 Merge pull request #353 from jonaspm/docs/auth-change-password Cameron Pak 2026-02-28 11:38:33 -06:00
  • 8bf8b22e57 refactor: remove duplicate tsup build config and clean up shishantbiswas 2026-02-28 23:05:38 +05:30
  • 367d5878df Fixed test Cameron Pak 2026-02-28 11:26:27 -06:00
  • fb429e57e2 fix: resolve undefined variable in MediaApi test and remove dead comment Cameron Pak 2026-02-28 11:21:39 -06:00
  • 9008f9c6a3 fix: normalize admin basepath to prevent double slashes in URLs Cameron Pak 2026-02-28 11:11:44 -06:00
  • 6321a9935a Merge branch 'main' into cp/216-fix-users-link Cameron Pak 2026-02-28 11:03:54 -06:00
  • eb22289460 Update @types/bun to 1.3.9 Cameron Pak 2026-02-28 11:00:37 -06:00
  • c3198394de docs: add tanstack start integration guide shishantbiswas 2026-02-12 21:03:50 +05:30
  • 51237f5e1a docs(tanstack-start): add JSDoc comments to adapter functions shishantbiswas 2026-02-12 16:44:25 +05:30
  • 01483b912f add: example for tanstack start shishantbiswas 2026-02-11 21:41:26 +05:30
  • 6288faef33 Triggering CI shishantbiswas 2026-02-11 21:00:46 +05:30
  • 384e337bbd add: Tanstack Start adapter shishantbiswas 2026-02-11 20:29:03 +05:30
  • cc1e1976f7 chore: Document error cases for password update method Jonas Perusquia Morales 2026-02-23 13:03:37 -06:00
  • 224d98879a Merge pull request #356 from jonaspm/fix/cross-platform-cleanup cp/contributing cp/add-contributing-md dswbx 2026-02-20 18:00:46 +01:00
  • d1522c97ea Make dist clean cross-platform without shell commands Jonas Perusquia Morales 2026-01-28 13:54:02 -06:00
  • 8805f017a1 Update auth docs to clarify server module usage Jonas Perusquia Morales 2026-02-18 11:12:14 -06:00
  • 0ef06375c0 docs: Document changePassword method in auth module Jonas Perusquia Morales 2026-02-18 11:03:58 -06:00
  • 3d5c2cd3a8 Merge pull request #350 from xretic/main dswbx 2026-02-11 10:02:56 +01:00
  • fc60dfd042 refactor adapter tests for improved structure roma 2026-02-09 03:07:58 +01:00
  • c8ee30b3da Merge pull request #348 from bknd-io/intro-docs-updates Cameron Pak 2026-02-07 17:23:21 -06:00
  • b85c3a8a9b Remove redundant redirects config intro-docs-updates Cameron Pak 2026-02-07 17:17:36 -06:00
  • e20c2ef92c Docs: move redirects to global config, remove client-side redirect page Cameron Pak 2026-02-07 17:14:11 -06:00
  • 5873baad3c Docs: add redirect from /usage/introduction to /usage/setup Cameron Pak 2026-02-07 17:09:36 -06:00
  • aca162f9c8 Refactor setup documentation for clarity Cameron Pak 2026-02-07 16:58:49 -06:00
  • 9f0997c28a Refactor and update documentation links for introduction Cameron Pak 2026-02-07 16:50:51 -06:00
  • 1c114d9533 fix: WithBuilder produced embedding errored when mappedBy was used dswbx 2026-02-03 18:15:40 +01:00
  • 68063986d1 Merge pull request #343 from cameronapak/doc-touchups dswbx 2026-01-31 11:22:25 +01:00
  • 53f8609e9d Docs: updating copy to reflect bknd's open opt-in philosophy Cameron Pak 2026-01-30 03:39:53 -06:00
  • 833bfa5049 Docs: Enhance the pun Cameron Pak 2026-01-30 03:28:12 -06:00
  • defcdfef0b Merge pull request #342 from cameronapak/guard-config dswbx 2026-01-29 19:39:42 +01:00
  • 348ac7f8b0 Docs: Refactor start page for clarity and flow cameronapak 2026-01-25 15:20:20 -06:00
  • 16b1cde8ea Docs: Add beta warning callout to start page cameronapak 2026-01-25 13:58:43 -06:00
  • 436b195242 Docs: Add warning about Guard lockout cameronapak 2026-01-25 13:30:31 -06:00