Skip to content

Releases: Nanocloud/nanocloud

v2.0.0-rc2

07 Sep 13:12
Compare
Choose a tag to compare
v2.0.0-rc2 Pre-release
Pre-release

Bug fixes

  • Race condition in the frontend sometime asking for the user to create a team even though he was part of one already (#177)
  • Frontend considers user has no team on login (#177)
  • Team Tab always displayed to regular user even though team are not activated (#183)

v2.0.0-rc1

05 Sep 19:55
Compare
Choose a tag to compare
v2.0.0-rc1 Pre-release
Pre-release

This release has a know bug #177. Frontend sometime considers the current user has no team and wrongly ask for him to create one

Bug fixes

  • storage-team could not be launched in production mode
  • Fix history and scale down did not work in production mode (#169)
  • Fix logo not displayed in production mode (#167)
  • Fix automatic resolution update not working (#164)

v2.0.0-beta3

02 Sep 19:46
Compare
Choose a tag to compare
v2.0.0-beta3 Pre-release
Pre-release

This third beta works in both production an dev mode. See README for more details.

Bug fixes

  • Manual used to delete VM from the database after sessionDuration (#144)
  • Amount of online machine was always 0 in the dashboard (#52)
  • Wrong publication date in app (#145)
  • Application became invisible if user set it to an empty name (#147)

Features

  • Add teams
  • Remove variables duplication in config.env
  • Remove unused awsCache configuration
  • Remove legacy option to download a machine
  • Add comprehensive error message when users can't log in because their account expired (#118)
  • Update version number to 2.0.0

v2.0.0-beta2

30 Aug 19:32
Compare
Choose a tag to compare
v2.0.0-beta2 Pre-release
Pre-release

This is the second beta for Nanocloud. It only works in development mode.

Run the following commands to run Nanocloud in dev mode:

docker-compose build
docker-compose -f docker-rcompose-dev.yml build
docker-compose -f docker-rcompose-dev.yml up

Bug fixes

  • Users could not see groups they were in from their profile page (#87)
  • History set an invalid date as end date for still ongoing sessions (#86)
  • Configuration page did not work on chrome 52
  • Expiration date was set to epoch on user's profile page (#103)
  • VDI loading indefinitely if access token expired in Guacamole (#108)
  • Only Guacamole should be able to log history (#41)
  • Reset password not working (#116)
  • Sign up button disappearing from the login page
  • Probability of crash if access token became invalid (#124)
  • Both Nanocloud and executions server could not ran on AWS
  • Fix a machine was wrongly allocated if a regular user visited the machine page (#132)
  • Fix countdown went positive if machine survived the end date (#135)

Features

  • Revoke token on user's logout (#35)
  • Upload quota is now checked before actually sending the file (#55)
  • Email are generated from hbs templates instead of concatenated strings
  • Indicate if user is currently connected to the video in the user page
  • Allow to sign off from the VDI
  • Refactor list machine page to only display information provided by the API
  • Allow to put users in a default group on signup (#125)
  • Add a nice error message if no machine can be found for a user (#127)

v2.0.0-beta1

30 Aug 19:16
Compare
Choose a tag to compare
v2.0.0-beta1 Pre-release
Pre-release

This is the first beta for Nanocloud. It only works in development mode.

Run the following commands to run Nanocloud in dev mode:

docker-compose build
docker-compose -f docker-rcompose-dev.yml build
docker-compose -f docker-rcompose-dev.yml up

Features

  • OAuth2 authentication
  • Configuration manager
  • Look and feel updater
  • Auto signup for users
  • Reset password
  • User storage on embedded Samba
  • User expiration date
  • Connection history
  • AWS driver
  • Openstack driver
  • Upload quota
  • User groups
  • Application launch
  • Application publication (AWS only)