summaryrefslogtreecommitdiff
path: root/src/models/Auth.class.php
AgeCommit message (Expand)Author
2012-01-07Refactor to separate the framework from the app; drop message stuff, this app...HEADmasterLuke Shumaker
2011-10-27I think this fixes everything, but it now depends on PHP 5.3+Luke Shumaker
2011-10-23Refactor to *finally* get rid of the god-class "MessageManager".Luke Shumaker
2011-10-09Select ! to be username separator.Luke Shumaker
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
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 isLoggedIn()...Luke Shumaker
2011-09-05Refactor a bitLuke Shumaker