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