Skip to content
Snippets Groups Projects
Verified Commit d74cca13 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'master' into release-3.0

parents 5a24aa29 d1270c34
No related branches found
No related tags found
2 merge requests!1237Release 3.0,!1183Release 3.0
Pipeline #116443 failed
......@@ -81,7 +81,6 @@ Changed
* Introduce PBKDF2-SHA1 password hashing
* Persistent database connections are now health-checked as to not fail
requests
* Incorporate SPDX license list for app licenses on About page
* [Dev] The undocumented field `check` on `DataCheckResult` was renamed to `data_check`
* Frontend bundling migrated from Webpack to Vite
* Get dashboard widgets and data checks from apps with new registration mechanism.
......@@ -93,12 +92,8 @@ Changed
Fixed
~~~~~
* The permission check for the dashboard edit page failed when the user had no person assigned
* The system tried to send notifications for done background tasks
in addition to tasks started in the foreground
* Invitations for existing short name did not work
* Invitations for persons without pre-defined e-mail address did not behave correctly
* OIDC scope "phone" had no claims
* 2FA via messages or phone calls didn't work after a faulty dependency
update
* [Dev] Site reference on extensible models can no longer cause name clashes
......@@ -112,10 +107,26 @@ Removed
* It caused major performance issues and is not useful with the new
frontend anymore
`2.12.2`_ - 2022-12-08
`2.12.3` - 2023-03-07
---------------------
Fixed
~~~~~
* The permission check for the dashboard edit page failed when the user had no person assigned.
* OIDC scope "phone" had no claims.
* AlekSIS groups were not synced to Django groups on registration of existing persons
* Invitations for existing short name did not work.
* Invitations for persons without pre-defined e-mail address did not behave correctly
`2.12.2`_ - 2022-12-18
----------------------
* Incorporate SPDX license list for app licenses on About page
Fixed
~~~~~
* Incorporate SPDX license list for app licenses on About page because
spdx-license-list dependency vanished.
`2.12.1`_ - 2022-11-06
----------------------
......@@ -1070,5 +1081,6 @@ Fixed
.. _2.12: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.12
.. _2.12.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.12.1
.. _2.12.2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.12.2
.. _2.12.3: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.12.3
.. _3.0b0: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b0
.. _3.0b1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b1
......@@ -66,7 +66,7 @@ colour = "^0.1.5"
dynaconf = {version = "^3.1", extras = ["yaml", "toml", "ini"]}
django-auth-ldap = { version = "^4.0", optional = true }
django-maintenance-mode = "^0.18.0"
django-ipware = "^4.0"
django-ipware = "^5.0"
django-impersonate = "^1.4"
psycopg2 = "^2.8"
django_select2 = "^8.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment