Coronium Core 2.6.0 in now available for installation.
This version introduces some major internal changes to support future enhancements, a large Webmin update, scope permissions, email logins, and password resets, among other things. This update requires a server reboot.
Be sure to read the critical update notes carefully in the next post (or on the updates page) before updating.
Added
- Password reset link that can be sent to a user with an email address using the server-side users.sendPasswordResetLink method, allowing a user to reset their password via online form. Supports custom email template messaging. See also the Password Reset guide.
- Scope Permissions for additional security, allowing a developer to control what client-side actions are allowed.
- Server-side users.sendConfirmationLink to send a confirmation email for server-side created users. See also the Confirmations guide.
- Server-side utility method core.md5 which creates an MD5 digest of the given string.
- Server-side command line tool to disable/enable MongoDB to gain some additional system resources in the event a developer is not using any MongoDB related functionality.
- A bunch of new and updated documentation.
Updated
- Client-side users.login method to support login by email or username.
- Server-side users.getWithQuery to query against a hashed password.
- Coronium Core Corona Plugin to support version 2.6.0 or better servers.
Fixed
- Archive projects action in the System Info section not downloading.
- Server-side users.getWithQuery only working with the active key set.
- User confirmation email send incorrectly reporting “failed” status.
- Various minor issues.
API Changes
- The client-side core.init method now requires a version parameter. See Initialization.
Webmin 2.0.0
- New Scopes section for viewing, and managing Scope Permissions.
- Auto Scroll Log option added to the Configuration section.
- Code completions updated for new methods.
- Tons of tweaks, fixes, reorganization, and visual updates
Install : https://develephant.github.io/coronium-core-docs/server/installation/digitalocean/
Update : https://develephant.github.io/coronium-core-docs/server/updates/#250-to-260
Documentation : https://develephant.github.io/coronium-core-docs/
Plugin : https://marketplace.coronalabs.com/plugin/coronium-core
Free Trial : https://forums.coronalabs.com/topic/71279-coronium-core-new-friction-less-install-and-free-trial
_ Before upgrading be sure to create a snapshot or backup of your current system. _
Please post any issues or questions in this forum. Enjoy!
-dev