Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

50 lines (34 loc) · 1.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.4.0] - Unreleased

Added

  • Add config entry to allow extra CORS origins.
  • Add HEAD/ request handling for file resource.
  • Add behavior report ID in /summary view.
  • Add PE signature and file extension in /summary view.
  • Swagger API documentation.
  • Add an option to disable CORS policy during debugging.

Fixed

  • User identify was missing the IsAdmin attribute.

[0.3.0] - 2022-01-06

Added

  • Paginate user and file resources.
  • User activities for anonymous users
  • Add a rate limiter.
  • Email account confirmation

[0.2.0] - 2021-08-31

Added

  • Add CRUD for the comment resource.
  • JWT authentication
  • Add activity feature.
  • User profile page.
  • JWT authentication
  • User profile page.

[0.1.0] - 2021-05-01

Added

  • Initial release :)
  • Add CRUD for the user resource.
  • Add CRUD for the file resource.
  • Ability for a user to like a sample or follow a user