attachinary icon indicating copy to clipboard operation
attachinary copied to clipboard

Attachments handler for Rails that uses Cloudinary for storage.

Results 95 attachinary issues
Sort by recently updated
recently updated
newest added

The /cors endpoint, as configured currently echo's any params passed to the `/attachinary/cors` endpoint. This means that unscrupulous users can use this endpoint to trick JavaScript code into thinking that...

Is this currently supported? if yes, how? https://cloudinary.com/documentation/upload_videos#chunked_video_upload

Bumps [rake](https://github.com/ruby/rake) from 10.4.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 10.4.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 10.4.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

This is a pretty specific need to my project, but we had an issue where users were trying to paste content into the page and the jquery file upload plugin...

Bumps [loofah](https://github.com/flavorjones/loofah) from 2.0.2 to 2.3.1. Release notes *Sourced from [loofah's releases](https://github.com/flavorjones/loofah/releases).* > ## 2.3.1 / 2019-10-22 > > ### Security > > Address CVE-2019-15587: Unsanitized JavaScript may occur in...

dependencies

Bumps [loofah](https://github.com/flavorjones/loofah) from 2.0.2 to 2.3.1. Release notes *Sourced from [loofah's releases](https://github.com/flavorjones/loofah/releases).* > ## 2.3.1 / 2019-10-22 > > ### Security > > Address CVE-2019-15587: Unsanitized JavaScript may occur in...

dependencies

Bundler could not find compatible versions for gem "cloudinary": In Gemfile: cloudinary (~> 1.8) attachinary was resolved to 1.3.0, which depends on cloudinary (~> 1.0.69) Bundler could not find compatible...

A couple suggestions for handling video files more appropriately. 1. Store ```duration``` attribute in DB 2. Pass ```resource_type``` when making API calls (otherwise it errors with resource not found). ```...