summaryrefslogtreecommitdiff
path: root/app/models
AgeCommit message (Expand)Author
2014-09-07tidy up the admin section.mo khan
2014-09-07use name.parameterize.mo khan
2014-09-02order the tutorials from newest to oldest.mo khan
2014-08-26merge with master.mo khan
2014-08-25create a single session key.mo khan
2014-08-23remove select n+1 on search.mo khan
2014-08-16implement a simple search.mo khan
2014-08-16add ability to search for user in admin controller.mo khan
2014-08-16eager load user to prevent select n+1.mo khan
2014-08-16rename is_admin to admin on users table.mo khan
2014-08-14add specs for authenticate.mo khan
2014-08-14move login method to user model.mo khan
2014-08-14extend cookie session for each request.mo khan
2014-08-13make cookie secure and expire in 2 weeks.mo khan
2014-08-13generate session key and add ability to revoke a session.mo khan
2014-08-13rename Session to UserSession.mo khan
2014-08-06create sessions table.mo khan
2014-08-06start to implement login logic.mo khan
2014-08-06start to work on the login action.mo khan
2014-08-06create the new login page and action.mo khan
2014-07-20add create action to tutorials controller.mo khan
2014-07-08add a my#tutorials tab.mo khan
2014-07-07remove jquery file upload and old photo upload pages.mo khan
2014-07-05remove description from create command because we do not add one until we edi...mo khan
2014-07-05stop sending welcome emails in tests and clean up some duplication.mo khan
2014-07-05tidy up the search query.mo khan
2014-07-05remove usage of watermark from creations.mo khan
2014-07-05remove watermark method from photos.mo khan
2014-07-05remove is_restricted.mo khan
2014-06-28extract method to create cake and ensure the category exists first.mo khan
2014-06-16create a new cake with backbone.mo khan
2014-06-12remove geocoding stuff because production is crashing when trying to connect ...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-07extract named parameters.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-06-01display a random photo from the album as the primary image.mo khan
2014-05-31remove usages of carrierwave backgrounder.mo khan