Skip to content

Releases: openfun/fonzie

v0.7.0

04 Apr 09:44
Compare
Choose a tag to compare

Added

  • Send user newsletter subscription status in the user token

v0.6.0

13 Mar 16:03
Compare
Choose a tag to compare

Added

  • Set cross domain csrf token on user api get request

v0.5.0

08 Dec 17:26
Compare
Choose a tag to compare

Added

  • Bind user permissions into the claim of the JWT Token (is_active, is_staff, is_superuser)

Fixed

  • Return user information in the User API endpoint even if the user is not active

v0.4.0

28 Jul 15:05
Compare
Choose a tag to compare

Added

  • Bind user preference language into the claim of the JWT Token

v0.3.0

11 Apr 14:24
Compare
Choose a tag to compare

Added

  • Add a User API endpoint to first generate a JWT for Authentication purpose
    from Third Party Application

Changed

  • Generate JWT Token through Simple JWT's AccessToken class

v0.2.1

10 Oct 15:40
Compare
Choose a tag to compare

Fixed

  • ACL: Support filenames using @ and + (e.g. course problem responses
    report)
  • Fix CI tree creation order

v0.2.0

10 Oct 15:40
Compare
Choose a tag to compare

Added

  • Add ACL view to control access to instructor dashboard exported files
  • Add cms and nginx services to development environment