Commit Graph

99 Commits

Author SHA1 Message Date
dswbx
2d7257d2bc updated react-form to latest 2025-03-11 06:49:38 +01:00
dswbx
eabae5d3df hotfix 0.9.1 docker fails due to trying to open a browser 2025-03-10 12:28:38 +01:00
dswbx
c5ce79102e bump 0.9 and update readme with entity prefix 2025-03-05 09:15:16 +01:00
dswbx
7e61ff9995 fix refine fn typing 2025-03-05 08:35:57 +01:00
dswbx
ef629321ab added readOneBy, updateMany, deleteMany, exists 2025-03-05 08:02:57 +01:00
dswbx
ab73b02138 refactor console verbosity and internal env handling 2025-03-04 11:18:14 +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
6acbe1189e use new bun text lock file 2025-02-26 19:54:40 +01:00
dswbx
de854eec3a added new settings UI for auth 2025-02-25 13:59:44 +01:00
dswbx
fb3dbd343b bump fix release version to 0.8.1 2025-02-21 08:18:13 +01:00
dswbx
060df210f9 fix Api import in App 2025-02-21 08:14:22 +01:00
dswbx
7f0f6bec08 bump version 0.8.0 2025-02-19 19:05:29 +01:00
dswbx
ee7dcd44f4 updated remix adapter for non-middleware env, fixed console mute 2025-02-19 14:13:29 +01:00
dswbx
335fe42a22 adjusted nextjs example theme 2025-02-18 20:14:08 +01:00
dswbx
a01b99be27 updated App options "seed", changed examples to file db 2025-02-18 20:01:08 +01:00
dswbx
400db84dd5 change default mode of cloudflare example to "warm", suppress listener info 2025-02-18 13:26:26 +01:00
dswbx
dec382b49d cli create: add default database name for cloudflare 2025-02-18 10:49:37 +01:00
dswbx
0823b182f6 admin: added "system" theme option, check user pref 2025-02-18 08:20:41 +01:00
dswbx
bd362607ae cli create: fix cloudflare overriding name in wrangler 2025-02-17 20:46:20 +01:00
dswbx
fb76f8d789 improve media mime type inferring + added uploadToEntity in media api 2025-02-14 18:02:43 +01:00
dswbx
b412da836c cli create: fix installing deps spinner 2025-02-14 14:08:15 +01:00
dswbx
7d3c76d7c1 Merge remote-tracking branch 'origin/release/0.8' into feat/cli-starters 2025-02-14 11:54:15 +01:00
dswbx
fd297c6c50 bump rc version 2025-02-14 11:48:53 +01:00
dswbx
8e72b5b615 init create cli, added node and partially cloudflare 2025-02-13 08:51:48 +01:00
dswbx
d84731d89e cli: try to fallback to env if present 2025-02-12 09:52:18 +01:00
dswbx
be39d1c374 adding d1 for cloudflare environments 2025-02-10 17:46:22 +01:00
dswbx
d79da9d204 fix: popover regression & dropzone rerender lost state 2025-02-10 14:52:14 +01:00
dswbx
f7e6928dba form: fix popover, improve form types 2025-02-08 15:43:02 +01:00
dswbx
3fa682bfe1 form: fix switch required, add root form error to media settings 2025-02-08 13:27:47 +01:00
dswbx
78d4f928ba fix nextjs node adapter import 2025-02-06 15:19:25 +01:00
dswbx
9a4c2bd530 finalize new media settings ui 2025-02-06 13:58:29 +01:00
dswbx
46cf310ad6 finalize new media settings 2025-02-05 17:54:48 +01:00
dswbx
8418231c43 improved media settings implementation 2025-02-05 16:11:53 +01:00
dswbx
f432473ed9 initial json schema form implementation 2025-02-05 10:31:08 +01:00
dswbx
c2b3316fcb updated API instantiation, and update user on verify 2025-01-29 14:44:32 +01:00
dswbx
123389786d bump 0.7 rc version 2025-01-25 14:19:23 +01:00
dswbx
9ddacb7ae5 added adapter exports, generalized env-depending config construction 2025-01-25 11:54:19 +01:00
dswbx
acc504cdc9 release version 0.6.2 2025-01-25 09:40:15 +01:00
dswbx
51715158c2 fix auth screens' missing config permission, and media URL resolution 2025-01-21 17:10:45 +01:00
dswbx
a4ce93bc7e finalize package.json for release 0.6 2025-01-21 08:03:03 +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
fb2dff956b added better error messages if config secret permission is missing 2025-01-18 13:31:33 +01:00
dswbx
db10188945 strengthened schema ensuring for system entities 2025-01-18 12:39:34 +01:00
dswbx
ebd4565166 fix __isDev regression because of new vite static build 2025-01-18 09:20:57 +01:00
dswbx
ad61770ef4 fix entity form fields regression 2025-01-18 09:15:32 +01:00
dswbx
baab70f9da fix stackblitz issue uploading media to entity 2025-01-17 17:02:22 +01:00
dswbx
9422cc5bb8 fix media initial enable to force reload window 2025-01-17 13:57:37 +01:00
dswbx
d4f647c0db add readme to npm publish, updated package.json and README.md 2025-01-17 05:29:13 +01:00