summaryrefslogtreecommitdiff
path: root/app/models/photo.rb
AgeCommit message (Expand)Author
2017-09-24upgrade to rails 5.1mo
2017-09-23add application_record.mo
2015-01-20happy hound.mo khan
2015-01-20fix rename.mo khan
2015-01-20make the version do the download.mo khan
2015-01-11load processed photos.mo khan
2014-09-19make photos polymorphic.mo khan
2014-07-05remove watermark method from photos.mo khan
2014-06-07split out version classes to separate files.mo khan
2014-06-07add sha256 to each photo.mo khan
2014-06-07make a copy of the original photo to modify in the tests.mo khan
2014-06-07push down url generation logic down to version class.mo khan
2014-06-07add ability to generate urls for different versions of an image.mo khan
2014-06-06move exif parsing to photo class.mo khan
2014-06-06apply a sanitized file and content type to photos.mo khan
2014-06-06add specs for sanitizing a filename.mo khan
2014-06-06add specs for uploading a photo.mo khan
2014-06-04make create key a private method.mo khan
2014-06-04remove duplication from versions and pull up to Photo class.mo khan
2014-06-04extract version classes to move version specific logic too.mo khan
2014-06-04move photo version processing logic into photo class.mo khan
2014-05-31remove usages of carrierwave backgrounder.mo khan
2014-05-31extract some methods and use the original file name when processing the file.mo khan
2014-05-31add handler to process photo in background.mo khan
2014-05-30schedule a background job to begin processing the uploaded image.mo khan
2014-05-28move jq upload specific json rendering logic out to a mapper class.mo khan
2014-05-10override the image processing worker and send an email on error.mo khan
2014-01-19extract thumb_url method.mo khan
2013-12-30update timestamp of creation when a new image is uploaded or if it is favorited.mo khan
2013-12-29fix broken specs.mo khan
2013-12-29use the fallback image until the image is uploaded to amazon.mo khan
2013-12-29add image_processing column to photo model to tell if an image has been proce...mo khan
2013-12-29do not include file size in json response because it is not stable. fixes #12.mo khan
2013-11-30remove comments.mo khan
2013-07-26remove protected_attributes and fix creation_tags_controller_specmo khan
2013-07-23bundle updatemo khan
2013-07-01fix broken specsmo khan
2013-07-01add public activity gemmo khan
2013-05-04add counter cache for photos on creation.mo khan
2013-03-05move back to process in backgroundmo khan
2013-03-05add image_tmp column and try store_in_background processing to try to speed u...mo khan
2012-11-06update the check to see if we should replay with the original image or thumb.mo k
2012-10-25use original image for thumbnail until background processing is complete.mo k
2012-10-25use jquery file upload plugin.mo k
2012-10-15remove publishing logic after version creation.mo k
2012-10-12add is_published to the creation model and only show fully published creation...mo k
2012-10-09remove some of the crop code.mo k
2012-10-09use carrierwave_backgroundermo k
2012-10-08bring back the backgrounding code.mo k
2012-10-08when processing files without delayed job it looks like the watermarks are ge...mo k