What's new in EzyPlatform 0.9.9?
A summary of notable improvements and updates in this release.
- Added HttpOnly option to enhance XSS protectionIntroduced the
HttpOnlyoption to reduce XSS attack risks.It is set totrueby default foradminandfalseforweb.You can customize this behavior through the settings. - Added file size and status fields to the media tableThe
mediatable now includesfile_sizeandstatusfieldsto improve media management and status tracking. - Enabled media replacement and restoration of deleted mediaSupports replacing existing media and restoring media that has been deleted,providing more flexible and safer content management.
- Added support for sorting media in multiple directionsMedia lists can now be displayed with various sorting options,making filtering and management more convenient.
- Enabled media search using the LIKE operatorAdded support for media search using the
LIKEoperatorto allow approximate keyword matching and improve search experience. - Added
typefield to user access tokens and admin access tokensIntroduced thetypefield to bothuser_access_tokenandadmin_access_tokentables. This helps limit the scope of each access tokenand enhances overall security. - Added API for creating socket access tokens for adminProvided an API for
adminto createsocket access tokens,enabling better control and standardization of socket access. - Added running flows list to dashboardsDashboards now display a list of currently running flows,making system monitoring and activity tracking more transparent.
- Improved several featuresOptimized and improved several existing features to enhance usabilityand overall system performance.
- Fixed minor bugsFixed several minor bugs identified during usage,resulting in a more stable system.