Releases: ConvoyPanel/panel
Releases · ConvoyPanel/panel
v3.8.0-beta
Changed
- Made system OS password optional if create server option isn't checked when creating a new server in the administrator
area
SHA256 Checksum
610031a2627c6ddf3803e0ff7ae09cce35e10ab3423bfc1937b75db1fd1a663a panel.tar.gz
v3.7.5-beta
Fixed
- English keyboard characters validation rule in create server modal in the administrator area.
Changed
- Some minor refactoring that changed the namespacings of some files to improve code consistency.
SHA256 Checksum
b535c5ce65aa950992c8b9b55d9ffd5c58d0524302ec4ce9d3b0d2dae35f8625 panel.tar.gz
v3.7.4-beta
Fixed
- Server power commands
SHA256 Checksum
25d2c536998fb7882a29b43738a778929b809f74699bdb6a06f639afae00c483 panel.tar.gz
v3.7.3-beta
Fixed
- Server deletion failing when the virtual machine is running
SHA256 Checksum
025741d1d638555af7c138bb4f581da73098234e2fdd025b606a79d06d6fe586 panel.tar.gz
v3.7.2-beta
Fixed
- Error unmounting media (or ISOs) in the server control panel in the client area
SHA256 Checksum
843b6e148e23998b1de4dbe1bdc5061e1320d403cd442d0cca4c09a66833fb2a panel.tar.gz
v3.7.1-beta
Fixed
- Server bandwidth statistic not updating #14
SHA256 Checksum
9d137f78e512acfccab209cf65a9966e15847f86f16265cdd270924786e12e9a panel.tar.gz
v3.7.0-beta
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:
/^[A-Za-z0-9!@#$%^&*()_+\-=[\]{}|;\':",.\/<>?\\ ]*$/
for checking if the password contains only characters on
the U.S. English keyboard./^(?=.*[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
v3.6.2-beta
Fixed
- IP Addresses being clipped if too long in the UI (x2)
- Hostname validation regex in frontend
- Viewport glitch when a server name or hostname is too long
- Validation rule not catching special characters from other languages for OS password validation
Note
If you are developing automation software for Convoy, please implement these regular expressions in your code. Otherwise, your code will error when you send invalid requests.
- server
account_password
validation/^[A-z0-9!@£$%^&*()\'~*_+\-]+$/
to detect special characters from other language/^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[!@#\$%\^&\*])(?=.{8,})/u
minimum password requirements
- server
hostname
validation/^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$/
SHA256 Checksum
9bc5331f039aef5ef32433e0140b912777239262bf757d928c418fd92775f477 panel.tar.gz
v3.6.1-beta
Fixed
- IP Addresses being clipped if too long in the UI
- Awkward delete address modal
SHA256 Checksum
a8224b730d744b713e59d8237c047b2bff838508068b98038efe5fb94e05afcb panel.tar.gz
v3.6.0-beta
Fixed
- IPv6 addresses wouldn't display in client area settings
- Confusing "account password" placeholder when creating a server in the admin area
Added
- Ability to view IP addresses of a server on the dashboard in the client area
SHA256 Checksum
11c5eb5e0bd37dad1d80062dcaaa636e471dafa2f70ada63aa947c43de13ea50 panel.tar.gz