Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 3.09 KB

CHANGELOG.md

File metadata and controls

41 lines (24 loc) · 3.09 KB

1.1.1 (2021-05-22)

Bug Fixes

  • account: fix crash when no badwords.txt file existed (ba5bd47)

1.1.0 (2021-01-11)

Bug Fixes

  • account: fix slurs validator triggering when no bad words list has been created (0620c7a)

Features

  • account: allow character_settings to be visualized in admin view (2c09aff)
  • account: api endpoints to get character data (ff90616)
  • account: endpoint for token generation (acbe3d6)
  • account: introduce custom validators for username field (3eb2414)
  • account: make character settings endpoint public (e360b35)
  • api: new register, login, logout and logoutall views (cea831e)

1.0.0 (2020-11-22)

Bug Fixes

  • api: account register endpoint not requiring mail confirmation (#11) (0044d1f)
  • gha: fix cache and log in error (#19) (0ea5b16)
  • persistence: correct properties for models (6ec121b)

Features

  • account: json field for character settings (a254169)
  • account: make user_id the model pk (623d48a)
  • api: add endpoint to get account data (fb08042)
  • api: set default api views to authenticated only (4f18737)
  • docker: enable docker build caching (#10) (3a50d0c)