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
/
tests
/
test_auth.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...
Rodney Ewing
2013-07-11
1
-6
/
+6
*
merge --squash openid branch to take care of a false merge commit in the
Rodney Ewing
2013-07-03
1
-1
/
+1
*
Merge remote-tracking branch 'upstream/master' into auth
Rodney Ewing
2013-06-25
1
-34
/
+10
|
\
|
*
modified verification emails to use itsdangerous tokens
Rodney Ewing
2013-05-29
1
-34
/
+10
*
|
changes after cwebb's review
Rodney Ewing
2013-06-21
1
-19
/
+1
*
|
moved authentication_disabled to config_spec
Rodney Ewing
2013-06-15
1
-1
/
+0
*
|
changed no_auth to authentication_disabled in config
Rodney Ewing
2013-06-11
1
-11
/
+11
*
|
no need for check_login with the new check_login_simple function
Rodney Ewing
2013-05-27
1
-2
/
+3
*
|
moving forgot_password views back to gmg/auth and cleanup
Rodney Ewing
2013-05-24
1
-1
/
+91
*
|
added tests for no_auth feature
Rodney Ewing
2013-05-24
1
-2
/
+54
*
|
existing test all passing now
Rodney Ewing
2013-05-24
1
-121
/
+0
|
/
*
Reverting "Always activate testing in every test module ever."
Christopher Allan Webber
2013-05-17
1
-4
/
+0
*
Always activate testing in every test module ever.
Christopher Allan Webber
2013-05-16
1
-0
/
+4
*
Really removing nosetests things now! all assert_whatever removed
Christopher Allan Webber
2013-04-06
1
-27
/
+13
*
Switch test_app generation over to use py.test fixtures.
Christopher Allan Webber
2013-04-04
1
-4
/
+2
*
Better Py3 compat: d.has_key(k) -> k in d
Elrond
2013-01-30
1
-21
/
+10
*
Restructure ForgotPassword view
Sebastian Spaeth
2013-01-21
1
-9
/
+5
*
Rename get_test_app to get_app.
Elrond
2013-01-18
1
-5
/
+5
*
tests: More instances where a fresh database is not needed
Sebastian Spaeth
2013-01-08
1
-5
/
+5
*
Move db.sql.models* to db.models*
Sebastian Spaeth
2013-01-07
1
-1
/
+1
*
tests/auth: Don't rely on case sensitive error strings
Sebastian Spaeth
2012-12-21
1
-2
/
+2
*
Move DBModel._id -> DBModel.id
Sebastian Spaeth
2012-12-21
1
-6
/
+6
*
Fix up tests
Sebastian Spaeth
2012-12-21
1
-2
/
+3
*
Prevent SQLAlchemy non-Unicode warnings from this test.
Brett Smith
2012-07-08
1
-8
/
+8
*
Reload the user for current values.
Elrond
2012-03-26
1
-0
/
+1
*
It's 2012 all up in here
Christopher Allan Webber
2012-02-02
1
-1
/
+1
*
Fix unit tests for new forget password flow
Elrond
2012-01-01
1
-1
/
+1
*
Fixed submission error handling and broken tests
Joar Wandborg
2011-12-31
1
-2
/
+2
*
Fixed broken confirm_password test
Joar Wandborg
2011-12-30
1
-17
/
+0
*
Dot-Notation for Users.fp_token_expire
Elrond
2011-12-05
1
-4
/
+4
*
Dot-Notation for Users.fp_verification_key
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for Users.verification_key
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for Users.status
Elrond
2011-12-05
1
-3
/
+3
*
Dot-Notation for Users.email_verified
Elrond
2011-12-05
1
-3
/
+3
*
Merge branch 'misc/fixture_add_user'
Elrond
2011-12-04
1
-6
/
+2
|
\
|
*
fixture_add_user: Factoring a unit test tool
Elrond
2011-12-01
1
-6
/
+2
*
|
Expect 404 in unit tests, if we now use 404.
Elrond
2011-12-02
1
-4
/
+4
|
/
*
Dot-Notation for "_id"
Elrond
2011-11-15
1
-6
/
+6
*
Finished splitting util.py into separate files.
Aaron Williamson
2011-10-01
1
-5
/
+5
*
Moved common, translation, template, and url code out of util.py and into too...
Aaron Williamson
2011-10-01
1
-53
/
+53
*
Merge branch 'gullydwarf-cfdv-f357_lost_password_functionality'
Christopher Allan Webber
2011-09-08
1
-0
/
+88
|
\
|
*
Updating calls to recall password URLs to respect changed routing
Christopher Allan Webber
2011-09-07
1
-6
/
+8
|
*
for readability, and adds unit test for expired token
Caleb Forbes Davis V
2011-09-05
1
-0
/
+10
|
*
added unit tests for lost password code
Caleb Forbes Davis V
2011-09-05
1
-0
/
+76
*
|
508. Updates copyright/license information
Will Kahn-Greene
2011-09-01
1
-1
/
+1
|
/
*
Updating tests to reflect we redirect to the user's page after verification now.
Christopher Allan Webber
2011-08-01
1
-4
/
+8
*
Log in user after regitration
Christopher Allan Webber
2011-07-29
1
-0
/
+5
*
Redirect to the user's profile after registration
Christopher Allan Webber
2011-07-29
1
-2
/
+2
*
allows using messaging instead of verify_email.html to pass tests
Caleb Forbes Davis V
2011-07-04
1
-2
/
+2
*
added test coverage for redirecting after login with the next param
Chris Moylan
2011-06-19
1
-2
/
+12
[next]