jsreport extension adding authorization capabilities
npm install @jsreport/jsreport-authorizationManage and delegate user permissions on jsreport objects.
See https://jsreport.net/learn/authorization
22.18.0- create store indexes during schema creation
- fix inconsistency between permissions check for insert into folder when logged in as normal and user as group (from SSO)
- fix visibilityPermissions permission on folder not preserved if changes are made to grandchildren folders
- minimum node.js version is now 18.15.0
- update studio build against new webpack and babel
- add support for multi admin users
- refactor to use new methods collection.findAdmin, collection.findOneAdmin, reporter.adminRequest
- fix log about user's name
- changes to enable new trustUserCode option
- don't authorize modifying calls without users
- refactor ListenerCollection usage for better stack traces
Adaptations for the v3 APIs