summaryrefslogtreecommitdiff
path: root/src/models
AgeCommit message (Collapse)Author
2011-10-09Allow username lookup even if $user->canRead()==falseLuke Shumaker
2011-10-05Edit individual.html to allow showing multiple users at once. AddLuke Shumaker
a hack to the Users.class controller to show all users for the "all" username. Mark "all" as forbiddent in the Auth.class model.
2011-09-30Move username validation from the Users controller to the Auth model.Luke Shumaker
2011-09-22Finally get around to implementing deleting users. (status=4)Luke Shumaker
2011-09-05Fix 3 bugs (stray * in SQL, typo in variable name, a place where ↵Luke Shumaker
isLoggedIn() was still being called on the DB
2011-09-05Refactor a bitLuke Shumaker
* move a lot of stuff out of MessageManager * move models from lib to models