Skip to content
Snippets Groups Projects
Verified Commit f32c8fca authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: update CHANGELOG

parent 6a0c6731
Branches
Tags
Loading
Pipeline #40259 passed
...@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### ### Added ###
* The file-upload module from the [CaosDB WebUI Legacy
Adapter](https://gitlab.com/caosdb/caosdb-webui-legacy-adapter) has been
added. The new file-upload add a "+" button to the file-system view for
uploading files into the current directory and new subdirectories. The module
can be disabled by setting the build property
`BUILD_MODULE_EXT_FILE_UPLOAD=DISABLED`.
* `BUILD_MODULE_LEGACY_MAP={DISABLED,ENABLED}`, which is enabled by default. * `BUILD_MODULE_LEGACY_MAP={DISABLED,ENABLED}`, which is enabled by default.
This options prepares the web for the upcomming new map implementation (see This options prepares the web for the upcomming new map implementation (see
below). below).
......
...@@ -57,6 +57,7 @@ BUILD_MODULE_EXT_QRCODE=ENABLED ...@@ -57,6 +57,7 @@ BUILD_MODULE_EXT_QRCODE=ENABLED
BUILD_MODULE_SHOW_ID_IN_LABEL=DISABLED BUILD_MODULE_SHOW_ID_IN_LABEL=DISABLED
BUILD_MODULE_LEGACY_QUERY_FORM=DISABLED BUILD_MODULE_LEGACY_QUERY_FORM=DISABLED
BUILD_MODULE_LEGACY_MAP=ENABLED BUILD_MODULE_LEGACY_MAP=ENABLED
BUILD_MODULE_EXT_FILE_UPLOAD=ENABLED
BUILD_MODULE_USER_MANAGEMENT=ENABLED BUILD_MODULE_USER_MANAGEMENT=ENABLED
BUILD_MODULE_USER_MANAGEMENT_CHANGE_OWN_PASSWORD_REALM=CaosDB BUILD_MODULE_USER_MANAGEMENT_CHANGE_OWN_PASSWORD_REALM=CaosDB
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment