summaryrefslogtreecommitdiff
path: root/swift/common/middleware/staticweb.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "staticweb: Allow empty listings at the root of a container"Zuul2022-05-271-1/+1
|\
| * staticweb: Allow empty listings at the root of a containerTim Burke2021-05-111-1/+1
* | Move *_swift_info functions into a new registry moduleMatthew Oliver2022-02-031-1/+2
|/
* py3: Fix non-ascii chars in staticweb listingsTim Burke2020-09-061-6/+6
* py38: cgi lost some namesTim Burke2020-01-291-9/+9
* Make staticweb return URL-encoded Location headersTim Burke2019-04-121-1/+2
* Merge "py3: port staticweb middleware"Zuul2019-04-111-12/+24
|\
| * py3: port staticweb middlewareMatthew Oliver2019-04-101-12/+24
* | Remove our urlparse wrapperTim Burke2019-04-101-1/+3
|/
* Move listing formatting out to proxy middlewareTim Burke2017-09-151-3/+3
* Fix some reST field lists in docstringsXieYingYun2017-03-291-1/+1
* Add a configurable URL base to staticwebPete Zaitcev2016-10-031-10/+27
* Stop staticweb revealing container existence to unauth'd requestsAlistair Coles2016-02-251-3/+15
* Add option for label to static web listingsRichard Hawkins2016-02-041-7/+18
* Replace string slicing with proper string methodsFerenc Horváth2015-11-271-4/+4
* Do not use pre-authenticated requests in staticwebChristian Schwede2015-10-131-5/+12
* Remove simplejson from staticwebSamuel Merritt2015-05-291-8/+10
* Improve StaticWeb 404 on web-listings/indexDonagh McCabe2014-02-181-1/+25
* Add documentation for GateKeeperClay Gerrard2014-01-231-1/+1
* Added discoverable capabilities.Richard (Rick) Hawkins2013-11-221-1/+2
* Change OpenStack LLC to FoundationZhiQiang Fan2013-09-201-1/+1
* Clean up utf8ness quoteYuan Zhou2013-08-291-20/+6
* Merge "Staticweb shortcut object 404s"Jenkins2013-08-161-1/+3
|\
| * Staticweb shortcut object 404sDavid Goetz2013-07-311-1/+3
* | Clarify staticweb configuration with keystone.Sascha Peilicke2013-08-051-2/+5
|/
* Encode unicode from JSON before using it as a string.Alex Gaynor2013-07-291-15/+15
* Fix incorrect status handling at staticwebKota Tsuyuzaki2013-07-241-1/+1
* Start using HackingDirk Mueller2013-07-151-1/+1
* Remove dead code and tests for staticweb.Samuel Merritt2013-06-251-3/+0
* Clean up some remnants of StaticWeb's and TempURL's custom caching.Samuel Merritt2013-06-211-19/+0
* use get_container_info for staticwebMichael Barton2013-06-201-54/+12
* Treat directory objects as not foundDan Hersam2013-06-061-21/+80
* fixes some problems pyflakes complains aboutGreg Lange2013-03-281-1/+1
* Fix for unicode issues in staticwebEohyung Lee2013-03-211-2/+8
* Cleanup of file permissionsChuck Thier2013-02-151-0/+0
* Swift MemcacheRing (set) interface is incompatible fixesTong Li2013-02-131-1/+1
* Fix spelling mistakesJoe Gordon2013-02-121-1/+1
* Use a doubled proxy-logging instead of each middleware handling itDavid Goetz2013-02-111-97/+14
* Cleanup based on pyflakes.Monty Taylor2013-02-011-6/+1
* Allow optional, temporary healthcheck failure.Darrell Bishop2012-12-041-1/+2
* changed TRUE_VALUES references to utils.config_true_value() callJohn Dickinson2012-10-291-28/+30
* local WSGI Request and Response classesMichael Barton2012-09-281-2/+1
* Upating proxy-server StatsD logging.Darrell Bishop2012-08-291-1/+1
* Fixed bug in staticweb with log_headersgholt2012-07-291-2/+6
* Reverted the pulling out of various middleware:gholt2012-05-161-0/+564
* Pulled StaticWeb out to separate projectgholt2012-05-051-564/+0
* Merge "HTTP status value naming normalization"Jenkins2012-05-031-11/+13
|\
| * HTTP status value naming normalizationVictor Rodionov2012-04-251-11/+13
* | Removed unused imports.Josh Kearney2012-04-051-1/+1
|/
* Update middleware to use common pre_authed funcsgholt2012-03-291-34/+17