v.1.2.3 progress update

This commit is contained in:
2026-06-13 00:14:11 +02:00
parent 9d2892ad1d
commit 7b0e80a952

View File

@@ -2,9 +2,16 @@
## 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.
- Changed all the frontend calls from `_method` to `X-HTTP-Method-Override`.
### Fixes ### Fixes
- Fixed all the CSS errors. - Fixed all the CSS errors.
- When creating an user the `user_pref_language` value is not an enum but any string.
- API user creation does not set the `user_full_name`.
- Module enablement toggle feedback is fixed.
- 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`
@@ -30,6 +37,10 @@
- Issue with new server licenses having "0" as name. - Issue with new server licenses having "0" as name.
### 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.
- There is no validation of the `portal_uuid` when configuring mail settings.
- A lot of GET API calls missing or not working correctly.
## v.1.2.1 ## v.1.2.1
`17-05-2026` `17-05-2026`
### Features ### Features