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
*
Apply pyupgrade --py36-plus.
Ben Sturmfels
2021-09-23
1
-2
/
+2
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
1
-3
/
+1
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-43
/
+43
*
Fix trivial spelling error in test comment
Andrew Browning
2017-10-23
1
-1
/
+1
*
Tests for short and long usernames.
Jonathan Sandoval
2016-04-07
1
-9
/
+11
*
Test with short and long username
Jonathan Sandoval
2016-04-07
1
-1
/
+45
*
Fix #1096 - allow - in usernames
Loic Dachary
2016-01-21
1
-2
/
+24
*
Fix some unit tests and bugs
Jessica Tallon
2015-08-24
1
-4
/
+4
*
Change codebase to query or create correct User model
Jessica Tallon
2015-07-31
1
-7
/
+10
*
Updates per request of moggers87
ayleph
2014-10-30
1
-16
/
+13
*
Unit tests
ayleph
2014-10-30
1
-0
/
+15
*
Fix another tests.
Berker Peksag
2014-08-07
1
-2
/
+2
*
Use six.text_type instead of unicode().
Berker Peksag
2014-06-02
1
-2
/
+4
*
Use six.moves.urllib.parse instead of the urlparse module.
Berker Peksag
2014-05-26
1
-1
/
+3
*
Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'
Christopher Allan Webber
2013-10-07
1
-24
/
+24
|
\
|
*
This was a quick update, I mostly worked on the transition from using the old
tilly-Q
2013-09-08
1
-6
/
+0
|
*
I did some more code-keeping in this commit. I added a lot of documentation, so
tilly-Q
2013-09-03
1
-8
/
+6
|
*
This was a big commit! I included lots of documentation below, but generally I
tilly-Q
2013-08-29
1
-0
/
+7
|
*
This commit was just to fix a few of the errors with the merging and to
tilly-Q
2013-08-20
1
-0
/
+1
|
*
This was a very small update, I'm hoping to rebase after this to solve some
tilly-Q
2013-08-20
1
-17
/
+17
*
|
Fixing ALL THE BROKEN TESTS. I probably broke most of them.
Christopher Allan Webber
2013-09-29
1
-2
/
+3
*
|
moved change_pass to basic_auth and fixed some typos with the moving of forgo...
Rodney Ewing
2013-08-16
1
-2
/
+3
|
/
*
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
[next]