summaryrefslogtreecommitdiff
path: root/modules/user/controllers/user.php
AgeCommit message (Expand)Author
2008-11-18Move User_Controller to Users_Controller per jozefs request.Bharat Mediratta
2008-11-17Add output formats to our REST controllers. Add support for JSON andBharat Mediratta
2008-11-16Add _method=put to the edit formBharat Mediratta
2008-11-16Drop the call to render() and just use the View's __toString method toBharat Mediratta
2008-11-16Create Forge::add_rules_from() which pulls validation rules from the model andBharat Mediratta
2008-11-15Add support for modifying user data. It still needs work.Bharat Mediratta
2008-11-15Revise the user login code.Bharat Mediratta
2008-11-14The state of of the user registration functionalityTim Almdal
2008-11-12More updates for user management. The controllers don't work yet. But the lo...Tim Almdal
2008-11-11Change Album and Photo controllers to set the user object as a global variabl...Tim Almdal