summaryrefslogtreecommitdiff
path: root/app/controllers/admin/users_controller.rb
AgeCommit message (Expand)Author
2014-10-19clean up the admin/users#show page.mo khan
2014-10-19add way to update info on a user.mo khan
2014-10-19allow for sorting and searching the admin users listing.mo khan
2014-10-16create a creations repository.mo khan
2014-10-15extract user repositorymo khan
2014-09-07tidy up the admin section.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-05-18order by sign in count and display how long ago each user has signed in at.mo khan
2014-05-18add page to display admin info for a single user.mo khan
2014-01-18add an admin page to view activity.mo khan
2013-12-31remove etags... they are annoying and hard to control.mo khan
2013-12-31cache the admin/users page because it is a slow page.mo khan
2013-12-29add most recent and most active users.mo khan
2013-12-29collapse columns to display in a single page.mo khan
2013-12-29display all users in users admin page.mo khan
2013-12-29extract admin controller.mo khan
2013-12-29boot people out of the admin section.mo khan
2013-12-29add admin/users route.mo khan