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
/
password.php
Age
Commit message (
Expand
)
Author
2010-08-15
We use UTF-8 everywhere. Fixes ticket #1285.
Bharat Mediratta
2010-07-31
Full pass over all the JSON encoding and JS dialog code. We now abide
Bharat Mediratta
2010-07-31
More patches as part of #1225. Change the 'core' modules to use the json::reply
Tim Almdal
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-27
Add more randomness to reset password mechanism.
Andy Staudacher
2010-02-11
Get rid of unnecessary view file.
Andy Staudacher
2010-02-11
Include user name in logging message for failed password reset. As Bharat poi...
Andy Staudacher
2010-02-11
Fix for ticket 1010: Don't leak valid user names in "forgot password" form.
Andy Staudacher
2010-02-09
Fix password reset confirmation
Andy Staudacher
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-17
Redesign the way that we consider page types to create buckets of page
Bharat Mediratta
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-27
When we are changing the password using the change password from as part of t...
Tim Almdal
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-19
Simplify the user interface by moving the password reset functionality into t...
Tim Almdal
2009-10-06
Change the focus of the user module from providing user/group management to p...
Tim Almdal
2009-10-05
First pass on converting calls to the Identity interface. Will worry about wr...
Tim Almdal
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-10
Use abs_url() inside url::redirect() calls so that we don't just wind
Bharat Mediratta
2009-09-08
Move specialized (pretty) url generation back into Item_Model so that
Bharat Mediratta
2009-08-29
Merge commit 'upstream/master'
Andy Staudacher
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-08-27
Don't ask for csrf when we're resetting passwords. They're not gonna have on...
Bharat Mediratta
2009-07-16
Add missing ) dropped in 8f9a943f.
Bharat Mediratta
2009-07-01
Fix a bunch of XSS vulnerabilities turned up by manual inspection
Bharat Mediratta
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
Use a random value for the password reset hash to reduce the chances
Bharat Mediratta
2009-05-21
Changed Name label to Username, closes ticket #93
Chad Kieffer
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-13
Log password reset attempts. Fixes ticket #251.
Bharat Mediratta
2009-02-10
Line length fix
Bharat Mediratta
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