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