summaryrefslogtreecommitdiff
path: root/modules/user/controllers
AgeCommit message (Expand)Author
2008-11-19Change the way that we do RESTful routing.Bharat Mediratta
2008-11-18* Changed REST API. Now there are two separate methods for forms:Jozef Selesi
2008-11-18- All comments of an item can now be seen /comments?item_id=Jozef Selesi
2008-11-18First iteration of REST controller refactoring. RESTful controllers that refe...Jozef Selesi
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-16Rename gLogin -> gLoginFormBharat Mediratta
2008-11-16Create MY_Forge to specify the defaul htmlTim Almdal
2008-11-15Destroy the session on logout, don't just delete the user.Bharat Mediratta
2008-11-15Only remove the user from the session when logging out.Bharat 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-14Internationalize all stringsBharat Mediratta
2008-11-14Remove the logout action from the login controllerTim Almdal
2008-11-14Move logout to its own controllerBharat Mediratta
2008-11-13Progress is being made... you can now logoutTim Almdal
2008-11-12The login processing is starting to take shape. Login_Form is gone. The html...Tim Almdal
2008-11-12Remove user_password class and move the functionality into the user helper classTim 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