Releases: Jahia/content-integrity
Releases · Jahia/content-integrity
1.3
1.2
Changelog :
- Add permission for allowing users to call the VerifyIntegrity action and/or display the SiteSettings used for verifying integrity. Name of the permission : "allowToVerifySiteIntegrity"
- Improved error messages and the output JSON
- Now using a Root session for performing the verification (this fix a NullPointerException which was often raised)
1.1
Changelog :
- added a site admin panel and GUI to allow editors to call the action and see errors
- add a permission restriction for calling the action : "allowToVerifySiteIntegrity"
- now use a system session for checking node instead of a user session
- now also browse "jnt:page"
First version of integrity module
For the moment the module only provides an action to call on a node for checking integrity of its site.
Warning : this module is not yet safe to use in a production or sensitive environment. Especially, the action can be called by anyone, without requiring authentication or special permission. In this case, the user will only be able to check nodes on which he has read permission
The module is for the moment more aimed toward development environment and non-regression testing