aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools/request.py
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-1/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-3/+3
* Fix another python 3 and unicode issueChristopher Allan Webber2016-02-111-1/+2
* trac#5397: Allow decode_request to parse content-type headers with extra opti...Ben Sturmfels2016-01-211-2/+5
* Require uploader privileges to upload media to APIJessica Tallon2014-07-221-2/+16
* Add basic upload image capabilitiesxray72242014-07-221-1/+1
* Cleans up some of the OAuth codexray72242013-07-111-9/+0
* Finishes most of oauth, just decorator to completexray72242013-07-111-0/+10
* Adds more support for oauth - access_token & decorators still to doxray72242013-07-111-1/+1
* Adds oauth support up until authorizationxray72242013-07-111-0/+17
* Back sessions with It's Dangerous.Brett Smith2013-03-241-1/+1
* Better Py3 compat: d.has_key(k) -> k in dElrond2013-01-301-2/+1
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-1/+1
* Remove ObjectId from the treeSebastian Spaeth2012-12-251-1/+1
* Remove InvalidIdSebastian Spaeth2012-12-251-9/+3
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-211-1/+1
* Another .one -> .find_oneElrond2012-03-131-2/+6
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Drop sessions with invalid ObjectIdsElrond2012-01-141-4/+8
* Finished splitting util.py into separate files.Aaron Williamson2011-10-011-0/+37