hydra-head
hydra-head copied to clipboard
Samvera Repository Rails Engine
https://github.com/samvera/hydra-head/issues/557 If no range is specified for the Range header, then assume the whole file is being requested by overriding the range value to `"0-"`. This prevents a error that...
### Descriptive summary If a client makes a download request with the Range header but doesn't specify a byte range (`"Range: bytes="` ), then the server returns a 500. ###...
Part of https://github.com/samvera/maintenance/issues/159 Part of https://github.com/samvera/maintenance/issues/160
Formerly HYDRA-521 These will also serve as model tests for hydra applications creating their own OM / Solrizer / Solrizer-Fedora configurations.
This follows the proposed maintenance reorganization within https://github.com/samvera/maintenance/issues/137
Two monkey patches, actually: ``` ruby ActiveFedora::QueryMethods.module_eval do extend ActiveSupport::Concern included do include Hydra::AccessControlsEnforcement end def accessible_by(ability, action = :index) permission_types = case action when :index then [:discover, :read, :edit]...
**STORY** As a new hydra dev, I would like to run the test suite, so that I can contribute via PRs. **DETAILS** When I read the [Modifying and Testing the...
Should we add a check for guest: false
Current test coverage is only 75%, and is missing a significant portion of the API from the access controls/visibility setting APIs, which is a core part of this gem.
### Descriptive summary This repository’s default branch has already been renamed using GitHub’s renaming tool. Links that reference the old branch name are automatically forwarded to the new default branch....