OpenSlides/openslides
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
..
account Change to MIT Licence 2013-11-04 14:57:30 +01:00
agenda Bugfix in agenda.js (fixes #1041) 2013-11-12 21:33:57 +01:00
assignment Verbose name of Assignment inserted, fixed #1036 2013-11-14 22:38:12 +01:00
config Change to MIT Licence 2013-11-04 14:57:30 +01:00
core Fixed typo (titel->title). 2013-11-12 10:57:07 +01:00
locale Fixed typo (titel->title). 2013-11-12 10:57:07 +01:00
mediafile Some more template fixes: 2013-11-10 20:50:30 +01:00
motion Merge pull request #1046 from emanuelschuetze/translation-fix 2013-11-12 05:07:45 -08:00
participant Some more template fixes: 2013-11-10 20:50:30 +01:00
poll Change to MIT Licence 2013-11-04 14:57:30 +01:00
projector Merge pull request #1021 from DebVortex/feature/fix-issue-994 2013-11-12 05:36:08 -08:00
static Fixed #1038: Increase small input fields in poll forms. 2013-11-11 17:36:52 +01:00
templates Some more template fixes: 2013-11-10 20:50:30 +01:00
utils Rework DjangoStaticFileHandler (fixes #1034) 2013-11-14 22:45:29 +01:00
__init__.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
__main__.py Move run_tornado import into runserver function because its imports needs settings (new in Django 1.6). 2013-11-10 22:15:13 +01:00
global_settings.py Update to Django 1.6 2013-11-07 18:56:06 +01:00
urls.py Change to MIT Licence 2013-11-04 14:57:30 +01:00