Releases: Nanocloud/nanocloud
Releases · Nanocloud/nanocloud
v2.0.0-rc2
v2.0.0-rc1
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
v2.0.0-beta3
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
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)
- # 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 # (#125)
- Add a nice error message if no machine can be found for a user (#127)
v2.0.0-beta1
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 # 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)