| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |