You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patch Hydra::AccessControlsEnforcement#escape_filter to support
group/role names containing colons. [David Chandek-Stark]
Fixed Solr field name [David Chandek-Stark]
Amended Hydra::User#groups to pass self to RoleMapper.roles in order to avoid
redundant user lookup. Fixes #111. [David Chandek-Stark]
Moved controller mixins into concerns [Justin Coyne]
Added #permissions= as deprecated to maintain backward compatibility
of Hydra::AdminPolicy with hydra-head < 6.4. (In hydra-head < 6.4
Hydra::AdminPolicy included Hydra::ModelMixins::RightsMetadata, which provided
#permissions=.) [David Chandek-Stark]
Removed deprecated modules from ModsAsset [Justin Coyne]
Removed RedCloth dependency [Justin Coyne]
Some of the delegated methods weren't pointing at their intended
target [Justin Coyne]
Pin to active-fedora >= 6.6.0.rc1 and refactor usage of delegate to
avoid deprecation warnings [Justin Coyne]
Update rail [Justin Coyne]
Hydra::PolicyAwareAbility#policy_pid_for modified to handle
multiple objects having different policies (Fixes #101). Implemented pending
tests for Hydra::PolicyAwareAbility#test_read_from_policy and
#test_read_from_policy. [David Chandek-Stark]