Skip to content

v3.7.0-beta

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 23:08

Fixed

  • Overallocation check logic whenever an administrator tries to update a server's build #16
  • Issue where you can't use IPv6 for nameservers

Changed

  • Made account_password required by default for creating new servers and server installations
  • Refactored all settings pages
  • Refactored menu component to reduce bundle size
  • Refactored Server Usages and Rate Limit sync for better scaling
  • Minor frontend styling
  • Refactored disk data transfer object
  • All password inputs (except for Convoy user account password) has these two validation rules:
    1. /^[A-Za-z0-9!@#$%^&*()_+\-=[\]{}|;\':",.\/<>?\\ ]*$/ for checking if the password contains only characters on
      the U.S. English keyboard.
    2. /^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[!@#\$%\^&\*])(?=.{8,})/ for checking if the password contains 8
      characters, 1 uppercase, 1 lowercase, 1 number and 1 special character.

Added

  • Search bars in the administrator area
  • Log rotation for Laravel log file
  • Proxmox user pruning to prune expired temporary NoVNC users

SHA256 Checksum

ba7edc931ed3048c862cf953e376f629933dbe0a6826873592fb5088cd808ba7  panel.tar.gz