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