dswbx
8517c9b90b
added a few initial plugins
2025-06-12 19:58:18 +02:00
dswbx
af6cb0c8f0
bump 0.13.0 + separated cli build into separate file
2025-05-27 16:53:49 +02:00
dswbx
db795ec050
Controllers: New validation + auto OpenAPI ( #173 )
...
* updated controllers to use custom json schema and added auto openapi specs
* fix data routes parsing body
* added schema exports to core
* added swagger link to Admin, switched use-search
2025-05-27 09:06:36 +02:00
dswbx
9e3c081e50
reorganized storage adapter and added test suites for adapter and fields ( #124 )
...
* reorganized storage adapter and added test suites for adapter and fields
* added build command in ci pipeline
* updated workflow to also run node tests
* updated workflow: try with separate tasks
* updated workflow: try with separate tasks
* updated workflow: added tsx as dev dependency
* updated workflow: try with find instead of glob
2025-03-27 20:41:42 +01:00
dswbx
b763826754
replaced remix with react-router
2025-03-14 15:32:43 +01:00
dswbx
c4aaa5a90b
move postgres to a separate package
2025-03-14 09:42:51 +01:00
dswbx
640f015812
upgrade tailwind to v4
2025-03-11 13:43:40 +01:00
dswbx
675a39ad5c
added aws lambda adapter + improvements to handle concurrency
2025-03-03 15:42:42 +01:00
dswbx
09074f6591
updated nextjs example with app router
2025-02-27 20:09:03 +01:00
dswbx
2d5da63eb2
Merge remote-tracking branch 'origin/release/0.9' into feat/app-api-exp-for-nextjs
...
# Conflicts:
# app/src/adapter/nextjs/nextjs.adapter.ts
# app/src/index.ts
2025-02-27 14:21:00 +01:00
dswbx
7743f71a11
added format command and added trailing commas to reduce conflicts
2025-02-26 20:06:03 +01:00
dswbx
6f776aeff7
optimized local api instantiation to prepare for nextjs app router
2025-02-20 10:02:44 +01:00
dswbx
a29e824ecc
minor fixes in build and console
2025-02-19 17:41:48 +01:00
dswbx
ee7dcd44f4
updated remix adapter for non-middleware env, fixed console mute
2025-02-19 14:13:29 +01:00
dswbx
be39d1c374
adding d1 for cloudflare environments
2025-02-10 17:46:22 +01:00
dswbx
5b40d5eaf4
optimize adapter imports to deduplicate
2025-01-25 14:13:34 +01:00
dswbx
9ddacb7ae5
added adapter exports, generalized env-depending config construction
2025-01-25 11:54:19 +01:00
dswbx
a20b6b64a9
updated ui/client components, refactored deps
2025-01-18 15:25:12 +01:00
dswbx
664aed35f9
Merge remote-tracking branch 'origin/release/0.6' into refactor/optimize-ui-bundle-size
...
# Conflicts:
# app/build.ts
# app/package.json
2025-01-18 14:13:34 +01:00
dswbx
7ddcfc89b4
fixed auth strategy toggle, updated astro/remix
2025-01-17 18:08:23 +01:00
dswbx
a81aa875a8
lazy import code editor once, externalized codemirror
2025-01-14 15:07:09 +01:00
dswbx
1ea6446fab
clean build.ts
2025-01-14 14:10:54 +01:00
dswbx
4ee0f74cdb
optimize elements by reducing the bundle size required
2025-01-14 14:10:19 +01:00
dswbx
a9b2c613e1
finalized 0.5.0
2025-01-14 08:51:21 +01:00
dswbx
6855e6f7e9
using vite for static bundling to solve external package's react resolution
2025-01-14 07:51:14 +01:00
dswbx
bd4bc14282
reworked authentication and permission handling
2025-01-11 15:27:58 +01:00
dswbx
c732566f63
Add integration tests for auth, improve auth middleware and cookies handling
2025-01-11 10:52:31 +01:00
dswbx
3bf92a8c65
Refactor asset handling and authentication logic (for node)
...
Updated asset path configuration and server-side logic to standardize asset serving. Introduced `shouldSkipAuth` to bypass authentication for asset requests. Added test coverage for the new asset path handling logic.
2025-01-10 20:58:03 +01:00
dswbx
0500d4fc8e
Merge remote-tracking branch 'origin/refactor/drop-cjs' into release/0.5
2025-01-10 08:50:13 +01:00
dswbx
5bccc910a3
Merge remote-tracking branch 'origin/feat/auth-components' into release/0.5
2025-01-10 08:24:33 +01:00
dswbx
5c7bfeab8f
Refactor authentication components for modularity
...
Replaced `LoginForm` with a more extensible `AuthForm` and `AuthScreen`, enabling support for multiple auth strategies (e.g., OAuth) and improved reusability. Updated imports, routes, and configurations accordingly.
2025-01-09 10:20:28 +01:00
dswbx
7f337e25bb
optimized vite adapter with better defaults
2025-01-08 17:10:00 +01:00
dswbx
9f2c20ccee
refactor: remove cjs from build to reduce package size
2025-01-07 08:55:25 +01:00
dswbx
602235b372
optimized module manager seeding, added type support for new api hooks and reduced amount of dist chunks
2024-12-18 18:22:01 +01:00
dswbx
154703f873
added treeshake option to build + finalized package json (for now)
2024-12-07 17:19:27 +01:00
dswbx
44a427de67
moved almost all deps to dev to speed up installs, updated nextjs docs
2024-12-07 08:48:48 +01:00
dswbx
110c7681b7
externalize libsql dependency to let installing env install the correct dep
...
Signed-off-by: dswbx <dennis.senn@gmx.ch >
2024-12-07 06:29:29 +01:00
dswbx
582dbd4272
added minimal astro adapter + improved the example
2024-11-29 21:21:59 +01:00
dswbx
b6e3c934c4
fixed nextjs build + confirmed node adapter
2024-11-27 17:07:56 +01:00
dswbx
c31bc2ccb0
changed build workflow – for auth it's required to have better control over html and assets
2024-11-27 16:19:37 +01:00