browse-everything icon indicating copy to clipboard operation
browse-everything copied to clipboard

Rails engine providing access to files in cloud storage

Results 90 browse-everything issues
Sort by recently updated
recently updated
newest added

Hyrax 3 on Ruby 2.5 with BE 1.2.0 fails CI with: ``` 1: from /usr/local/bundle/gems/browse-everything-1.2.0/lib/browse_everything.rb:58:in `configure' /usr/local/lib/ruby/2.5.0/psych.rb:313:in `safe_load': unknown keyword: permitted_classes (ArgumentError) ``` Could add `required_ruby_version` to the gemspec?

In 2.x branches, the modal partial has a layout error. The `h4` tag should come before the `button` tag. https://github.com/samvera/browse-everything/blob/516d8e74ccc5b3f68ebe3750e4f7004dbae512a6/app/views/browse_everything/_modal.html.erb#L5-L8 ![Screen Shot 2022-06-29 at 1 13 24 PM](https://user-images.githubusercontent.com/784196/176506969-f5cc6417-766f-47de-9a11-27cbd6910433.png)

Please see a test case for this with the integration for https://github.com/ColmexBDCV/colmex_hyrax/blob/master/app/assets/javascripts/hyrax/browse_everything.js

This is derived from https://github.com/samvera/maintenance/issues/119, and follows the guide in https://guides.rubygems.org/mfa-requirement-opt-in/

For Box and Google Drive, we set `expires` as a hard coded `1.hours.from_now`. This seems like a reasonable default, but we're finding in production that with multiple large files in...

enhancement

Are there any docs or specs on what needs to be done to add a new provider, whether locally in my app or as a PR here?

enhancement
question

I have a new app that uses bootstrap 4, rather than bootstrap 3. Browse-everything assumes (and in some cases brings in as a dependency) bootstrap 3, creating certain challenges. The...

question

Are there instructions for how to run tests in development? If not, can some be added to README? If I try to run `bundle exec rspec`, I get: ``` LoadError:...

Thank you to everyone who has recently reviewed and merged various pull requests addressing bugs discovered when using the `GoogleDrive` and `FileSystem` drivers. While resolving these, I have discussed with...

question

The README instructs you to to add `require` and `import` statements for JS and CSS to your application.[js|css] manifest files. That will work to include that JS/CSS code in your...

bug