Skip to content

Cerebrate v1.34

Choose a tag to compare

@iglocska iglocska released this 06 Mar 08:49
· 72 commits to main since this release
v1.34
2802a1e

Cerebrate v1.34

New Features

Organisation visibility permission (perm_view_all_orgs)

A new role permission "View all organisations" has been added, giving administrators granular control over whether users can see organisations beyond their own. When disabled, users will only see their own organisation and individuals aligned with it. This applies across organisations, individuals, sharing groups, and org groups. The permission is enabled by default, so existing behaviour is unchanged.

Username validation regex setting

A new Cerebrate setting allows administrators to enforce a custom regex pattern for validating usernames, providing stricter control over accepted username formats.

Bug Fixes

  • [Security] User edit -- Correctly guard user edit actions even when entering via a POST request (reported by Jeroen Pinoy)
  • [Auth keys] -- Fixed auth key creation failures caused by missing created timestamp and other small issues
  • [Roles] -- Fixed role editing
  • [Flood protection] -- Fixed a syntax error in the flood protection component (spotted by Jeroen Pinoy)

Dependencies

  • Bumped braces from 3.0.2 to 3.0.3

Acknowledgements

Thanks to Jeroen Pinoy for the security report and bug spotting.