Releases: ConvoyPanel/panel
Releases · ConvoyPanel/panel
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_passwordvalidation/^[A-z0-9!@£$%^&*()\'~*_+\-]+$/to detect special characters from other language/^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[!@#\$%\^&\*])(?=.{8,})/uminimum password requirements
- server
hostnamevalidation/^(([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
v3.5.1-beta
Added
- Support for hosting Convoy without a hostname
Changed
- Default redis configuration in .env because some people were getting confused by the documentation
SHA256 Checksum
7f5c6643db978d22d4b6caf43d4fe29496c94a877caac54296e7846f18fc3212 panel.tar.gz
v3.5.0-beta
Changed
- Settings layout for client side server settings
Fixed
- possibility that
address_idswill cause an exception when it's null when creating a new server
SHA256 Checksum
b58d5346a0dac66b748de6505e0aa0fa2e4cfb3fa18b948f9b9d7c1e0d1d890f panel.tar.gz
v3.4.0-beta
Changed
- Refactored routes
Added
- Navigation Bar Context. Now switching pages are even more seamless
SHA256 Checksum
d8d265058c71e196c0ccbdf75780f79e8351c59c26f54fb7e8642938e13e4e63 panel.tar.gz
v3.3.0-beta
Fixed
- Lack of cancel button when deleting an API key
Added
- Ability for administrators to impersonate the client view for a server and also visit the server's configuration in the admin area.
- Warnings when creating a new node to disable privilege separation and grant root permissions.
SHA256 Checksum
dc51d04b8294e2353e2fffe1f207db74a4a590add677cb5a838fe5db286ef4bd panel.tar.gz