Skip to content

Releases: projectblacklight/blacklight-access_controls

Version 0.7.0

15 Oct 15:49
Compare
Choose a tag to compare

What's new:

v0.7.0.rc1

17 Jan 16:49
Compare
Choose a tag to compare

This is backwards incompatible in that the signature for the SearchBuilder has changed from Blacklight.

blacklight-access_controls requires an ability to be passed in:

 def initialize(scope, ability:, permission_types: default_permission_types)

https://github.com/projectblacklight/blacklight-access_controls/blob/master/lib/blacklight/access_controls/search_builder.rb

Version 0.2.0

04 Dec 21:28
Compare
Choose a tag to compare

Changes since version 0.1.0

  • Added access controls for "download" ability.
  • Updated the generator to handle the cases where the user model is different from default or when the search builder file is in a different location from default.
  • Removed the Blacklight::AccessControls::PermissionsSolrDocument class, since it was empty. Now the code just uses a plain old SolrDocument.

Version 0.1.0

04 Dec 21:43
Compare
Choose a tag to compare

Ported the "discover" and "read" access controls from hydra-access-controls into this new gem. Blacklight Access Controls will provide cancan abilities and enforcement of access to records in Blacklight-based applications.