summaryrefslogtreecommitdiff
path: root/app/services
AgeCommit message (Expand)Author
2014-07-05remove is_restricted.mo khan
2014-06-29fix the edit cake page.mo khan
2014-06-28extract method to create cake and ensure the category exists first.mo khan
2014-06-15wire up backbone work to display my cakes.mo khan
2014-06-09use rails logger instead of puts.mo khan
2014-06-08add specs for creation repository and eager load photos.mo khan
2014-06-07add watermark if one is specified by user.mo khan
2014-06-07add method to add a watermark.mo khan
2014-06-07rename variables.mo khan
2014-06-07extract named parameters.mo khan
2014-06-07raise error when the file extension is not in the whitelist.mo khan
2014-06-07give s3 uploads read access to everyone.mo khan
2014-06-07compute a sha256 for an image.mo khan
2014-06-07use fake blob storage for 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-04move photo version processing logic into photo class.mo khan
2014-06-04create thumbnail and upload to s3.mo khan
2014-06-04use mini magick to resize original to large image and upload to s3.mo khan
2014-06-04upload original file directly to s3 instead of using carrierwave.mo khan
2014-06-01set image_processing to nil instead of false when completed.mo khan
2014-06-01register missing exif parser component in container.mo khan
2014-06-01store nil lat and long if no exif data is found.mo khan
2014-06-01parse and store exif information from photos.mo khan
2014-06-01create parser to parse out exif information.mo khan
2014-06-01extract latitude and longitude from image.mo khan
2014-05-31remove anything bound to carrierwave backgrounder.mo khan
2014-05-31remove extra slash in directory path.mo khan
2014-05-31extract some methods and use the original file name when processing the file.mo khan
2014-05-31fix broken tests. move tmp file upload to tmp dir before processing.mo khan
2014-05-31save the content type and filename of each new photo.mo khan
2014-05-31marks the photo when processing is complete.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-30add spec to publish cake to twitter.mo khan
2014-05-30change name of message.mo khan
2014-05-20refactory many to many creation to categories to a single category per creation.mo khan
2014-05-19queue a job to run handlers from background processmo khan
2014-05-18allow override of number of cakes per page to display.mo khan
2014-05-17replace another usage of Creation with CreationRepository.mo khan
2014-05-17extract a creations repository.mo khan
2014-05-17build small pub/sub system and reorganize services directory as per DDD notio...mo khan
2014-05-16publish tweet to twitter in one hour from when the creation is uploaded.mo khan
2014-05-16disable publishing to twitter because no photos will be available at the time...mo khan
2014-05-16assign to instance field.mo khan
2014-05-16publish to twitter from delayed jobs.mo khan