Switch test_app generation over to use py.test fixtures.
[mediagoblin.git] / mediagoblin / auth /
2013-03-30 ElrondMerge remote-tracking branch 'JDShu/649_use_form_data_f...
2013-03-28 Hans LoUse WTForms data field in auth/views.py
2013-03-28 Hans Loauth: whitespace cleanup in views.py
2013-03-01 Christopher Allan... Merge branch 'master' into joar-skip_transcoding
2013-02-24 Christopher Allan... Merge remote-tracking branch 'refs/remotes/pythonsnake...
2013-02-24 Christopher Allan... Merge remote-tracking branch 'refs/remotes/pythonsnake...
2013-02-22 András Veres-Szent... removed unused import re
2013-01-25 Christopher Allan... Merge branch '216_cwebber_style_unique_slugs'
2013-01-22 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/521_l...
2013-01-21 Sebastian SpaethAlso set login_failed in case of form errors
2013-01-21 Sebastian SpaethRestructure ForgotPassword view
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/origin/533...
2013-01-07 Sebastian SpaethMove db.sql.models* to db.models*
2012-12-25 Sebastian SpaethMerge branch '512_bump_video_js'
2012-12-23 ElrondMongo removal: Remove the validate=True arg to obj...
2012-12-21 Sebastian SpaethRemove mongolisms from auth.views
2012-12-21 Sebastian SpaethMerge branch '577_denoise_video_transcoding'
2012-12-21 Sebastian Spaethwebob.HTTPFound --> MG.tools.redirect
2012-12-20 Sebastian SpaethMove DBModel._id -> DBModel.id
2012-11-13 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/trac_...
2012-10-15 Joar WandborgFixed OAuth access_token duplicate route
2012-10-14 Christopher Allan... Added rudimentary route "mounting" w/ werkzeug routes...
2012-10-14 Joar WandborgFixed 404 page under werkzeug.routing
2012-10-14 Joar WandborgSwitched most stuff over from Routes
2012-09-29 Joar WandborgReplaced all request.POST with request.form, ...
2012-06-10 Joar WandborgMerge remote-tracking branch 'is_derek/bug405_email_not...
2012-06-03 Will Kahn-GreeneFix problems from pyflakes output
2012-04-19 Jakob Krameruse _ function on some now untranslatable strings
2012-03-27 Joar WandborgMerge remote-tracking branch 'joar/audio+sniffing'
2012-03-26 Christopher Allan... Merge remote-tracking branch 'remotes/slikdigit/bassam'
2012-03-26 Brett SmithMerge remote branch 'origin/master' into bug261-resized...
2012-03-25 Jef van SchendelMerge branch 'master' of gitorious.org:mediagoblin...
2012-03-25 ElrondMerge remote-tracking branch 'gandaro/forgot-password...
2012-03-25 Jakob Kramerset username default server-side
2012-03-18 Christopher Allan... Merge branch 'master' into derek-moore-bug405_email_not...
2012-03-13 Christopher Allan... Merge remote-tracking branch 'refs/remotes/chemhacker...
2012-03-12 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2012-03-12 Christopher Allan... Merge remote-tracking branch 'derek-moore/bug293_non_as...
2012-03-12 Derek MooreChanges for 293. Tests pass, encode UTF8 on password...
2012-03-12 ElrondChange user search from .one to .fine_one.
2012-02-21 Jef van SchendelResolve merge conflicts
2012-02-18 Christopher Allan... Merge branch 'master' into sqlmigrate
2012-02-13 Elrond47: Only lowercase host part of email
2012-02-02 Christopher Allan... It's 2012 all up in here
2012-01-17 Aaron WilliamsonMerged changes with upstream
2012-01-11 ElrondDot-Notation: Some random places
2012-01-05 Jef van SchendelFix merge conflicts
2012-01-01 Jef van SchendelRemove fp_changed_success.html, use log in page + notif...
2012-01-01 Jef van SchendelRemove fp_email_sent.html and refs to it
2011-12-31 ElrondMerge remote branch 'remotes/joar/tests'
2011-12-30 Jef van SchendelChange forgotten password process: different redirect...
2011-12-29 Jef van SchendelIsolate JavaScript; add new show_password.js to forgot...
2011-12-27 ElrondMove verification key generation to view
2011-12-15 ElrondMerge remote branch 'remotes/cwebber/sqlalchemy'
2011-12-13 ElrondMerge remote branch 'joar/b681-comments_from_reviewing_...
2011-12-13 Jef van SchendelMerge jQuery branch, resolve conflicts
2011-12-12 ElrondMerge branch 'sql/dot-notation'
2011-12-05 ElrondDot-Notation for Users.fp_token_expire
2011-12-05 ElrondDot-Notation for Users.fp_verification_key
2011-12-05 ElrondDot-Notation for Users.verification_key
2011-12-05 ElrondDot-Notation for Users.status
2011-12-05 ElrondDot-Notation for Users.email_verified
2011-12-05 ElrondDot-Notation for Users.pw_hash
2011-12-05 ElrondDot-Notation for Users.email
2011-12-05 ElrondDot-Notation for Users.username
2011-12-05 Christopher Allan... Merge remote-tracking branch 'remotes/lorochka85/bug852...
2011-12-02 Jef van SchendelAdd show-password checkbox and make it work
2011-11-21 Joar WandborgMerge branch 'video_gstreamer-only'
2011-11-20 ElrondFix redirect to logical path
2011-11-20 ElrondMerge remote branch 'remotes/aaronw/bug614_verification...
2011-11-20 Jef van SchendelSlight change to error wording
2011-11-19 loraMerge branch 'master' of git://gitorious.org/mediagobli...
2011-11-18 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-11-15 ElrondDot-Notation for "_id"
2011-11-14 Christopher Allan... Merge remote-tracking branch 'remotes/nyergler/pep8...
2011-10-04 Aaron WilliamsonReverse order of sanity checks: check email_verified...
2011-10-04 Aaron WilliamsonMake sure user isn't already verified before resending...
2011-10-04 Aaron WilliamsonFixed conflict in /auth/views.py.
2011-10-03 Aaron WilliamsonCheck request.user to determine if user is logged in.
2011-10-02 Christopher Allan... Merge remote branch 'remotes/aaronw/bug444_fix_utils_py...
2011-10-02 Christopher Allan... Merge remote branch 'remotes/jwandborg/storage_split_fix'
2011-10-02 Christopher Allan... Merge remote branch 'remotes/nyergler/569-application...
2011-10-02 Christopher Allan... Merge remote branch 'remotes/elrond/misc/f602_client_ca...
2011-10-01 Aaron WilliamsonDisplay and error and redirect to login page if unauthe...
2011-10-01 Nathan Yerglerhas_key is deprecated, converting uses to use "in"...
2011-10-01 Nathan YerglerWhitespace and formatting cleanup.
2011-10-01 Aaron WilliamsonMerge branch 'mediagoblin-upstream' into bug444_fix_uti...
2011-10-01 Aaron WilliamsonFinished splitting util.py into separate files.
2011-10-01 Nathan YerglerMerge remote-tracking branch 'refs/remotes/upstream...
2011-10-01 Aaron WilliamsonMerge branch 'mediagoblin-upstream' into bug444_fix_uti...
2011-10-01 Aaron WilliamsonMoved common, translation, template, and url code out...
2011-09-30 ElrondGive debug message in email debug mode
2011-09-08 Christopher Allan... Merge branch 'gullydwarf-cfdv-f357_lost_password_functi...
2011-09-08 Christopher Allan... Renaming request.[GET|POST] as formdata instead of...
2011-09-08 Christopher Allan... Adding a small docstring
2011-09-08 Christopher Allan... Keys in mongodb should be unicode, here...
2011-09-08 Christopher Allan... Also nullify verification key after verifying in the...
2011-09-08 Christopher Allan... If the user hasn't verified their email or account...
2011-09-08 Christopher Allan... Adding additional check that verification key exists...
2011-09-08 Christopher Allan... Adjusting indentation a bit
next