Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.rst 15.45 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Allow configuration of database options

Fixed

  • Correctly update theme colours on change again
  • Imprint is now called "Imprint" and not "Impress".
  • Logo files weren't uploaded to public namespace.

2.3.1 – 2021-12-17

Fixed

  • Small files could fail to upload to S3 storage due to MemoryFileUploadHandler
  • Corrected typos in previous changelog

2.3 – 2021-12-15

Added

  • [OAuth] Allow apps to fill in their own claim data matching their scopes

Fixed

  • View for assigning permissions didn't work with some global permissions.
  • PDFs generated in background didn't contain logo or site title.
  • Admins were redirected to their user preferences while they wanted to edit the preferences of another user.
  • Some CharFields were using NULL values in database when field is empty
  • Optional dependecy sentry-sdk was not optional

Changed

  • Docker base image ships PostgreSQL 14 client binaries for maximum compatibility
  • Docker base image contains Sentry client by default (disabled in config by default)

Removed

  • Remove impersonation page. Use the impersonation button on the person detail view instead.

2.2.1 – 2021-12-02

Fixed

  • [Docker] Stop initialisation if migrations fail
  • [OAuth] Register groups scope and fix claim
  • [OAuth] Fix OAuth claims for follow-up requests (e.g. UserInfo)
  • [OAuth] Fix grant types checking failing on wrong types under some circumstances
  • [OAuth] Re-introduce missing algorithm field in application form
  • Remove errornous backup folder check for S3

2.2 - 2021-11-29

Added

  • Support config files in sub-directories
  • Provide views for assigning/managing permissions in frontend
  • Support (icon) tabs in the top navbar.

Changed