dswbx
9010401af6
remove unused useTheme import and add loading state for entity detail view ( #154 )
2025-04-22 15:43:27 +02:00
dswbx
4c11789ea8
Fix Release 0.11.1 ( #150 )
...
* fix strategy forms handling, add register route and hidden fields
Refactored strategy forms to include hidden fields for type and name. Added a registration route with necessary adjustments to the admin controller and routes. Corrected field handling within relevant forms and components.
* fix admin access permissions and refactor routing structure
display a fixed error for unmet permissions when retrieving the schema. moved auth routes outside of BkndProvider and reorganized remaining routes to include BkndWrapper.
* fix: properly type BkndWrapper
* bump fix release version
* ModuleManager: update diff checking and AppData validation
Revised diff handling includes validation of diffs, reverting changes on failure, and enforcing module constraints with onBeforeUpdate hooks. Introduced `validateDiffs` and backup of stable configs. Applied changes in related modules, tests, and UI layer to align with updated diff logic.
* fix: cli: running from config file were using invalid args
* fix: cli: improve sequence of onBuilt trigger to allow custom routes from cli
* fix e2e tests
2025-04-20 09:29:58 +02:00
dswbx
2c29e06fb8
fix: media infinite should be disabled for dropzone in entities
2025-04-05 18:01:04 +02:00
dswbx
de984fa101
fixes issues in firefox where view transitions are not available ( #139 )
2025-04-04 09:00:50 +02:00
dswbx
fa6c7acaf5
implement/init e2e tests ( #135 )
...
* init e2e
* updated/moved vitest, finished merge
* fix bun picking up e2e tests
* e2e: overwrite webserver config with env
* e2e: added adapter configs
* e2e: replaced image
2025-04-03 11:08:16 +02:00
dswbx
e4608b7df7
cosmetics: fixed admin skeleton, use password field on auth, use $console in auth middleware
2025-04-01 13:49:58 +02:00
dswbx
44b3f72005
added media overlay preview fallback
2025-04-01 13:37:11 +02:00
dswbx
7facef47da
fix media styling on mobile
2025-03-27 09:57:31 +01:00
dswbx
f6a511d998
add media detail dialog and infinite loading
2025-03-27 09:23:14 +01:00
dswbx
ec015b7849
docs: add postgres and sqlocal instructions
2025-03-25 13:02:09 +01:00
dswbx
0c15ec1434
hide oauth client details with type password
2025-03-21 18:03:45 +01:00
dswbx
f6996b1953
admin ui: started color centralization + made sidebar resizable
2025-03-18 10:56:39 +01:00
dswbx
622a7b2b9a
add sqlocal connection including example
2025-03-15 14:40:41 +01:00
dswbx
a55d93b5ff
data schema: disable primary field
2025-03-14 10:03:40 +01:00
dswbx
051c508254
add override to skeleton
2025-03-11 19:52:44 +01:00
dswbx
96781f5d3d
removed admin config from server, theme is now client side, fixed module manager migrations
2025-03-11 17:41:33 +01:00
dswbx
de89e26ffb
Merge remote-tracking branch 'origin/release/0.10' into feat/remove-admin-config
...
# Conflicts:
# app/src/modules/server/AdminController.tsx
# app/src/ui/Admin.tsx
2025-03-11 13:56:27 +01:00
dswbx
640f015812
upgrade tailwind to v4
2025-03-11 13:43:40 +01:00
dswbx
d90f14c707
upgrade hook form resolvers
2025-03-11 10:17:07 +01:00
dswbx
4f87f6857f
upgrade liquid, fix editor themes
2025-03-11 09:57:05 +01:00
dswbx
8df30f4dae
upgrade to react 19
2025-03-11 08:44:49 +01:00
dswbx
2d7257d2bc
updated react-form to latest
2025-03-11 06:49:38 +01:00
dswbx
e82b72275b
moved flash message, removed theme from admin controller
2025-03-04 11:21:33 +01:00
dswbx
675a39ad5c
added aws lambda adapter + improvements to handle concurrency
2025-03-03 15:42:42 +01:00
dswbx
1a72b9e84b
Merge pull request #89 from bknd-io/feat/app-api-exp-for-nextjs
...
optimized local api instantiation to prepare for nextjs app router
2025-03-03 07:16:01 +01:00
dswbx
5ca21b6c01
fix active sidebar active item, added error boundaries for relational form fields, fixed schema diagram for m:n relations
2025-03-03 07:13:04 +01:00
dswbx
09074f6591
updated nextjs example with app router
2025-02-27 20:09:03 +01:00
dswbx
3bf3bb32a4
fix field date error in modal, adjust notification spacing, added entity quick switcher
2025-02-27 14:07:49 +01:00
dswbx
dd48962901
added auth strategies migration, fixed rebuild of modules on migrations
2025-02-27 10:08:22 +01:00
dswbx
7743f71a11
added format command and added trailing commas to reduce conflicts
2025-02-26 20:06:03 +01:00
dswbx
4ca68e837c
added auth getting started box
2025-02-26 19:50:35 +01:00
dswbx
9a683c8e35
add auth enabling hints
2025-02-26 18:44:16 +01:00
dswbx
2a9c1be151
added auth strategies form + add ability to disable strategies
2025-02-26 14:53:32 +01:00
dswbx
d4a6a9326f
fix schema form
2025-02-26 08:22:05 +01:00
dswbx
de854eec3a
added new settings UI for auth
2025-02-25 13:59:44 +01:00
dswbx
f801d3a556
media: added more mime types, added mime type check on dropzone
2025-02-22 13:14:32 +01:00
dswbx
cfa950aa46
fix media upload without name, add data result to uploaded payload
2025-02-21 07:40:43 +01:00
dswbx
ee7dcd44f4
updated remix adapter for non-middleware env, fixed console mute
2025-02-19 14:13:29 +01:00
dswbx
f494735a79
fix persisting of many to many entity
2025-02-18 15:43:19 +01:00
dswbx
7994eabe7d
export RepoQueryIn from client
2025-02-18 12:54:13 +01:00
dswbx
e99abb09b6
Merge branch 'release/0.8' into refactor/data-api-entity-prefix
2025-02-18 10:22:15 +01:00
dswbx
3e6d381239
prefixed data entity endpoints with /entity
2025-02-18 09:12:12 +01:00
dswbx
0823b182f6
admin: added "system" theme option, check user pref
2025-02-18 08:20:41 +01:00
dswbx
fb76f8d789
improve media mime type inferring + added uploadToEntity in media api
2025-02-14 18:02:43 +01:00
dswbx
149a6d768c
Merge pull request #80 from bknd-io/fix/api-and-media
...
fix/api-and-media
2025-02-14 11:42:50 +01:00
dswbx
24e69eec90
fix s3 adapter
2025-02-14 11:42:26 +01:00
dswbx
9c38c8f2ad
improved Dropzone error handling
2025-02-14 11:21:11 +01:00
dswbx
c4e505582b
updated media api and added tests, fixed body limit
2025-02-14 10:42:36 +01:00
dswbx
f466dd166d
Merge pull request #73 from bknd-io/feat/cf-d1-and-r2
...
adding d1 and r2 for cloudflare environments
2025-02-12 09:04:47 +01:00
dswbx
7a6321f4ce
added r2 binding support to cf adapter
2025-02-11 10:04:53 +01:00