index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
auth
/
views.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Give debug message in email debug mode
Elrond
2011-09-30
1
-0
/
+20
*
Merge branch 'gullydwarf-cfdv-f357_lost_password_functionality'
Christopher Allan Webber
2011-09-08
1
-5
/
+128
|
\
|
*
Renaming request.[GET|POST] as formdata instead of session; that's more accur...
Christopher Allan Webber
2011-09-08
1
-19
/
+19
|
*
Adding a small docstring
Christopher Allan Webber
2011-09-07
1
-0
/
+4
|
*
Keys in mongodb should be unicode, here...
Christopher Allan Webber
2011-09-07
1
-8
/
+8
|
*
Also nullify verification key after verifying in the email confirmation step
Christopher Allan Webber
2011-09-07
1
-0
/
+3
|
*
If the user hasn't verified their email or account inactive give a special wa...
Christopher Allan Webber
2011-09-07
1
-6
/
+22
|
*
Adding additional check that verification key exists, and updating indentation
Christopher Allan Webber
2011-09-07
1
-5
/
+9
|
*
Adjusting indentation a bit
Christopher Allan Webber
2011-09-07
1
-6
/
+8
|
*
Avoiding using '$or' query modifier since that's newer-mongo only.
Christopher Allan Webber
2011-09-07
1
-3
/
+6
|
*
for readability, and adds unit test for expired token
Caleb Forbes Davis V
2011-09-05
1
-2
/
+2
|
*
refactors verify_forgot_password
Caleb Forbes Davis V
2011-09-05
1
-58
/
+55
|
*
Generalizes error model for change password verification
Caleb Forbes Davis V
2011-08-29
1
-7
/
+11
|
*
Avoids informing browser whether the username or email is a match
Caleb Forbes Davis V
2011-08-29
1
-5
/
+3
|
*
Adding fotgot password functionality
Alejandro Villanueva
2011-08-28
1
-2
/
+94
*
|
508. Updates copyright/license information
Will Kahn-Greene
2011-09-01
1
-1
/
+1
*
|
+ 'confirm' section for confirmation dialogues
Mark Holmquist
2011-08-22
1
-5
/
+6
|
/
*
Use render_404 EVERYWHERE!
Christopher Allan Webber
2011-08-20
1
-2
/
+2
*
PEP-8ing the keyword argument passing here
Christopher Allan Webber
2011-08-11
1
-1
/
+1
*
Merge remote branch 'remotes/gullydwarf-cfdv/b488_email_validation_assumes_ac...
Christopher Allan Webber
2011-08-11
1
-1
/
+1
|
\
|
*
Bug #488 - email validation assumes active login
Caleb Forbes Davis V
2011-08-08
1
-1
/
+1
*
|
If both the username and the email checks fail, warn about both at the same time
Christopher Allan Webber
2011-08-11
1
-2
/
+6
*
|
Also normalize user's emails to .lower() when we accept the user.
Christopher Allan Webber
2011-08-11
1
-1
/
+1
*
|
Checks if the email(lowercase) have been used before to register a user
Alejandro Villanueva
2011-08-11
1
-0
/
+5
*
|
Making the users_with_username function call in the register view slightly cl...
Christopher Allan Webber
2011-08-11
1
-4
/
+2
*
|
Marked relevant strings in python views/forms for translation via ugettext
Christopher Allan Webber
2011-08-08
1
-8
/
+10
|
/
*
We should redirect after verify_email to the user's homepage
Christopher Allan Webber
2011-07-31
1
-7
/
+3
*
Remove this superfluous "registration successful" message
Christopher Allan Webber
2011-07-29
1
-6
/
+2
*
Log in user after regitration
Christopher Allan Webber
2011-07-29
1
-0
/
+6
*
Redirect to the user's profile after registration
Christopher Allan Webber
2011-07-29
1
-9
/
+16
*
resend_activation should give the user a message and redirect them to their u...
Christopher Allan Webber
2011-07-29
1
-1
/
+7
*
Removing trailing whitespace from this file
Christopher Allan Webber
2011-07-09
1
-8
/
+8
*
Add a warning to the user that registrations are disabled.
Christopher Allan Webber
2011-07-09
1
-1
/
+4
*
Updated the loginpage to not show a link to register if registrations are dis...
Rasmus Larsson
2011-07-09
1
-1
/
+2
*
Added configuration variable to toggle registrations, if disabled the registr...
Rasmus Larsson
2011-07-09
1
-0
/
+6
*
Also encourages editing your profile and submitting images
Christopher Allan Webber
2011-07-06
1
-4
/
+5
*
allows using messaging instead of verify_email.html to pass tests
Caleb Forbes Davis V
2011-07-04
1
-1
/
+4
*
uses the messaging system to notify user of result of verification check
Caleb Forbes Davis V
2011-07-04
1
-5
/
+10
*
Made a simple template rendering view and switched a bunch of code over to us...
Christopher Allan Webber
2011-06-05
1
-22
/
+0
*
I have a strong preference for aligning all parameters in a function call.
Christopher Allan Webber
2011-06-05
1
-8
/
+12
*
Create redirect shortcut and use it around
Elrond
2011-06-05
1
-10
/
+5
*
Reformat render_to_response calls
Elrond
2011-06-05
1
-20
/
+18
*
Create render_to_reponse and use it everywhere.
Elrond
2011-06-05
1
-20
/
+14
*
Moving all views over to using util.render_template()!
Christopher Allan Webber
2011-06-04
1
-28
/
+16
*
Refactored the sending of verification emails.
Aleksandar Micovic
2011-06-02
1
-45
/
+5
*
No reason for 'verification_successful = bool' here.
Christopher Allan Webber
2011-06-02
1
-2
/
+0
*
No need for a method for generating the verification key as a method
Christopher Allan Webber
2011-06-02
1
-2
/
+4
*
Elrond put that ObjectId thing in the db.util module and wants us to
Christopher Allan Webber
2011-06-02
1
-2
/
+2
*
If a user doesn't provide a userid and a token to the verify_email function, ...
Christopher Allan Webber
2011-05-31
1
-2
/
+6
*
Moving import to outside of this function
Christopher Allan Webber
2011-05-31
1
-1
/
+1
[next]