What's new in EzyPlatform 0.9.9?

A summary of notable improvements and updates in this release.
  1. Added HttpOnly option to enhance XSS protection
    Introduced the HttpOnly option to reduce XSS attack risks.It is set to true by default for admin and false for web.You can customize this behavior through the settings.
  2. Added file size and status fields to the media table
    The media table now includes file_size and status fieldsto improve media management and status tracking.
  3. Enabled media replacement and restoration of deleted media
    Supports replacing existing media and restoring media that has been deleted,providing more flexible and safer content management.
  4. Added support for sorting media in multiple directions
    Media lists can now be displayed with various sorting options,making filtering and management more convenient.
  5. Enabled media search using the LIKE operator
    Added support for media search using the LIKE operatorto allow approximate keyword matching and improve search experience.
  6. Added type field to user access tokens and admin access tokens
    Introduced the type field to both user_access_token andadmin_access_token tables. This helps limit the scope of each access tokenand enhances overall security.
  7. Added API for creating socket access tokens for admin
    Provided an API for admin to create socket access tokens,enabling better control and standardization of socket access.
  8. Added running flows list to dashboards
    Dashboards now display a list of currently running flows,making system monitoring and activity tracking more transparent.
  9. Improved several features
    Optimized and improved several existing features to enhance usabilityand overall system performance.
  10. Fixed minor bugs
    Fixed several minor bugs identified during usage,resulting in a more stable system.