Skip to content

Latest commit

 

History

History
108 lines (91 loc) · 3.08 KB

CHANGELOG.rst

File metadata and controls

108 lines (91 loc) · 3.08 KB

Changelog

1.4.7

  • Update themes
  • Add constant form labels
  • Override default OIDC de-authantication views

1.4.6

  • Update themes

1.4.5

  • Change image base to the Prometheus one

1.4.4

  • Update minimum Django 1.11 version
  • Fix string issue in oidc authorise scope text

1.4.3

  • Added Tanzanian Swahili locale
  • Regenerate base PO files

1.4.2

  • Add form to request client application registration
  • Added asterisk to all required fields on registration, edit profile and user migration
  • Add management command to get a list of users filtered by last login and active status
  • Prevent metrics related denial of service

1.4.1

  • Generate endpoints for invitation redirect url addition
  • Update registration success to display unique template if invitation had a redirect url
  • Invitation email now includes expiry date

1.4.0

  • Added test language: en-you
  • Added CORS_ORIGIN_WHITELIST environment variable setting.

1.3.0

  • GEINFRA-60
  • GEINFRA-118
  • GEINFRA-119
  • GEINFRA-124
  • GEINFRA-138
  • GEINFRA-154
  • GEINFRA-236
  • GEINFRA-237
  • GEINFRA-239
  • GEINFRA-245
  • GEINFRA-246
  • GEINFRA-248
  • GEINFRA-249
  • GEINFRA-251

1.2.2

Bugfix: Correct format of datetime argument passed to the deleted_user_update() call of the User Data Store.

1.2.1

  1. feature/GE-1100: Prevent users younger than 13 from registering an account or reducing age via edit profile
  2. Reworked themes, reduce templates, update styles
  3. feature/GE-1128: Translation tag updates, reduce HTML and CSS elements in blocktrans blocks and trans tags. Reworked some python strings to not include none string characters where possible.
  4. feature/GE-1086: Registration security questions can be preselected via url query parameter.
  5. feature/GE-1066: Registration split into multi page wizard.
  6. Renamed OrginasationalUnit to Organisation
  7. feature/GEINFRA-62: Edit profile now correctly updates user age.
  8. feature/GEINFRA-59: Update default admin user creation to sport more fields.
  9. feature/GEINFRA-58: Updates to security question model unique constraints.
  10. feature/GEINFRA-95: Revert some template regressions from registration wizard updates.
  11. feature/GEINFRA-66: Invitation System: send invitation mail API endpoint.
  12. feature/GEINFRA-78: Setup new S3 storage backend and CloudFront CDN for statics and media.
  13. feature/GEINFRA-67: Registration updated to make use of incitation urls.
  14. feature/GEINFRA-137: Refactor registration login code to not prematurely clear session.
  15. Various tweaks, fixes and updates.

1.2.0

  1. Various bugfixes from errors picked up on QA
  2. Themes updated
  3. feature/GE-1120: Account deletion error message fix
  4. feature/GE-1115: Keep theme when redirecting
  5. feature/GE-1116: Changed admin template to make use of auth service base
  6. feature/GE-1117: 2FA disabled (for now)
  7. feature/GE-1085: Password reset for unmigrated users

1.1.1

  1. Fixed bug that made the createsuperuser management command unusable.
  2. Added management command to load country data.

1.1.0

  • Added healthcheck API end-point.

1.0.0

  • Initial release