Compare commits
1 Commits
ae1f3cca1b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e3dfc3431d |
@@ -53,5 +53,9 @@ curl_close($curl);
|
||||
```
|
||||
|
||||
#### Known errors or issues.
|
||||
None are known at the time
|
||||
If you do encounter issues and get an http code in return, check the response codes on this page.
|
||||
```json
|
||||
{
|
||||
"error":"Cannot delete record: dependent data exists."
|
||||
}
|
||||
```
|
||||
This means there is still a user linked to the user-group, first make there are no users linked to this group before deleting.
|
||||
@@ -1,4 +1,29 @@
|
||||
# Release notes
|
||||
|
||||
## v.1.3
|
||||
`to be announced`
|
||||
### Changes
|
||||
- Rename the servers module to Inventory so it supports other things as well.
|
||||
- Added CSP headers to PHP code
|
||||
|
||||
### Features
|
||||
- Hypervisor overview.
|
||||
- Network devices overview.
|
||||
|
||||
## v.1.2.4
|
||||
`21-06-2026`
|
||||
|
||||
### Changes
|
||||
- [e96d6b9a70](https://gitea.mooij.me/meteo/Sentri/commit/e96d6b9a70986688bfd6f71cc30fb145598eb0bf) **‼ BREAKING !!** Changed the config.php file, look at the config-sample.php to update.
|
||||
- [d781078c0d](https://gitea.mooij.me/meteo/Sentri/commit/d781078c0d4d037307caaf83bb9f5409b050d70e) A lot of code cleanup and code sanitation done.
|
||||
- [0b76255cfa](https://gitea.mooij.me/meteo/Sentri/commit/0b76255cfaac109e86c071dcbd98de065705c16f) security.txt added and + PGP key.
|
||||
- [8b742d997c](https://gitea.mooij.me/meteo/Sentri/commit/8b742d997c14bdd136877e5645a379e22980bbcc) [229d2b4a15](https://gitea.mooij.me/meteo/Sentri/commit/229d2b4a15476d7be5e2010efc87ac22f4d39fc5) Content Security Policy (CSP) compatibility
|
||||
- [6682b974a3](https://gitea.mooij.me/meteo/Sentri/commit/6682b974a33410c220c836cd0b5c3315fcbcc5f9) Server overview now shows last modified date.
|
||||
|
||||
### Fixes
|
||||
- [be392b8149](https://gitea.mooij.me/meteo/Sentri/commit/be392b81499de7c9a1161fe31c981b6f4f63f763) Validation added of the `portal_uuid` when configuring mail settings and portal settings.
|
||||
- [89ea170798](https://gitea.mooij.me/meteo/Sentri/commit/89ea1707988e2da3c6b1d3ade8a3d85239928104) Fixed an issue where existing subscriptions wont be updated with new licenses.
|
||||
|
||||
## v.1.2.3
|
||||
`14-06-2026`
|
||||
### Changes
|
||||
@@ -20,11 +45,6 @@
|
||||
- [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`
|
||||
|
||||
### Known issues
|
||||
- No check on users being linked to a group before deleting it, returns 500 if so.
|
||||
- There is no validation of the `portal_uuid` when configuring mail settings.
|
||||
- Some data like `'` in wont be encoded to JSON. For example in the permission descriptions.
|
||||
|
||||
## v.1.2.2
|
||||
`29-05-2026`
|
||||
### Changes
|
||||
@@ -102,16 +122,11 @@
|
||||
`21-12-2025`
|
||||
Initial release.
|
||||
## Roadmap
|
||||
- Rename the servers module to Inventory so it supports other things as well.
|
||||
- Docker container.
|
||||
- Use of CDN's for CSS and other static content.
|
||||
- security.txt + PGP key
|
||||
## Roadmap features
|
||||
- Self-destructing message
|
||||
- SSO/SAML/User provisioning.
|
||||
- Logging of actions to local storage or to things such as graylog.
|
||||
- Hypervisor overview.
|
||||
- Network devices overview
|
||||
- Logging of actions with syslog.
|
||||
- Travel cost page.
|
||||
## v0.1
|
||||
`23-12-2024`
|
||||
|
||||
Reference in New Issue
Block a user