aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/httpapiauth/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Use six.text_type instead of unicode().Berker Peksag2014-06-021-1/+3
| | | | I will be switch to use ``from __future__ import unicode_literals`` later.
* created a check_login_simple functionRodney Ewing2013-05-251-3/+4
|
* Removed unused imports in httpapiauthJoar Wandborg2013-05-051-2/+1
|
* Fix some unicode related issues in oauth and the api.Elrond2012-12-231-1/+1
| | | | Found using the previous commit.
* Added HTTP API auth pluginJoar Wandborg2012-10-201-0/+58