OpenSlides/openslides/utils
Andy Kittner 87d46d079d Rework DjangoStaticFileHandler (fixes #1034)
Fixes multiple issues
 - Unicode errors when path contained non-ascii characters

 - 403 errors when the current working directory was not a parent
   directory of the static files

 - "API abuse" super() implementation of the get() method was passed a
   filesystem path instead of the url-path it was expecting

 - The above could also lead to 403 errors on case-insensitive file
   systems due to the way the base-class resolved and validated paths
   with respect to self.root
2013-11-14 22:45:29 +01:00
..
auth Change to MIT Licence 2013-11-04 14:57:30 +01:00
jsonfield Change to MIT Licence 2013-11-04 14:57:30 +01:00
person Change to MIT Licence 2013-11-04 14:57:30 +01:00
__init__.py Add code 2011-07-31 10:46:29 +02:00
csv_ext.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
exceptions.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
forms.py Fixed #957 (Allow list-style in CKEditor) 2013-11-10 19:33:38 +01:00
main.py Set reuse address option (fixes #1043) 2013-11-14 22:38:12 +01:00
models.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
pdf.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
settings.py.tpl New command create-dev-settings. Clean up main script. Fix wrong path for Windows version. 2013-10-29 00:48:49 +01:00
signals.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
template.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
test.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
tornado_webserver.py Rework DjangoStaticFileHandler (fixes #1034) 2013-11-14 22:45:29 +01:00
utils.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
views.py Change to MIT Licence 2013-11-04 14:57:30 +01:00