summaryrefslogtreecommitdiff
path: root/app/controllers
AgeCommit message (Expand)Author
2014-08-24catch all record not found and redirect to home page.mo khan
2014-08-23fix select n+1 on dashboard.mo khan
2014-08-23remove select n+1 on search.mo khan
2014-08-23update profile page.mo khan
2014-08-23remove extra fields.mo khan
2014-08-23update tags page to match new layout.mo khan
2014-08-23remove caching and fix about link.mo khan
2014-08-23use fluid navbar.mo khan
2014-08-21rename sessions cookie to ignore old cookies.mo khan
2014-08-16add ability to search for user in admin controller.mo khan
2014-08-16add specs for admin users controller.mo khan
2014-08-16change error message for invalid credentials.mo khan
2014-08-16redirect to the dashboard when already logged in.mo khan
2014-08-16creates views to display all user sessions.mo khan
2014-08-16allow admins to revoke a users session.mo khan
2014-08-16rename is_admin to admin on users table.mo khan
2014-08-16start to build sessions controller to view all sessions.mo khan
2014-08-14change usages of new_session_path with login_pathmo khan
2014-08-14move login method to user model.mo khan
2014-08-14extend cookie session for each request.mo khan
2014-08-13remove caching because its causing some weird issues when you log in and out.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-13fix broken tests.mo khan
2014-08-13fix broken api controller specs.mo khan
2014-08-12make current_user public.mo khan
2014-08-12try to fix some broken specs.mo khan
2014-08-12update all authentication to use the new authenticate before_filter.mo khan
2014-08-12redirect to login page when credentials are invalid.mo khan
2014-08-06create action to logout.mo khan
2014-08-06redirect to dashboard after logging in.mo khan
2014-08-06display error when the credentials are not known.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-08-06use absolute path helper instead of url_for when generating site map.mo khan
2014-07-20replace cake controller with home controller in dashboard section.mo khan
2014-07-20save a new tutorial and their tags.mo khan
2014-07-20add create action to tutorials controller.mo khan
2014-07-08add a my#tutorials tab.mo khan
2014-07-07remove old creation actions and views.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-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-07-05add a root path to the cakes section so we have /my#cakes route.mo khan
2014-07-01render json of deleted cake.mo khan
2014-07-01add destroy route to remove a cake via the api.mo khan
2014-06-29fix the edit cake page.mo khan