summaryrefslogtreecommitdiff
path: root/swift/common/middleware/formpost.py
Commit message (Expand)AuthorAgeFilesLines
* Foundational support for PUT and GET of erasure-coded objectsSamuel Merritt2015-04-141-1/+8
* Add support for container TempURL KeysRichard Hawkins2015-02-101-5/+20
* Move multipart MIME parser into utilsSamuel Merritt2014-09-161-129/+9
* Fix FormPOST max_file_size exceeded bug.Richard (Rick) Hawkins2014-09-081-1/+9
* Fix a couple small things in formpost doc stringSamuel Merritt2014-07-211-5/+5
* Add X-Delete-At/After support to FormPostMatthew Oliver2014-07-181-0/+22
* Fix file uploads > 2 GiB in formpost middlewareChristian Schwede2014-06-041-1/+1
* Added discoverable capabilities.Richard (Rick) Hawkins2013-11-221-1/+2
* form post over XMLHttpRequest (cors) brokenDavid Goetz2013-10-281-13/+22
* Add WWW-Authenticate to 401 responsesDonagh McCabe2013-10-221-3/+12
* Change OpenStack LLC to FoundationZhiQiang Fan2013-09-201-1/+1
* Use Python 3.x compatible except constructDirk Mueller2013-09-071-1/+1
* Start using HackingDirk Mueller2013-07-151-1/+1
* Make formpost work with multiple tempurl keys.Samuel Merritt2013-06-261-41/+23
* Fix formpost with queries without user_agent.Chmouel Boudjnah2013-06-121-1/+3
* fixes some problems pyflakes complains aboutGreg Lange2013-03-281-3/+2
* Fixed formpost QUERY_STRING bugs.gholt2013-02-191-8/+14
* Cleanup of file permissionsChuck Thier2013-02-151-0/+0
* Swift MemcacheRing (set) interface is incompatible fixesTong Li2013-02-131-1/+1
* Use a doubled proxy-logging instead of each middleware handling itDavid Goetz2013-02-111-48/+8
* FormPost logging bugfix and slight refactorgholt2012-07-031-36/+31
* Reverted the pulling out of various middleware:gholt2012-05-161-0/+543
* Pulled out TempURL/FormPOSTgholt2012-05-081-543/+0
* HTTP status value naming normalizationVictor Rodionov2012-04-251-1/+2
* Fixed grammar and improve docs.Paul McMillan2012-04-101-1/+1
* Update middleware to use common pre_authed funcsgholt2012-03-291-27/+22
* Add support for venv-based test run with tox.Maru Newby2012-03-071-1/+1
* fixed pep8 issue and renamed strcmp_const_time to streq_const_timeJohn Dickinson2012-02-281-2/+2
* Use constant time string comparisons for auth.Russell Bryant2012-02-281-2/+3
* Merge "tempurl and formpost set REMOTE_USER"Jenkins2012-02-161-0/+2
|\
| * tempurl and formpost set REMOTE_USERgholt2012-02-091-0/+2
* | Fix tempurl docs.gholt2012-02-101-3/+5
|/
* TempURL and FormPost Middlewaregholt2012-01-101-0/+542