Skip to content

1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jun 06:40
· 2194 commits to master since this release
d39407e

Release 1.7.0

This update changes the database schema. Remember to migrate and follow the upgrade procedures in the wiki!

Changes since 1.6.16:

  • shipper now signs out the user if the password has been changed
  • Updated token invalidation message on the password change screen
  • Removed the redirect to dashboard button on sign-up screen
  • The admin panel now allows filtering of devices by status
  • The admin panel now allows filtering of mirror servers by enabled/downloadable status
  • Added a command to initialize a "full" user - i.e. user with access to all devices. This is useful if you want to create a build bot user that can upload to all devices. Note that this user must already exist within the system!
  • Build objects can now be "enabled" and "disabled." When build objects are disabled, they are hidden from users and the API endpoints.
  • The build ID is now exposed to maintainers on a successful upload.
  • Added a maintainer endpoint to enable/disable builds on upload
  • Library dependency updates