Workarea 3.0.17

Removes Complex Values from Admin Settings Dashboard

Adds a helper to sanitize config values displayed on the Admin settings dashboard. Removes complex data types from the output to clean up the display and prevent revealing secrets.

Issues

Commits

Excludes CSRF Tokens from Cached Requests

Excludes CSRF tokens from response bodies for HTTP cached requests because they aren't useful and they're causing automated tools to incorrectly report applications as vulnerable to a breach attack.

Issues

Pull Requests

Commits

Fixes Finding Products by Blank Sku

Modifies Workarea::Catalog.find_by_sku(sku) to return nil when sku is blank, preventing unexpected results.

Issues

Pull Requests

Commits

Fixes Selects Overflowing Viewport in Storefront

Changes width of select elements in the Storefront to avoid overflowing container on narrow screens.

Issues

Pull Requests

Commits

Fixes Display of Internationalized Text Boxes in Admin

Increases width of internationalized text-box components in Admin to fix truncated display of their values.

Issues

Pull Requests

Commits

Fixes Quotes within Admin Releases Select

Fixes display of the Admin releases select when its options include quote characters.

Issues

Pull Requests

Commits

Improves Admin New Release UI

Adds client side validation to and fixes spacing of new release form in Admin. Backported from changes that will be released in Workarea 3.2.

Issues

Pull Requests

Commits

Adds Dragonfly S3 Data Store to App Template

Adds dragonfly-s3_data_store as an application dependency for new apps via the app template since most production applications need this dependency.

Issues

Pull Requests

Commits

Now on GitHub