sonicjs icon indicating copy to clipboard operation
sonicjs copied to clipboard

SonicJs Headless CMS - Blazing Fast Headless CMS built on Cloudflare Workers. 100% Javascript Based

Results 74 sonicjs issues
Sort by recently updated
recently updated
newest added

``` app.get("/public/*", async (ctx) => { return await ctx.env.ASSETS.fetch(ctx.req.raw); }); ``` line 44 in server.ts throws an error. ASSETS is undefined. What is this ENV supposed to be and where?...

With the current set up, anyone can access the admin endpoint via the URL and manipulate data. How do you secure this endpoint?

need to research and fix this error on Windows that occurs when a user trys to install sonicjs with the npx command The fix will likely be in this repo,...

help wanted
good first issue

This will expand on: #185 Add full account management: 1. user registration endpoint 2. roles / role mapping 3. user login endpoint (returns token) 4. add databases tables with migrations...

enhancement
help wanted

Dear @Lane711, I just discovered SonicJS on the search for a headless edge CMS to integrate into my Nuxt.JS application. This project seems to tick some boxes for me and...

Thanks for building this. Amazing idea. One thing I think is missing here is an ability to upload images for the CMS. Suggest just using Cloudflare Images obviously, and building...

enhancement
help wanted

Currently, all table data in the admin UI use simple HTML tables with no paging, filtering, etc. For example: By adding AG grid, we can hookup paging to start and...

enhancement
help wanted
good first issue
in progress

The data tier automatically caches responses per here: https://sonicjs.com/persistance#caching-in-memory-and-kv-cache We need to establish methods to invalidate the cache so that it is re-retrieving from D1. Initially we can simply set...

enhancement
help wanted
good first issue
in progress

line 36 in d1-data.ts We need to expand the where clause builder to accept various operators like 1. equal 2. not equal 3. greater than 4. less than 5. etc......

enhancement
help wanted
good first issue

Bumps [hono](https://github.com/honojs/hono) from 3.11.7 to 4.2.7. Release notes Sourced from hono's releases. v4.2.7 This release fixes "Restricted Directory Traversal in serveStatic with deno". Full Changelog: https://github.com/honojs/hono/compare/v4.2.6...v4.2.7 v4.2.6 What's Changed refactor(adapter/aws):...

dependencies