index
:
cakeside/cakeside.git
master
CakeSide web application
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
Age
Commit message (
Expand
)
Author
2014-06-08
add specs for creation repository and eager load photos.
mo khan
2014-06-07
add watermark if one is specified by user.
mo khan
2014-06-07
add method to add a watermark.
mo khan
2014-06-07
rename variables.
mo khan
2014-06-07
extract named parameters.
mo khan
2014-06-07
raise error when the file extension is not in the whitelist.
mo khan
2014-06-07
split out version classes to separate files.
mo khan
2014-06-07
give s3 uploads read access to everyone.
mo khan
2014-06-07
display the sha256 in the admin section.
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
compute a sha256 for an image.
mo khan
2014-06-07
update links to images in views.
mo khan
2014-06-07
use fake blob storage for 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-06-04
create thumbnail and upload to s3.
mo khan
2014-06-04
use mini magick to resize original to large image and upload to s3.
mo khan
2014-06-04
upload original file directly to s3 instead of using carrierwave.
mo khan
2014-06-01
display a random photo from the album as the primary image.
mo khan
2014-06-01
set image_processing to nil instead of false when completed.
mo khan
2014-06-01
display geocoder search results for photo.
mo khan
2014-06-01
display lat and long in photos admin section.
mo khan
2014-06-01
register missing exif parser component in container.
mo khan
2014-06-01
store nil lat and long if no exif data is found.
mo khan
2014-06-01
parse and store exif information from photos.
mo khan
2014-06-01
create parser to parse out exif information.
mo khan
2014-06-01
extract latitude and longitude from image.
mo khan
2014-05-31
remove anything bound to carrierwave backgrounder.
mo khan
2014-05-31
remove usages of carrierwave backgrounder.
mo khan
2014-05-31
remove extra slash in directory path.
mo khan
2014-05-31
extract some methods and use the original file name when processing the file.
mo khan
2014-05-31
fix broken specs.
mo khan
2014-05-31
fix broken tests. move tmp file upload to tmp dir before processing.
mo khan
2014-05-31
delete comments.
mo khan
2014-05-31
save the content type and filename of each new photo.
mo khan
2014-05-31
marks the photo when processing is complete.
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-30
add spec to publish cake to twitter.
mo khan
2014-05-30
change name of message.
mo khan
2014-05-29
add errors controller to raise errors to see if emails are getting delivered ...
mo khan
[next]