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
/
controllers
/
users.php
Age
Commit message (
Expand
)
Author
2009-01-10
Big set of changes to comments, with related changes to akismet and
Bharat Mediratta
2008-12-29
Remove rest::JSON content type; it's causing lots of problems and it doesn't ...
Bharat Mediratta
2008-12-26
Added content type to JSON output functions
Felix Rabinovich
2008-12-25
Big round of normalization of the way that our controllers
Bharat Mediratta
2008-12-25
Don't let the admin delete themselves, either. That would be bad.
Bharat Mediratta
2008-12-25
Only admins can delete users.
Bharat Mediratta
2008-12-25
Fix rules for editing users.
Bharat Mediratta
2008-12-25
Rest_Controller -> REST_Controller everywhere, for consistency.
Bharat Mediratta
2008-12-25
User administration: 1. Add users; 2. Group administration; 3. General cleanup
Felix Rabinovich
2008-12-24
Adding user
Felix Rabinovich
2008-12-23
Edit user - first draft
Felix Rabinovich
2008-12-19
Implement admin user editing. It's still very rough. Trying to
Bharat Mediratta
2008-11-19
Change 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-18
First iteration of REST controller refactoring. RESTful controllers that refe...
Jozef Selesi
2008-11-18
Move User_Controller to Users_Controller per jozefs request.
Bharat Mediratta