webiny-js
webiny-js copied to clipboard
Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
### Is your feature request related to a problem? Please describe. Headless CMS is great! When building an application using cms as the storage layer a lot of complexity and...
### Is your feature request related to a problem? Please describe. At the moment we can define a default value of a field in CMS. Although, we have an option...
### Is your feature request related to a problem? Please describe. Currently, when a user creates a cms model, filters are created for the `listEntries` query based on every field...
### Version 5.24.0 ### Operating System MacOS ### Browser Chrome ### What steps will reproduce the bug? 1. create a radio button in Form Builder 2. add two options `[apple,...
## Changes WebSocket implementation for Webiny. ## How Has This Been Tested? Jest and manually. ## Documentation Need to write the docs.
## Changes Closes [this internal issue](https://webiny.atlassian.net/jira/software/c/projects/WEB/boards/8?assignee=613f3ea6c2fda2006a5b72be&selectedIssue=WEB-3396). Essentially, this PR ensures that user's full access folder level permissions can never be overriden. More spefifically, we must not allow another user to...
## Changes This PR introduces a couple of HCMS model / Security (FLP) adjustments and improvements. ## Notes - no `withoutAuthorization` checks - `authorization` flag on models (private models always...
## Changes Prior to this PR, we'd experience the following issue. If we had nested folders: A -> B -> C -> D, and say a user was assigned as...
### Version v5.37.6 ### Operating System MacOS ### Browser Chrome ### What are the steps to reproduce this bug? Create a Page with a Content element. Select the "Block", switch...
## Changes Sometimes there are really large records in the database and users might want to limit the amount of records the Reindexing task goes through in one loop iteration....