Skip to content

Releases: grahamgilbert/Crypt-Server

Crypt Server 3.0.0

17 Jan 18:21
Compare
Choose a tag to compare

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:

Todo:

  • Docs for Ubuntu installs (PRs happily accepted)

Crypt 2.4.2

26 Jul 18:29
Compare
Choose a tag to compare

Fixed in this release:

  • Devices are sorted by date (#56 @aysiu )
  • Fixed the potential for duplicate serial numbers to be submitted

Crypt Server 2.4.0

07 Jun 16:27
3f8d067
Compare
Choose a tag to compare

New in this release:

  • Option to instruct a compatible client to rotate the secret when it has been viewed

Crypt Server 2.3.2

23 Apr 16:58
2775083
Compare
Choose a tag to compare

New in this release:

  • Retrieved secrets have pretty styling (#54 @CWhits)

Fixed in this release:

  • Django SAML 2 updated (SAML container only)

Crypt Server 2.3.1

09 Mar 00:46
1dc5bab
Compare
Choose a tag to compare

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

13 Dec 15:41
Compare
Choose a tag to compare

Fixed in this release:

Crypt 2.2.0

04 Jan 21:42
Compare
Choose a tag to compare

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

03 Jun 11:37
Compare
Choose a tag to compare

Fixes issue when all users are able to approve key requests ( #35 @arubdesu )

Crypt 2.1.0

31 May 14:23
Compare
Choose a tag to compare

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

29 Apr 14:14
Compare
Choose a tag to compare

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)