Merge pull request #3435 from emanuelschuetze/docFixes

Added missing CHANGLOG entry. Minor fix in DEVELOPMENT.rst.
This commit is contained in:
Emanuel Schütze 2017-10-06 10:40:14 +02:00 committed by GitHub
commit 20cf124e9e
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ Users:
- Removed OPTIONS request. All permissions are now provided on startup [#3306].
- Added option to enable updating the last_login field in the database. The
default is now disabled [#3400].
- Hide password in change password view [#3417].
Core:
- No reload on logoff. OpenSlides is now a full single page

View File

@ -225,7 +225,7 @@ This is an example configuration for a single Daphne/Geiss listen on port 8000::
server_name _;
location ~* ^/(?!ws|wss|webclient|core/servertime|users/whoami|users/login|users/logout|users/setpassword|motions/docxtemplate|projector|real-projector|static|media|rest).*$ {
location ~* ^/(?!ws|wss|webclient|core/servertime|core/version|users/whoami|users/login|users/logout|users/setpassword|motions/docxtemplate|projector|real-projector|static|media|rest).*$ {
rewrite ^.*$ /static/templates/index.html;
}
location ~* ^/projector.*$ {