Commit Graph

13 Commits

Author SHA1 Message Date
2c87b5bd49 fix: correct CORS middleware name and remove unused TLS certresolver comment
The CORS middleware was incorrectly referencing `webapp-cors` for the `accessControlAllowCredentials` header, which should use `complex-cors` to match the actual middleware name. Also removed a commented-out TLS certresolver line that was no longer needed.
2026-06-09 01:44:29 +03:30
13deea7f3f fix(docker-compose): rename connection string environment variable
Updated the connection string environment variable from `ConnectionStrings__Default` to `ConnectionStrings__ComplexConnection` to align with the application's expected configuration key.
2026-06-09 01:41:49 +03:30
3536ff62c1 fix: update manager phone number in seed data from 09120000001 to 09354600904
Changed the manager's mobile number across all seed data entries to reflect the correct contact information for the complex manager.
2026-06-09 01:40:26 +03:30
56f20110ff chore: remove tracked bin/obj build artifacts from git index 2026-06-09 01:35:24 +03:30
8be6133661 feat: add DataSeeder for reference/test data and auto-migration on startup 2026-06-09 01:31:37 +03:30
f101085b52 feat: add Dashboard service with manager summary statistics 2026-06-09 01:30:19 +03:30
c38f2de9c4 feat: add Announcement service with GetAnnouncements and SendAnnouncement 2026-06-09 01:30:12 +03:30
0caf9d58b8 feat: add Transaction service with UnitsByTransStateList and PayCosts 2026-06-09 01:30:05 +03:30
e2afe8af9a feat: add Person search endpoint with SearchPersons method 2026-06-09 01:29:57 +03:30
9a42b96f41 fix .gitignore to exclude nested bin/obj directories 2026-06-09 01:29:30 +03:30
motahhari
1fb1081af5 fix deploy config 2026-06-03 03:20:16 +03:30
a2140fadc3 Add .gitignore 2026-06-03 01:56:30 +03:30
8e92c983a2 first commit 2026-06-02 20:48:16 +03:30