v.1.2.3 progress update

This commit is contained in:
2026-06-13 00:20:58 +02:00
parent 7b0e80a952
commit f4e4688543

View File

@@ -2,16 +2,14 @@
## v.1.2.3 ## v.1.2.3
`to be announced` `to be announced`
### Changes ### Changes
- Added support for the HTTP_X_HTTP_METHOD_OVERRIDE header in the API. - [a60ebadd60](https://gitea.mooij.me/meteo/Sentri/commit/a60ebadd601f92d062f21d39d4447ab54b7944df) Added support for the HTTP_X_HTTP_METHOD_OVERRIDE header in the API.
- Changed all the frontend calls from `_method` to `X-HTTP-Method-Override`. - [3b200d30cb](https://gitea.mooij.me/meteo/Sentri/commit/3b200d30cb3d6fb76e80e0911edd27f60db29bbf) Changed all the frontend calls from `_method` to `X-HTTP-Method-Override`.
### Fixes ### Fixes
- Fixed all the CSS errors. - [d6079878c4](https://gitea.mooij.me/meteo/Sentri/commit/d6079878c4015358426f9612e80a1e2c7a977eab) When creating an user the `user_pref_language` value is not an enum but any string. And the the user creation `user_phone_number` is now optional.
- When creating an user the `user_pref_language` value is not an enum but any string. - [bc8976c18e](https://gitea.mooij.me/meteo/Sentri/commit/bc8976c18e98ad6be637f24bd5e0ef3f52d64002) API user creation does not set the `user_full_name`.
- 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.
- 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.
- Make the user creation `user_phone_number` optional.
- Inserve configuration API call does not longer require the obsolete `source_name` field.
## v.1.2.2 ## v.1.2.2
`29-05-2026` `29-05-2026`
@@ -35,6 +33,7 @@
### Fixes ### Fixes
- Issue with the companies not showing in the server overview. - Issue with the companies not showing in the server overview.
- Issue with new server licenses having "0" as name. - Issue with new server licenses having "0" as name.
- Fixed all the CSS errors.
### Known issues ### Known issues
- Users are not able to change their own name. - Users are not able to change their own name.
- No check on users being linked to a group before deleting it. - No check on users being linked to a group before deleting it.