Releases: grahamgilbert/Crypt-Server
Releases · grahamgilbert/Crypt-Server
Crypt Server 3.4.1
What's Changed
- Fix password change form, admins and csrf by @grahamgilbert in #113
Full Changelog: 3.4.0...3.4.1
Crypt Server 3.4.0
This release updates Crypt's dependencies, including upgrading Django from 2.2.27
to 4.1.2
, which includes patches to several CVEs.
Full Changelog: 3.3.0...3.4.0
Crypt Server 3.3.0
What's Changed
- Fixes a potential XSS vulnerability in the index view by @grahamgilbert in #109
- Bump django from 2.2.24 to 2.2.27 in /setup by @dependabot in #106
- Add missing pytz import for timezone support to work by @fortiko in #107
- Update base image and squash migrations by @grahamgilbert in #110
New Contributors
Full Changelog: 3.2.0...3.3.0
Crypt Server 3.2.0
Fixed in this release:
New in this release:
- Custom "From" addresses and support for authenticated mail [#96] @skim-milk
Crypt Server 3.1.0
Crypt Server 3.0.6
Fixed in this release:
- Various language and locale fixes (4074be6 #87)
- Update Django to 2.2.13 to fix various security vulnerabilities
- Update django-saml2.
- You will need to update your
settings.py
- see grahamgilbert/crypt-server-saml@f17f956#diff-bdf3ecebd8379ca98cc89e545fc90899R105
- You will need to update your
Crypt Server 3.0.5
Django has been updated to 2.2.10 to address security vulnerabilities (#86)
Crypt Server 3.0.4
Crypt Server 3.0.3
Fixed in this release:
- Resolve issue with URLs when using email notifications.
Crypt Server 3.0.2
Fixed in this release:
- Patch vulnerability in Django
- Set
X-Frame-Options
in the Nginx config (#68 @1dustindavis ) - Fix build issue with Alpine and pip 19.0.1
- Fix build number in footer