Skip to content

Commit de075a4

Browse files
committed
Add tenant theming API, DTOs, and audit date improvements
- Introduce API client methods and DTOs for tenant theming (get, update, reset theme) - Add ProvisioningClient with retry method and audit detail fetch by ID - Switch DateTime query params to ISO 8601 ("o") format for accuracy - Improve audit date filtering in UI using DateTimeOffset and UTC - Update permissions, .gitignore, and NSwag config for new features
1 parent b96c9ea commit de075a4

File tree

5 files changed

+721
-78
lines changed

5 files changed

+721
-78
lines changed

.claude/settings.local.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"permissions": {
33
"allow": [
4-
"Bash(dotnet build:*)",
5-
"Bash(dotnet ef migrations add:*)",
6-
"Bash(taskkill:*)",
7-
"Bash(docker start:*)"
4+
"Bash(Stop-Process -Force)",
5+
"Bash(pkill:*)",
6+
"Bash(dotnet clean:*)",
7+
"Bash(dotnet run:*)"
88
],
99
"deny": [],
1010
"ask": []

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,4 +492,4 @@ docs/
492492
spec-os/
493493
/PLAN.md
494494
/nul
495-
**/wwwroot/uploads/*
495+
**/wwwroot/uploads/*

scripts/openapi/nswag-playground.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"generateContractsOutput": false,
3737
"contractsNamespace": null,
3838
"contractsOutputFilePath": null,
39-
"parameterDateTimeFormat": "s",
39+
"parameterDateTimeFormat": "o",
4040
"parameterDateFormat": "yyyy-MM-dd",
4141
"generateUpdateJsonSerializerSettingsMethod": true,
4242
"useRequestAndResponseSerializationSettings": false,

0 commit comments

Comments
 (0)