Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Releases: Sayo-nika/Backend

1.0.0 - BETA 3

11 Sep 12:44
9eda847
Compare
Choose a tag to compare
1.0.0 - BETA 3 Pre-release
Pre-release
Dirty hack until we get to prod because localhost didn't work

Signed-off-by: Martmists <[email protected]>

1.0.0-beta.2

18 May 05:44
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

Breaking

  • Rename tables and ORM models (06ea231)
    • Will require a complete database wipe and re-generation.

Fixes

  • Fix matching in search (3afed74)
  • Add ON CASCADE DELETE for all tables with relationships (412ba8a)
  • Make enums start at 0 (f665e11)

Features

  • Allow admins to edit user roles and to delete users (dea0818)
  • Add sorting for mod verification queue (55c8169)
  • Add owners when querying mod verification queue (bdb9b41)
  • Unrestrict ratelimits a bit (b6cdab5)
  • Mod delete route (109a19a)

1.0.0-beta

21 Apr 15:16
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release
fix: use Mailgun to send mail instead of flask-mail