dswbx
a5f5ea2084
Merge pull request #339 from cameronapak/allow-seed
...
Allow CLI `sync` command to seed data properly when schema changes aren't present
2026-03-14 13:18:33 +01:00
dswbx
6fb8e9a0e7
Merge pull request #218 from cameronapak/cp/216-fix-users-link
...
Fix Sidebar Users Route Links
2026-03-14 13:12:53 +01:00
dswbx
abc6de6ad3
Merge pull request #332 from bknd-io/feat/timestamps-index
...
feat(plugin/timestamps): add indexStrategy option for entity indexing
2026-03-14 13:07:49 +01:00
Cameron Pak
367d5878df
Fixed test
2026-02-28 11:26:27 -06:00
Cameron Pak
fb429e57e2
fix: resolve undefined variable in MediaApi test and remove dead comment
...
Amp-Thread-ID: https://ampcode.com/threads/T-019ca53d-a225-706c-923e-28123c84d83e
Co-authored-by: Amp <amp@ampcode.com >
2026-02-28 11:21:39 -06:00
Cameron Pak
9008f9c6a3
fix: normalize admin basepath to prevent double slashes in URLs
...
Strip trailing slashes from adminBasepath in AdminController window context
and wouter Router base to prevent paths like /admin//data when users
configure adminBasepath with a trailing slash.
Amp-Thread-ID: https://ampcode.com/threads/T-019ca537-4cc4-7174-bf9a-5325d782f097
Co-authored-by: Amp <amp@ampcode.com >
2026-02-28 11:11:44 -06:00
Cameron Pak
6321a9935a
Merge branch 'main' into cp/216-fix-users-link
2026-02-28 11:03:54 -06:00
Cameron Pak
eb22289460
Update @types/bun to 1.3.9
...
This commit updates the `@types/bun` package to version 1.3.9.
2026-02-28 11:00:37 -06:00
dswbx
224d98879a
Merge pull request #356 from jonaspm/fix/cross-platform-cleanup
...
Make dist clean cross-platform without shell commands
2026-02-20 18:00:46 +01:00
Jonas Perusquia Morales
d1522c97ea
Make dist clean cross-platform without shell commands
2026-02-20 09:50:30 -06:00
dswbx
3d5c2cd3a8
Merge pull request #350 from xretic/main
...
refactor adapter tests for improved structure
2026-02-11 10:02:56 +01:00
roma
fc60dfd042
refactor adapter tests for improved structure
...
reduced test duplication by extracting a small helper to strip connection from configs
2026-02-09 03:07:58 +01:00
Cameron Pak
c8ee30b3da
Merge pull request #348 from bknd-io/intro-docs-updates
...
Docs: consolidate dual introductions, restructure setup page
2026-02-07 17:23:21 -06:00
Cameron Pak
b85c3a8a9b
Remove redundant redirects config
2026-02-07 17:17:36 -06:00
Cameron Pak
e20c2ef92c
Docs: move redirects to global config, remove client-side redirect page
...
Co-Authored-By: Craft Agent <agents-noreply@craft.do >
2026-02-07 17:14:11 -06:00
Cameron Pak
5873baad3c
Docs: add redirect from /usage/introduction to /usage/setup
...
Co-Authored-By: Craft Agent <agents-noreply@craft.do >
2026-02-07 17:09:36 -06:00
Cameron Pak
aca162f9c8
Refactor setup documentation for clarity
2026-02-07 16:58:49 -06:00
Cameron Pak
9f0997c28a
Refactor and update documentation links for introduction
2026-02-07 16:50:51 -06:00
dswbx
68063986d1
Merge pull request #343 from cameronapak/doc-touchups
2026-01-31 11:22:25 +01:00
Cameron Pak
53f8609e9d
Docs: updating copy to reflect bknd's open opt-in philosophy
2026-01-30 03:39:53 -06:00
Cameron Pak
833bfa5049
Docs: Enhance the pun
...
https://github.com/bknd-io/bknd/pull/343#discussion_r2743055999
2026-01-30 03:28:12 -06:00
dswbx
defcdfef0b
Merge pull request #342 from cameronapak/guard-config
...
Docs: Guard lockout and how to set up Guard properly
2026-01-29 19:39:42 +01:00
cameronapak
348ac7f8b0
Docs: Refactor start page for clarity and flow
2026-01-25 15:20:20 -06:00
cameronapak
16b1cde8ea
Docs: Add beta warning callout to start page
2026-01-25 13:58:43 -06:00
cameronapak
436b195242
Docs: Add warning about Guard lockout
...
Adds a callout to the `config.mdx` documentation warning users that
enabling the Guard without first creating an admin user will lock them
out.
2026-01-25 13:30:31 -06:00
dswbx
ccd504440e
Merge pull request #340 from bknd-io/chore/license
...
update license to Apache-2.0 in package.json
2026-01-21 13:30:02 +01:00
dswbx
023f5391e4
chore: update license to Apache-2.0 in package.json
2026-01-21 11:02:18 +01:00
cameronapak
11e3488917
Allow seeding without forcing sync
2026-01-19 11:46:48 -06:00
dswbx
9685c5d4e1
Merge pull request #337 from jonaspm/chore/upgrade-astro-version
...
chore: Update Astro to version 5.16.9 in example package
2026-01-15 14:25:20 +01:00
Jonas Perusquia Morales
9b008be512
chore: Update Astro to version 5.16.9 in example package
2026-01-14 12:52:38 -06:00
dswbx
5352331464
Merge pull request #327 from matschik/main
...
docs(cloudflare): fix import in Cloudflare configuration example
2026-01-11 19:32:50 +01:00
dswbx
d9bce049ef
feat(plugin/timestamps): add indexStrategy option for entity indexing
...
Introduced a new `indexStrategy` option in the timestamps plugin to configure index generation for `created_at` and `updated_at` fields. Supports "composite" and "individual" strategies for better control over database indexing. Added test coverage for different index strategies.
2026-01-09 16:04:54 +01:00
dswbx
0e4f25cf11
refactor: update type handling in SvelteKit adapter tests and MediaApi uploadFile method
2026-01-09 14:51:42 +01:00
dswbx
4a5bdade8d
fix: handle lazy import errors for TestRoutes in development for nextjs
2026-01-09 14:42:18 +01:00
dswbx
047bb80a97
Merge pull request #330 from jonaspm/fix/upload-media-entity-overwrite
...
[WIP] fix: Add overwrite option to uploadToEntity method
2026-01-09 14:34:41 +01:00
dswbx
d826cb23a3
Merge pull request #291 from bknd-io/release/0.20
...
Release 0.20
2026-01-09 14:32:01 +01:00
dswbx
23a9e7c278
bump version to 0.20.0
2026-01-09 14:30:31 +01:00
dswbx
a9fe43130e
Merge pull request #324 from screenfluent/feat/sveltekit-adapter
...
feat: add SvelteKit adapter
2026-01-09 14:23:57 +01:00
dswbx
3b7ec06703
Merge pull request #331 from bknd-io/change-license
...
change license to apache 2.0
2026-01-09 13:46:14 +01:00
dswbx
55a124b519
feat(plugin/email-otp): preserve additional payload data during user creation
...
Replaced `s.object` with `s.strictObject` to enforce schema validation. Updated logic to include unprocessed JSON properties (`...rest`) when creating a user, ensuring additional payload data is preserved.
2026-01-09 13:46:01 +01:00
dswbx
dc3fe330d7
change license to Apache 2.0
2026-01-09 13:43:51 +01:00
dswbx
d541167fb3
docs: add sveltekit integration guide
2026-01-09 13:26:28 +01:00
dswbx
7e8b357bbb
add support for /admin route in backend handler and enable asset copying
...
updated `hooks.server.ts` to handle `/admin` routes and prevent fallback for 404 responses. added `adminBasepath` config to match backend paths. introduced assets copying step via `postinstall` script and included `robots.txt` and `favicon.ico` under `static`.
2026-01-09 13:11:01 +01:00
dswbx
521d8bc6ff
refactor(adapter): replaced FrameworkBkndConfig with RuntimeBkndConfig
2026-01-09 12:59:03 +01:00
dswbx
19f1941544
Merge remote-tracking branch 'origin/main' into release/0.20
2026-01-09 11:31:43 +01:00
dswbx
f9373bd0e6
test: remove only
2026-01-09 11:30:04 +01:00
dswbx
5384738b67
tests: ensuring overwrite is passed and respected in media api
2026-01-09 11:28:19 +01:00
dswbx
d82e28e6b1
Merge remote-tracking branch 'origin/release/0.20' into fork/jonaspm/fix/upload-media-entity-overwrite
2026-01-09 10:12:21 +01:00
Jonas Perusquia Morales
c38bc95b1d
fix: Add query support to media upload API methods
2026-01-08 12:37:13 -06:00
Mathieu Schimmerling
6651fce099
Merge pull request #1 from matschik/matschik-patch-1
...
docs(cloudflare): modify import in Cloudflare configuration example
2026-01-02 19:38:19 +01:00