History | View | Annotate | Download (1.4 kB)
Merge branch 'hotfix-0.14.3' into develop
Conflicts: Changelog snf-astakos-app/astakos/im/messages.py snf-pithos-app/pithos/api/manage_accounts/__init__.py snf-pithos-app/pithos/api/management/commands/reconcile-resources-pithos.py snf-pithos-app/pithos/api/settings.py...
Replace regexp in cleanse middleware
Replace the regexp in mail_admins_safe() with manual parsing of the message.
webproject: Disable APPEND_SLASH setting by default
Update HIDDEN_COOKIES setting
Minor changes
Cleanse sensitive settings in debug output
In case of server errors prevent django from printing or emailing sensitivesettings.
Enable USE_X_FORWARDED_HOST by default in webproject
Set SESSION_SECURE_COOKIE to True by default
Update webproject default settings
- Removed settings that change based on entry_point hooks- Other minor default values improvements
Change DEBUG setting to False
Improved packaging
- Improved automatic version tagging from git repo.- Added auto generated synnefo.<package>.version module to contain each package version.
Initial commit for snf-webproject
- new package snf-webproject- moved basic django related settings in snf-webproject- added new entry point utils to ease the extension mechanism of snf-webproject (urlpatterns, middleware, static_files, installed_apps)...