Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Releases: Luzifer/cloudkeys-go

v1.11.1

07 Nov 13:27
v1.11.1
b101ca8

Choose a tag to compare

  • Fix: Ensure templates are available inside docker container

v1.11.0

07 Nov 12:07
v1.11.0
e9a6821

Choose a tag to compare

  • Show tooltip when copying to clipboard (#19) (Thanks steffbo)
  • Switch to Go 1.12+ modules (#20)

v1.10.0

21 Jan 14:35
v1.10.0
a21d1e9

Choose a tag to compare

  • JS bugfixes (#18)

v1.9.0

21 Jan 14:29
v1.9.0
613af51

Choose a tag to compare

  • Add support for deployments on Google AppEngine (Thanks mthie)

v1.8.0

24 Dec 19:15
v1.8.0
24adb5c

Choose a tag to compare

  • Replace stdout logging with proper log package

v1.7.0

24 Dec 18:51
v1.7.0
884dbd7

Choose a tag to compare

Security-Update: This release replaces previously used insecure password hashing:

Prior this commit passwords were hashed with a static salt and using the
SHA1 hashing function. This could lead to passwords being attackable in
case someone gets access to the raw data stored inside the database.
This commit introduces password hashing using bcrypt hashing function
which addresses this issue.

Old passwords are not automatically re-hashed as they are unknown.
Replacing the old password scheme is not that easy and needs #10 to be
solved. Therefore the old hashing scheme is kept for compatibility
reason.

Thanks kpcyrd for the report (#14)

v1.6.1

08 Dec 12:22
v1.6.1
378f0f6

Choose a tag to compare

  • Fix: Broken script URLs

v1.6.0

08 Dec 12:07
v1.6.0
af530d4

Choose a tag to compare

  • Update javascript libraries
  • Switch to dep for vendoring, update dependencies
  • Switch to Github publishing
  • Update Meta-Files