Fixed ?next=<url> argument for require_active_login
authorJoar Wandborg <git@wandborg.com>
Sat, 15 Sep 2012 19:07:24 +0000 (21:07 +0200)
committerJoar Wandborg <git@wandborg.com>
Sat, 15 Sep 2012 19:07:24 +0000 (21:07 +0200)
commit3a1993288ffefe790208b719d6bd5ea42af79c49
treefc763ca5194034172a7a18ad401f467414c9ba8f
parent30520c92cc621bd0826259aca3d9b7b740f71ef0
Fixed ?next=<url> argument for require_active_login

It now includes the full URI, including GET args, not just the path.
mediagoblin/decorators.py
mediagoblin/plugins/api/__init__.py
mediagoblin/plugins/api/views.py