Commit Graph

  • 09d35d3cc0 Merge pull request #60 from bknd-io/release/0.7 dswbx 2025-02-08 16:38:07 +01:00
  • f7e6928dba form: fix popover, improve form types dswbx 2025-02-08 15:43:02 +01:00
  • 3fa682bfe1 form: fix switch required, add root form error to media settings dswbx 2025-02-08 13:27:47 +01:00
  • 97b0ff24c8 Merge pull request #71 from bknd-io/feat/elements-native-form dswbx 2025-02-08 12:01:35 +01:00
  • bb964dc835 added native reactive form to elements dswbx 2025-02-08 11:59:43 +01:00
  • 5840ec6b89 Merge pull request #70 from bknd-io/feat/optimize-form-renders dswbx 2025-02-08 11:59:13 +01:00
  • f29641c702 using path instead of pointer, replaced lodash usage dswbx 2025-02-08 09:18:24 +01:00
  • 2e3ee65aa7 added more input field types and improved typing dswbx 2025-02-07 17:28:01 +01:00
  • 11a6f5c9b9 hide rerender scanner dswbx 2025-02-07 16:12:39 +01:00
  • 324d641410 form rerenders optimized dswbx 2025-02-07 16:11:21 +01:00
  • 02e7e1ca95 initially reduced form rerenders dswbx 2025-02-06 17:12:43 +01:00
  • 78d4f928ba fix nextjs node adapter import dswbx 2025-02-06 15:19:25 +01:00
  • 0a5cc2ad98 fix bknd theme dswbx 2025-02-06 15:00:54 +01:00
  • e14d528386 Merge pull request #68 from bknd-io/feat/media-settings-ui dswbx 2025-02-06 13:59:24 +01:00
  • 15003b004b Merge pull request #67 from bknd-io/fix/api-query-with-string-object dswbx 2025-02-06 13:58:50 +01:00
  • 9a4c2bd530 finalize new media settings ui dswbx 2025-02-06 13:58:29 +01:00
  • ab61a1392c Merge pull request #69 from bknd-io/fix/admin-config-secrets-missing dswbx 2025-02-06 09:01:47 +01:00
  • 53d55448e6 fix clearing schema on unauthorized secrets fetching dswbx 2025-02-06 09:01:11 +01:00
  • 46cf310ad6 finalize new media settings dswbx 2025-02-05 17:54:48 +01:00
  • 8418231c43 improved media settings implementation dswbx 2025-02-05 16:11:53 +01:00
  • 4b3493a6f5 changed media settings to new form dswbx 2025-02-05 11:04:37 +01:00
  • f432473ed9 initial json schema form implementation dswbx 2025-02-05 10:31:08 +01:00
  • 8f0cef1f37 clear console log dswbx 2025-02-01 12:15:48 +01:00
  • a8e78f984d fix repo stringified string parsing dswbx 2025-02-01 12:12:22 +01:00
  • babeaae8d1 Merge pull request #66 from bknd-io/fix/auth-api-include-cookie dswbx 2025-02-01 09:15:16 +01:00
  • 45d44f8177 Merge remote-tracking branch 'origin/release/0.7' into fix/auth-api-include-cookie dswbx 2025-02-01 09:15:01 +01:00
  • db476080ad also sending cookies on json auth requests dswbx 2025-02-01 09:13:42 +01:00
  • 158818520b Merge pull request #65 from bknd-io/feat/auth-redirect-param dswbx 2025-01-29 20:30:52 +01:00
  • 4755288fed improve fallbacks for redirection dswbx 2025-01-29 20:30:27 +01:00
  • 10db267164 added a redirect param to password strategy dswbx 2025-01-29 20:26:06 +01:00
  • dfe7d55057 Merge pull request #64 from bknd-io/feat/improved-api-construction dswbx 2025-01-29 14:49:00 +01:00
  • c2b3316fcb updated API instantiation, and update user on verify dswbx 2025-01-29 14:44:32 +01:00
  • 86ba055f5e fix entity table select dswbx 2025-01-28 09:10:38 +01:00
  • 9d6ccda20d Merge pull request #63 from bknd-io/fix/api-and-adapter dswbx 2025-01-28 08:16:56 +01:00
  • 39c419c320 add built state and skip auth cookie if not signed in for local calls dswbx 2025-01-25 19:30:03 +01:00
  • 2d6d83ccb2 add fetcher option to api to allow local calls dswbx 2025-01-25 19:29:36 +01:00
  • ba1eb5fe08 remove adapter re-exports dswbx 2025-01-25 19:28:39 +01:00
  • 123389786d bump 0.7 rc version dswbx 2025-01-25 14:19:23 +01:00
  • b65bb3b826 Merge pull request #62 from bknd-io/feat/adapter-optimize-imports dswbx 2025-01-25 14:14:25 +01:00
  • 5b40d5eaf4 optimize adapter imports to deduplicate dswbx 2025-01-25 14:13:34 +01:00
  • 89b1fd3909 Merge pull request #61 from bknd-io/feat/cf-static-assets dswbx 2025-01-25 13:48:52 +01:00
  • aa7eac258b adapter(cloudflare): add supports for the new assets feature dswbx 2025-01-25 13:40:28 +01:00
  • 392a06c486 Merge pull request #59 from bknd-io/feat/adapter-auth-env dswbx 2025-01-25 13:36:59 +01:00
  • 1beac5043b updated cloudflare adapter docs to match new args dswbx 2025-01-25 12:33:05 +01:00
  • 475488c910 Merge remote-tracking branch 'origin/feat/adapter-api-async' into feat/adapter-auth-env dswbx 2025-01-25 11:55:15 +01:00
  • 9ddacb7ae5 added adapter exports, generalized env-depending config construction dswbx 2025-01-25 11:54:19 +01:00
  • 3d1d52cbf8 Merge pull request #58 from bknd-io/release/0.6.2 dswbx 2025-01-25 09:40:44 +01:00
  • acc504cdc9 release version 0.6.2 dswbx 2025-01-25 09:40:15 +01:00
  • d98d3351c0 Merge pull request #57 from bknd-io/feat/elements-docs-and-custom dswbx 2025-01-25 09:17:39 +01:00
  • 3e606cb159 Merge pull request #54 from bknd-io/fix/nextjs-schema-update dswbx 2025-01-25 09:17:23 +01:00
  • cc76964d03 restructured elements slightly for better customization, updated readme and docs dswbx 2025-01-25 09:14:02 +01:00
  • b0c5f6307a updated adapters to automatically verify auth dswbx 2025-01-25 09:09:09 +01:00
  • b3019d7333 Merge pull request #55 from bknd-io/feat/nextjs-plasmic-catchall dswbx 2025-01-25 09:03:30 +01:00
  • 2265451d4b added handy nextjs-plasmic-bknd functions dswbx 2025-01-23 10:59:33 +01:00
  • ba936604a3 fix overwrite of entity config (e.g. empty label) dswbx 2025-01-23 09:02:58 +01:00
  • 7dd42fbff3 fixed schema updates to fail in nextjs envs due to lodash's merge dswbx 2025-01-23 08:34:11 +01:00
  • f64e5dac03 updated README and documentation (first part) to match 0.6 dswbx 2025-01-21 18:30:01 +01:00
  • 24542f30cb Merge pull request #53 from bknd-io/fix/release-0.6.1 dswbx 2025-01-21 17:13:57 +01:00
  • 51715158c2 fix auth screens' missing config permission, and media URL resolution dswbx 2025-01-21 17:10:45 +01:00
  • 42f935acfd Merge pull request #47 from bknd-io/release/0.6 dswbx 2025-01-21 08:04:39 +01:00
  • a4ce93bc7e finalize package.json for release 0.6 dswbx 2025-01-21 08:03:03 +01:00
  • fc08108ee0 admin ui: improved relation description dswbx 2025-01-18 16:22:26 +01:00
  • 7cc437e816 Merge pull request #43 from bknd-io/refactor/optimize-ui-bundle-size dswbx 2025-01-18 15:56:20 +01:00
  • a20b6b64a9 updated ui/client components, refactored deps dswbx 2025-01-18 15:25:12 +01:00
  • 664aed35f9 Merge remote-tracking branch 'origin/release/0.6' into refactor/optimize-ui-bundle-size dswbx 2025-01-18 14:13:34 +01:00
  • fb2dff956b added better error messages if config secret permission is missing dswbx 2025-01-18 13:31:33 +01:00
  • db10188945 strengthened schema ensuring for system entities dswbx 2025-01-18 12:39:34 +01:00
  • 145b47e942 minimal popper implementation for context menu placement dswbx 2025-01-18 09:59:10 +01:00
  • ebd4565166 fix __isDev regression because of new vite static build dswbx 2025-01-18 09:20:57 +01:00
  • ad61770ef4 fix entity form fields regression dswbx 2025-01-18 09:15:32 +01:00
  • f4dc26198b Merge pull request #52 from bknd-io/feat/admin-entity-context-menu dswbx 2025-01-18 09:08:50 +01:00
  • 89b29256cf adding context menu to entities list dswbx 2025-01-18 09:05:35 +01:00
  • 7ddcfc89b4 fixed auth strategy toggle, updated astro/remix dswbx 2025-01-17 18:08:23 +01:00
  • baab70f9da fix stackblitz issue uploading media to entity dswbx 2025-01-17 17:02:22 +01:00
  • a6fd9f0d96 fix system entity registration by re-applying configs to modules dswbx 2025-01-17 15:46:05 +01:00
  • 9422cc5bb8 fix media initial enable to force reload window dswbx 2025-01-17 13:57:37 +01:00
  • c3d0f01390 Merge pull request #51 from bknd-io/feat/admin-data-improve dswbx 2025-01-17 13:46:38 +01:00
  • c19d3b2d75 fix entity list unnecessary parameters dswbx 2025-01-17 13:43:45 +01:00
  • a723d6f618 added easier access points to modify schema + added relation flip in dialog dswbx 2025-01-17 13:17:09 +01:00
  • 1625a0c7c0 made the creation of an entity more accessible and obvious dswbx 2025-01-17 11:24:24 +01:00
  • ac3c7316ff Merge pull request #50 from bknd-io/feat/admin-user-create dswbx 2025-01-17 10:28:39 +01:00
  • b61634e261 introduced auth strategy actions to allow user creation in UI dswbx 2025-01-17 10:19:26 +01:00
  • d4f647c0db add readme to npm publish, updated package.json and README.md dswbx 2025-01-17 05:29:13 +01:00
  • ad3fceaf60 Merge pull request #49 from bknd-io/feat/data-api-post-long-url dswbx 2025-01-17 05:05:01 +01:00
  • 2a015ba0a1 extended dataapi tests dswbx 2025-01-17 05:02:26 +01:00
  • 8a6d8329f3 refactor for better precision dswbx 2025-01-16 17:25:19 +01:00
  • 69ea5a00ee DataApi: automatically switch to POST if the URL is too long dswbx 2025-01-16 17:18:30 +01:00
  • c6cbd36231 fix RepoQuery typings dswbx 2025-01-16 16:21:32 +01:00
  • 371184d232 Merge pull request #48 from bknd-io/feat/recursive-with dswbx 2025-01-16 15:47:18 +01:00
  • 8226b644ae fix double registration of auth middleware on data routes dswbx 2025-01-16 15:45:29 +01:00
  • 26a5fd8b34 reworked WithBuilder to allow recursive with operations dswbx 2025-01-16 15:25:30 +01:00
  • 37a65bcaf6 updated repo query schema, repo and withbuilder validation, and reworked relation with building dswbx 2025-01-16 13:22:15 +01:00
  • 5343d0bd9d allow bypassing entity data validation for unknown keys in useEntityForm dswbx 2025-01-16 10:30:28 +01:00
  • 92c3457099 Merge remote-tracking branch 'origin/main' into release/0.6 dswbx 2025-01-16 10:22:44 +01:00
  • 6c491653db Merge pull request #42 from bknd-io/feat/elements-optimize dswbx 2025-01-16 10:21:16 +01:00
  • ec1be3c107 Merge pull request #44 from bknd-io/fix/flow-schema dswbx 2025-01-16 10:20:31 +01:00
  • 85c9020055 Merge pull request #46 from bknd-io/feat/emgr-return dswbx 2025-01-16 10:19:14 +01:00
  • b490c01226 Merge pull request #45 from bknd-io/feat/plasmic-pkg-update-esm dswbx 2025-01-16 10:15:00 +01:00
  • f47218708a added event related tests to mutator, fixed tests dswbx 2025-01-16 10:13:54 +01:00
  • aa4aca1a90 added event related tests to mutator, fixed tests dswbx 2025-01-16 10:11:10 +01:00