summaryrefslogtreecommitdiff
path: root/modules/user/helpers/user.php
AgeCommit message (Expand)Author
2008-12-12Add user::guest() convenience functionBharat Mediratta
2008-12-12Get rid of all pseudo users and pseudo groups, while preserving allBharat Mediratta
2008-12-09Move code to delete users and add/remove users from groups into theBharat Mediratta
2008-12-09move user::delete() to User_Model::delete()Bharat Mediratta
2008-11-28Create module::event() which runs Gallery events. It works byBharat Mediratta
2008-11-28Rename item events and create events for comment create, login, logout, user ...Tim Almdal
2008-11-27Update tests to reflect the fact that the admin group is gone.Bharat Mediratta
2008-11-26Add support for marking users as "admin"Bharat Mediratta
2008-11-26Add support in the scaffolding for adding users to groups, adding andBharat Mediratta
2008-11-26Create user/group create/delete functions and have the scaffolding use them.Bharat Mediratta
2008-11-18First iteration of REST controller refactoring. RESTful controllers that refe...Jozef Selesi
2008-11-16Add _method=put to the edit formBharat Mediratta
2008-11-16Create Forge::add_rules_from() which pulls validation rules from the model andBharat Mediratta
2008-11-13Login is now working, but you can't logoutTim Almdal
2008-11-12Remove user_password class and move the functionality into the user helper classTim Almdal
2008-11-11Added some functionality to the user helper class (to check if the user is lo...Tim Almdal
2008-11-11Correct some missing properties and change the user_model to have a set funct...Tim Almdal