app, server: Add an endpoint to fetch the frontend settings

This commit is contained in:
Valentin Tolmer
2025-03-30 23:08:42 +02:00
committed by nitnelave
parent ba93533790
commit 5afcdbda65
15 changed files with 86 additions and 30 deletions
Generated
+9
View File
@@ -2545,6 +2545,7 @@ dependencies = [
"lldap_domain",
"lldap_domain_handlers",
"lldap_domain_model",
"lldap_frontend_options",
"lldap_validation",
"log",
"mockall",
@@ -2598,6 +2599,7 @@ dependencies = [
"indexmap 1.6.2",
"jwt 0.13.0",
"lldap_auth",
"lldap_frontend_options",
"lldap_validation",
"rand 0.8.5",
"serde",
@@ -2690,6 +2692,13 @@ dependencies = [
"uuid 1.11.0",
]
[[package]]
name = "lldap_frontend_options"
version = "0.1.0"
dependencies = [
"serde",
]
[[package]]
name = "lldap_migration_tool"
version = "0.4.2"