Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Releases: sit-n-coding/solidguard

v1.0.3

07 Jul 01:19
4e47e28
Compare
Choose a tag to compare

Date: July 6, 2022

Features:

  • Switch from using REST APIs to GraphQL.

Security:

  • Add manual SSL certificate generation scripts in /certbot/

v1.0.2

13 Jun 01:52
8338597
Compare
Choose a tag to compare

Date: June 12, 2022

Features:

  • Complete API and Client integration for all features, this includes:
    • Adds missing pagination.
    • Escaping of description.
    • Search bar.
    • Styling fixes.
  • Add monitoring tools such as:
    • metabase
    • portainer
  • Use SendGrid for sending emails instead of nodemailer.

Bug Fixes:

  • Fix authentication issues when performing Admin actions (i.e. verifying an exploit).
  • Fix issue where the .env file in the client folder will be picked up in docker-compose.
  • Fix approving issues.

Security:

  • Remove password from GET /api/user requests.

v1.0.1

15 May 05:22
c42d776
Compare
Choose a tag to compare

Security:

  • Add SSL to the reverse proxy.

v1.0

11 May 03:22
ae45198
Compare
Choose a tag to compare

Date: May 10, 2022

Features:

  • Add new homepage + about us.
  • Add an exploits dashboard.

Bug Fixes:

  • Add backend and frontend integration to all features implemented in Prototype v1.2
  • Fix docker deployment.

Security:

  • Replace JWT authentication with Session/Cookie authentication.
  • Replace email with username for authentication.
  • Add NGINX Proxy. No longer need to access the API and client on separate hosts!
  • Update SolidGuardManager smart contract to be upgradeable.
  • Disabled CORS.
  • Add rate limiting on requests.