Fix naming conflict that broke the context
option in 0.10.4.
Don't wait for auto-toggle if the explicit browseEverything() call is seen first.
Support turbolinks 5 and previous versions Optionally adding state to url so box and dropbox will work
Pin google-api-client to 0.8.x
Fix dropbox integration Change badge URLs to reflect promotion out of labs Fix String.prototype.replace() global flag deprecation warning
Add browse_everything:install generator, delegating to the assets and config generators, to install the dependencies into the application Extract browse_everything css into a separate file that can be included without also including bootstrap and font-awesome Drop Ruby 1.9 support Use bootstrap-sprockets instead Disable bundler caching between test runs Update to engine_cart v0.8.0 Add Coveralls support Allow ERB in YAML config
- Properly scope "Select All" checkbox triggers (Bug: @awead / Fix: @awead)
- Add Select All and Recursive Select capabilities
- Speed up Box API calls
- Add Jasmine tests
- Bug fixes for Box provider
- Text fixture fixes for Dropbox provider
- Improve compatibility with Rails 4.2.x
- Minor bug fixes
- Add support for latest 4.1 and 4.2 Rails versions
- Add support for %20 encoded URLs
- Use Dropbox name consistently
- Use numeric size from Dropbox instead of string value
- Add
max_upload_file_size
option to configuration - Disable selection of files that are larger than
max_upload_file_size
- Rails 4.2 support
- Add BrowseEverything::Retriever
- Accessibility improvements
- Bug fixes
- Treat FontAwesome version issues independently of Bootstrap version issues
- Fix Bootstrap/FontAwesome cross-version styling issues
- Fix auto-refresh after authorizing cloud provider
- Move provider list from left column to dropdown in header
- Allow MIME type filtering to work on Rack < 1.5.0
- Fix for busted responsive layouts when using Bootstrap 2.x
- New, prettier tree-oriented UI
- Added app-specific
context
parameter - Added
accept
parameter to allow filtering of results based on MIME type - Added
show()
callback
- Fix for filenames with special entities in them
- Add browse-everything assets to asset precompile
- More robust Turbolinks/non-Turbolinks initialization support
- Fixed TurboLinks-related initialization bugs
- Added TurboLinks testing options to internal test app
- Bug fixes
- TurboLinks compatibility
- Added configuration generator
- Improved documentation
- Additional response parameters
- Refresh token fixes for Box, SkyDrive, and Google Drive
- Bootstrap 2/3 cross-compatibility
- Initial release