Skip to content

Releases: LiveUI/ApiCore

1.0_RC2.2

07 Oct 19:44
Compare
Choose a tag to compare
1.0_RC2.2 Pre-release
Pre-release
  • Auth now fails if token is expired
  • Fixing problems with short passwords
  • Fixing test tools for new password requirements
  • Fixing tests

1.0_RC2.1

20 Sep 09:53
0d1b1be
Compare
Choose a tag to compare
1.0_RC2.1 Pre-release
Pre-release

Removing DbCore dependency

1.0_RC2

18 Sep 12:16
Compare
Choose a tag to compare
1.0_RC2 Pre-release
Pre-release
  • Registration email verification works
  • missing stuff from alpha_1 added

1.0_RC1

14 Sep 20:32
Compare
Choose a tag to compare
1.0_RC1 Pre-release
Pre-release
  • Password recovery works (emails sent with Mailgun only for now)
  • Fixed CORS on error messages

1.0_alpha_1.1

11 Sep 12:36
Compare
Choose a tag to compare
1.0_alpha_1.1 Pre-release
Pre-release
  • tokens use URandom and SHA256
  • passwords use bcrypt with verification

1.0_alpha_1

10 Sep 10:23
Compare
Choose a tag to compare
1.0_alpha_1 Pre-release
Pre-release

Contains

  • Teams management
  • User management (github style user linking to teams)
  • Login
  • Admin and install functionality
  • Server images
  • Server info
  • Error logs (in DB)

Missing:

  • Email verification
  • Forgotten password
  • Password needs refactor of bcrypt auth (fixing it) and move away from UUID to something more secured/random