summaryrefslogtreecommitdiff
path: root/app/services/application
AgeCommit message (Collapse)Author
2015-01-27rename params to attributes.mo khan
2015-01-27collapse create cake command.mo khan
2015-01-25use tap.mo khan
2015-01-25return the photo after creating it.mo khan
2015-01-25fix bug in photo upload.mo khan
2015-01-20extract temporary storage class.mo khan
2015-01-20replace old infrastructure code with active job.mo khan
2015-01-17remove the old process avatart handler.mo khan
2015-01-17use new job to publish a tweet about a new cake.mo khan
2015-01-17remove old publish to twitter handler.mo khan
2015-01-17inline handler to add a cake to someones favorites.mo khan
2014-11-22wrap photo upload in transaction.mo khan
2014-10-31add tools to cake edit page.mo khan
2014-10-18remove all cakes query.mo khan
2014-10-18move search filtering into repository.mo khan
2014-10-18add search by name and description.mo khan
2014-10-18update routes to point to cakes controller.mo khan
2014-10-18shorten search syntax.mo khan
2014-10-18add a category search filter.mo khan
2014-10-16resolve cakes repo from container.mo khan
2014-10-16remove extra service object and fix broken spec.mo khan
2014-10-16remove usage of find cake by id query object.mo khan
2014-10-16publish a command to add a favorites to a users collection as a background job.mo khan
2014-10-16rename message_bus to command_bus.mo khan
2014-09-23reverse sort.mo khan
2014-09-23add newest/oldest sort.mo khan
2014-09-21pass image path to command.mo khan
2014-09-20update blob storage to be able to download files from s3.mo khan
2014-09-19switch up avatar controller to upload a new photo.mo khan
2014-09-19make photos polymorphic.mo khan
2014-09-19create command to upload an avatar.mo khan
2014-09-07use update instead of update_attributes.mo khan
2014-07-07remove jquery file upload and old photo upload pages.mo khan
2014-07-05remove dead code and tidy up controller action.mo khan
2014-07-05remove description from create command because we do not add one until we ↵mo khan
edit the cake.
2014-07-05attach a watermark to the photo during upload.mo khan
2014-07-05remove usage of watermark from creations.mo khan
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-08add specs for creation repository and eager load photos.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 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