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
Age
Commit message (
Expand
)
Author
2009-06-10
Actually save the url when editing user information.
Bharat Mediratta
2009-06-09
Create a new method in MY_url.php "get_item_from_uri" which loads the item
Tim Almdal
2009-06-06
Don't ask for CSRF token when trying to view the password reset form.
Bharat Mediratta
2009-06-01
Security pass over all controller code. Mostly adding CSRF checking
Bharat Mediratta
2009-05-31
Clean up view variables
Bharat Mediratta
2009-05-27
Regenerate the session id every time through login::_auth() to avoid session ...
Bharat Mediratta
2009-05-27
Use a random value for the password reset hash to reduce the chances
Bharat Mediratta
2009-05-26
White space fixes
Chad Kieffer
2009-05-21
Changed Name label to Username, closes ticket #93
Chad Kieffer
2009-05-20
Move the first-admin-login steps out of the user module and into an event lis...
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-13
Don't allow admins to delete the guest user. Fixes ticket #213
Bharat Mediratta
2009-05-13
Variety of changes to the way we do user editing:
Bharat Mediratta
2009-05-13
Log password reset attempts. Fixes ticket #251.
Bharat Mediratta
2009-05-10
After ajax login, just reload the current page.
Bharat Mediratta
2009-04-24
add_group() was not getting $form before using it.
Bharat Mediratta
2009-04-09
Fix for ticket 181: don't ignore the locale option when adding users
Andy Staudacher
2009-04-05
Don't do graphics detection in core_installer::install() because that
Bharat Mediratta
2009-04-03
Fix for ticket #201.
Tim Almdal
2009-03-25
Fix for ticket #181. Valiant take note of the change to
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-03-16
Proxy the url through _auth() to user::get_login_form()
Bharat Mediratta
2009-03-16
Clean up the login, maintenance login and required-top-level-login code.
Bharat Mediratta
2009-03-11
Bag the header("Location:", ...);exit() and replace with
Tim Almdal
2009-03-11
Force a login if everybody does not have access to the root
Tim Almdal
2009-02-10
Adding UI for site language selection and user language preference.
Andy Staudacher
2009-02-10
Line length fix
Bharat Mediratta
2009-02-04
Use the matches validation rule in order to perform cross field
Tim Almdal
2009-02-04
Complete the Recover Password functionality (Ticket #5).
Tim Almdal
2009-02-04
A preview of the password reset functionality. What's working... you
Tim Almdal
2009-02-03
Add a confirmation password input field that must match the primary
Tim Almdal
2009-01-29
Fix lint errors
Bharat Mediratta
2009-01-28
Fully implement the user administration backend with drag/drop to add
Bharat Mediratta
2009-01-28
Add drag and drop support to the admin_users interface. This is still
Bharat Mediratta
2009-01-25
Undo the adding underscores to the id on forge generated forms
Tim Almdal
2009-01-24
Supply a form id on all forms. This id can be used by modules other
Tim Almdal
2009-01-22
toggling of user edit panel works now.
Jakob Hilden
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
2009-01-12
Updated for new Form_Submit API.
Bharat Mediratta
2009-01-10
Big set of changes to comments, with related changes to akismet and
Bharat Mediratta
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2009-01-06
Put up an error if you rename a user to an already existing name.
Bharat Mediratta
2009-01-06
Add a submit button to the login form
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-26
User/Group administration cleanup
Felix Rabinovich
2008-12-26
Separate GET and POST in Group Administration
Felix Rabinovich
2008-12-26
Separate GET and POST in User Administration
Felix Rabinovich
2008-12-26
Login is 'info' not 'success'
Bharat Mediratta
[next]