8 Commits

Author SHA1 Message Date
warrenchen
8c6e3c550f Merge branch 'master' of https://gitea.innovedus.com/warrenchen/member_center 2026-02-10 18:05:07 +09:00
warrenchen
33102d536e feat: Implement email blacklist functionality and completed auth for subscription sending flow
- Added EmailBlacklist service and controller for managing blacklisted emails.
- Created EmailBlacklistDto for data transfer and EmailBlacklistFormViewModel for form handling.
- Implemented views for listing and adding emails to the blacklist.
- Updated database schema with new EmailBlacklist entity and related migrations.
- Enhanced OAuthClientFormViewModel to include ClientId and ClientSecret properties.
- Added EmailBlacklistService to handle email blacklisting logic.
- Integrated email blacklist service into the application with necessary dependencies.
2026-02-10 18:05:03 +09:00
warrenchen
db50810d15 Refactor token handling in ConfirmAsync method for improved backward compatibility and introduce FindTokenAsync helper method 2026-02-04 17:45:32 +09:00
warrenchen
e4af8f067f Implement unsubscribe token feature and enhance preferences management with list_id and email validation 2026-02-04 16:28:32 +09:00
warrenchen
f84cfb5beb Refactor code structure for improved readability and maintainability 2026-02-03 18:11:38 +09:00
warrenchen
db39a6ac4c Enhance installation process with environment variable support and dotenv loading for development 2026-02-03 16:48:25 +09:00
warrenchen
8756010173 Refactor installation process and update schema definitions for improved functionality 2026-02-03 15:33:16 +09:00
warrenchen
4631f82ee4 Add initial installer project and setup for MemberCenter
- Created MemberCenter.Installer project with references to Infrastructure, Application, and Domain projects.
- Added Program.cs with a basic console output.
- Generated MemberCenterDbContextModelSnapshot for database schema representation.
2026-02-03 15:04:18 +09:00