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-10-27
Check the minimum length when adding or modifying users via the admin screen.
Tim Almdal
2009-10-27
Add a password strength meter.
Tim Almdal
2009-10-27
Set the minimum password length to 5. The gallery owner can change this in t...
Tim Almdal
2009-10-24
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-23
Created user.css. Moved user-related form css to the new sheet.
Chad Kieffer
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-16
Remove all non Identity API methods from Identity.php. Created an MY_Session...
Tim Almdal
2009-10-16
Cleanup merge of user/group helpers into Identity interface. Reduce redundan...
Tim Almdal
2009-10-16
Start simplifying the interface by moving the static methods from user.php an...
Tim Almdal
2009-10-16
Finish integrating the move of the user edit/update functions into the user m...
Tim Almdal
2009-10-15
Move all the edit/update forms for users and groups back to the user module.
Tim Almdal
2009-10-13
Refactor the ui component of the user module into the gallery core module.
Tim Almdal
2009-10-08
Change the users.php controller so its no longer restful. The problem with o...
Tim Almdal
2009-09-04
When changing user preferences, reset the session based locale preferences.
Andy Staudacher
2009-07-23
Add form processing events:
Bharat Mediratta
2009-06-10
Actually save the url when editing user information.
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-13
Variety of changes to the way we do user editing:
Bharat Mediratta
2009-04-03
Fix for ticket #201.
Tim Almdal
2009-03-17
Fix the locale field in the change user settings form
Andy Staudacher
2009-03-17
Fix edit user form handler
Andy Staudacher
2009-02-10
Adding UI for site language selection and user language preference.
Andy Staudacher
2009-02-04
Use the matches validation rule in order to perform cross field
Tim Almdal
2009-02-03
Add a confirmation password input field that must match the primary
Tim Almdal
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