Progress update in release notes

This commit is contained in:
2026-06-13 23:31:55 +02:00
parent e39e1a2c47
commit 4a1c6bde48

View File

@@ -10,6 +10,10 @@
- [bc8976c18e](https://gitea.mooij.me/meteo/Sentri/commit/bc8976c18e98ad6be637f24bd5e0ef3f52d64002) API user creation does not set the `user_full_name`. - [bc8976c18e](https://gitea.mooij.me/meteo/Sentri/commit/bc8976c18e98ad6be637f24bd5e0ef3f52d64002) API user creation does not set the `user_full_name`.
- [1374ba2f13](https://gitea.mooij.me/meteo/Sentri/commit/1374ba2f1387c3b50dafcd3578c3bf4faa8f96f9) Module enablement toggle feedback is fixed. - [1374ba2f13](https://gitea.mooij.me/meteo/Sentri/commit/1374ba2f1387c3b50dafcd3578c3bf4faa8f96f9) Module enablement toggle feedback is fixed.
- [aece25439b](https://gitea.mooij.me/meteo/Sentri/commit/aece25439be70cb801cda43ad288b67a9ea2bc97) Inserve configuration API call does not longer require the obsolete `source_name` field. - [aece25439b](https://gitea.mooij.me/meteo/Sentri/commit/aece25439be70cb801cda43ad288b67a9ea2bc97) Inserve configuration API call does not longer require the obsolete `source_name` field.
- [9de2fc0ad1](https://gitea.mooij.me/meteo/Sentri/commit/9de2fc0ad14aa32ed9e36940f1137b382d04bc4e) Users are not able to change their own name.
- [c408e43283](https://gitea.mooij.me/meteo/Sentri/commit/c408e4328366ffe5b699715dfd1e0b0fd47ce5d9) SQL-Injection vulnerability in GET function resolved.
- [98d5d1cb18](https://gitea.mooij.me/meteo/Sentri/commit/98d5d1cb18d043a735fefb66de053e399c27ef0b) GET stomp API call added.
- [a7e3c54a89](https://gitea.mooij.me/meteo/Sentri/commit/a7e3c54a89672b96391c3c5894a84f4b5de6b7d0) Fixed the `ofice` typo in the permission names to `office`
## v.1.2.2 ## v.1.2.2
`29-05-2026` `29-05-2026`
@@ -35,8 +39,7 @@
- Issue with new server licenses having "0" as name. - Issue with new server licenses having "0" as name.
- Fixed all the CSS errors. - Fixed all the CSS errors.
### Known issues ### Known issues
- Users are not able to change their own name. - No check on users being linked to a group before deleting it, returns 500 if so.
- No check on users being linked to a group before deleting it.
- There is no validation of the `portal_uuid` when configuring mail settings. - There is no validation of the `portal_uuid` when configuring mail settings.
- A lot of GET API calls missing or not working correctly. - A lot of GET API calls missing or not working correctly.