Releases: grahamgilbert/Crypt-Server
Releases · grahamgilbert/Crypt-Server
Crypt Server 3.0.0
It's an all new Crypt server! Be sure to back up your database before installing this and to check out docs/Docker.md
for vital information.
Fixed in this release:
- Updated Django version (to fix https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3498)
- Fixed manual secret creation
Todo:
- Docs for Ubuntu installs (PRs happily accepted)
Crypt 2.4.2
Crypt Server 2.4.0
New in this release:
- Option to instruct a compatible client to rotate the secret when it has been viewed
Crypt Server 2.3.2
Crypt Server 2.3.1
New in this release:
- Can view a device's secrets via it's serial number (for Crypt 3.3.0) (@sheagcraig #51 )
Crypt Server 2.3.0
Fixed in this release:
- Display name can be set via env variable (#41 @clburlison)
- New computer button is fixed (#44 @sphen13)
Crypt 2.2.0
This release adds:
- And endpoint that returns JSON for verifying escrow status (escrow date and status only, not the secret)
- Updates Django to the current release.
Crypt 2.1.1
Crypt 2.1.0
New features:
- Email notifications
- All users can approve requests (off by default)
- Approvers cannot approve their own requests (off by default)
Crypt 2.0.1
New in this release:
- Can enable debug mode via a Docker environment variable (
DOCKER_CRYPT_DEBUG=true
)
Fixed in this release:
- A better way of checking that each secret is unique (via @brandonweeks in #31)