troogs
935f026c75
Fix and harden prospect creation against Blazor runtime crashes
...
Build And Push Dev Docker Image / docker (push) Successful in 3m3s
- Handle empty numeric input safely with nullable integer binding.
- Add semaphore locks to prevent double-click invocation errors on mobile.
- Implement global exception handling and user notifications for prospect operations.
2026-05-10 19:47:39 +02:00
troogs
e1c57967e4
Fix EditProspectDialog and Prospects: prevent multiple modal openings during save and create operations
2026-05-10 19:40:06 +02:00
troogs
c702e8dbd5
Fix EditProspectDialog: update NumericEdit to handle nullable Foodsharing-ID
2026-05-10 19:40:00 +02:00
a.beging@eas-solutions.de
78135a9f6d
Enhance AuditService: add logging for audit insert operations
Build And Push Dev Docker Image / docker (push) Successful in 2m21s
2026-05-06 15:15:09 +02:00
a.beging@eas-solutions.de
17a0be20b3
Add UserServiceTests: implement unit tests for user management functionalities
Build And Push Dev Docker Image / docker (push) Failing after 28s
2026-04-30 11:20:12 +02:00
a.beging@eas-solutions.de
1759e8a2d4
Enhance MailService: refactor constructor to accept a custom SMTP client factory and add unit tests for SendEmailAsync method
2026-04-30 11:14:15 +02:00
a.beging@eas-solutions.de
cefa47a176
Enhance user management: prevent deletion of the last admin user and restrict admin type changes for the last admin account
...
Build And Push Dev Docker Image / docker (push) Successful in 1m47s
Co-authored-by: Copilot <copilot@github.com >
2026-04-30 09:53:05 +02:00
a.beging@eas-solutions.de
c4d7fd6ed5
Enhance layout styles: update stylesheet links to use asp-append-version for better cache management
Build And Push Dev Docker Image / docker (push) Successful in 1m40s
2026-04-30 07:21:43 +02:00
a.beging@eas-solutions.de
f4f04e4a42
Enhance interaction handling: add confirmation dialog for deleting verification images and ensure OnSuccess callback is invoked after adding interactions
...
Build And Push Dev Docker Image / docker (push) Successful in 1m42s
Co-authored-by: Copilot <copilot@github.com >
2026-04-29 16:17:11 +02:00
a.beging@eas-solutions.de
6807f2b6e6
Enhance audit logging: add new audit types for password reset and prospect image actions, and update related services to log these events
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-29 15:57:30 +02:00
a.beging@eas-solutions.de
0dd0c1bf4c
Enhance AuditView and NavMenu: restrict access for non-admin users in InitializeDataAsync and OnReadData methods, and refactor NavMenu structure for better readability
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-29 15:54:23 +02:00
a.beging@eas-solutions.de
87f26f9367
Refactor Audit service and view: implement GetCount and LoadPage methods, update OnReadData for improved data handling
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-29 15:35:47 +02:00
troogs
c0c18f2ddd
Refactor FsBase component: remove unused private fields and streamline OnInitializedAsync method
Build And Push Dev Docker Image / docker (push) Successful in 1m52s
2026-04-26 11:07:02 +02:00
troogs
b0866754e0
Add initial password setup functionality: implement email sending for new account password setup and update user interface to include password setup button
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-26 11:00:43 +02:00
troogs
870930914e
Enhance user authentication and management: add unverified user check, update error messages, and improve user interface for better usability
Build And Push Dev Docker Image / docker (push) Successful in 1m52s
2026-04-26 10:28:31 +02:00
troogs
54effa67ac
Remove Verified property from User entity and update related migration
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-26 10:25:16 +02:00
a.beging@eas-solutions.de
48ad7dda87
Enhance ProspectSortControl: add styling to TextEdit component for improved visibility
Build And Push Dev Docker Image / docker (push) Failing after 3h0m4s
2026-04-24 15:14:45 +02:00
a.beging@eas-solutions.de
d09926a8b4
Enhance VerificationSettingsDialog: add success message for link copy action and improve button styling
2026-04-24 14:29:18 +02:00
a.beging@eas-solutions.de
954d57b7a6
Refactor UploadVerification page: improve layout, loading indicators, and user instructions for better clarity and usability
2026-04-24 13:45:03 +02:00
a.beging@eas-solutions.de
781da32796
Refactor NavMenu: update layout and styling for improved user experience
Build And Push Dev Docker Image / docker (push) Successful in 1m31s
2026-04-23 15:52:27 +02:00
a.beging@eas-solutions.de
b1ed916da4
Refactor Users page: update Autocomplete selection mode and fix user service methods to use OldItem for adding and updating users
2026-04-23 15:44:27 +02:00
a.beging@eas-solutions.de
94a2dbf801
Remove unused NavigationManager injection from VerificationSettingsDialog and clean up ProspectSortControl by removing unnecessary service injections
2026-04-23 15:20:39 +02:00
a.beging@eas-solutions.de
aba2007481
Fix class name casing for migration classes to follow naming conventions
2026-04-23 15:12:16 +02:00
a.beging@eas-solutions.de
cf4b73735b
Update package references: upgrade AspNetCore.SassCompiler to 1.81.1 and MailKit to 4.16.0
2026-04-23 14:22:48 +02:00
a.beging@eas-solutions.de
cb3a2ae042
Enhance layout styles: update alignment classes for improved responsiveness and add utility classes for alignment
2026-04-23 14:09:41 +02:00
a.beging@eas-solutions.de
8ad6a143de
Enhance AuthService: add application settings dependency and improve password reset email content
2026-04-23 09:49:41 +02:00
a.beging@eas-solutions.de
46d5bcd00d
Refactor page titles and headings for consistency across Profile, Prospects, ProspectsDone, and ProspectsVerify pages
2026-04-23 09:49:29 +02:00
a.beging@eas-solutions.de
545f59e059
Enhance ProspectContainer: restrict interaction visibility to Ambassador users and update button icon styling
2026-04-23 09:37:52 +02:00
a.beging@eas-solutions.de
cad9617451
Update VerificationSettingsDialog: restrict image viewing button to admin and ambassador users, and enhance delete confirmation message
2026-04-23 09:17:40 +02:00
a.beging@eas-solutions.de
04084b4bf7
Refactor box-shadow styles for warning and deleted states in ProspectContainer
2026-04-23 09:12:27 +02:00
a.beging@eas-solutions.de
69516b2701
Add web app manifest and icons for Foodsharing onboarding
2026-04-23 07:52:16 +02:00
a.beging@eas-solutions.de
def8702489
Enhance ForgotPassword, Login, and ResetPassword pages: add error message display and adjust heading styles
2026-04-23 07:38:08 +02:00
a.beging@eas-solutions.de
8262c4979b
Update styles for DefaultLayout and MainLayout: change background color and remove sidebar gradient
Build And Push Dev Docker Image / docker (push) Successful in 1m53s
2026-04-22 13:36:43 +02:00
a.beging@eas-solutions.de
ad9e2ae8c1
Set background color for main container and adjust styles for login and password pages
2026-04-22 13:29:25 +02:00
a.beging@eas-solutions.de
4d4648b187
Add compilation configuration for SCSS to CSS: define source and target paths
2026-04-22 13:29:06 +02:00
a.beging@eas-solutions.de
f04dba72fd
Add padding to badge close button: enhance styling for better usability
Build And Push Dev Docker Image / docker (push) Successful in 1m31s
2026-04-22 07:14:11 +02:00
a.beging@eas-solutions.de
03872e8bba
Add IdCheckPossible filter and UI toggle: enhance ProspectFilter and ProspectSortControl for IdCheck functionality
2026-04-22 07:08:33 +02:00
troogs
4330b53824
Enhance InteractionRow and ProspectContainer: refactor layout to use grid, improve styling, and add interaction handling
Build And Push Dev Docker Image / docker (push) Successful in 1m30s
2026-04-21 22:24:58 +02:00
troogs
7660e8ce81
Refactor ProspectContainer styles: improve SCSS structure for better readability and maintainability
2026-04-21 21:19:29 +02:00
troogs
9da0bf3a43
Add ProspectContainer styles: create SCSS file for component styling and update .gitignore
2026-04-21 21:17:37 +02:00
troogs
9983a58ba9
Add Sass compiler configuration and enable scoped CSS generation
2026-04-21 21:13:53 +02:00
troogs
3db943d652
Update Badge component in ProspectContainer: add click event and icon for verification prompt
2026-04-21 20:52:19 +02:00
a.beging@eas-solutions.de
40f0213a73
Refactor ProspectGrid styles: remove custom width variables and simplify grid layout for improved clarity
Build And Push Dev Docker Image / docker (push) Successful in 1m23s
2026-04-21 10:55:26 +02:00
a.beging@eas-solutions.de
5a4d4a7a04
Refactor ProspectGrid styles: update card width variables and adjust grid layout for improved responsiveness
Build And Push Dev Docker Image / docker (push) Successful in 1m26s
2026-04-21 08:59:06 +02:00
a.beging@eas-solutions.de
c9d46be196
Update package reference and clean up breakpoint syntax in SCSS
2026-04-21 08:00:30 +02:00
troogs
19c22e6ae8
Refactor ProspectContainer and ProspectGrid: adjust layout styles and add grid class for improved responsiveness
Build And Push Dev Docker Image / docker (push) Successful in 1m32s
2026-04-21 05:48:55 +02:00
troogs
d1852f28c8
Remove target for adding generated CSS files to web assets
Build And Push Dev Docker Image / docker (push) Successful in 1m29s
2026-04-20 22:11:51 +02:00
troogs
e80d5b92f3
Add target to include generated CSS files in web assets
Build And Push Dev Docker Image / docker (push) Successful in 1m29s
2026-04-20 21:58:09 +02:00
troogs
62bfdb2023
Refactor VerificationSettingsDialog and UploadVerification: update modal title, adjust button styles, and enhance upload instructions
2026-04-20 21:45:40 +02:00
troogs
646ccb0f18
Add identity verification features: display image upload status and update UI elements
Build And Push Dev Docker Image / docker (push) Successful in 1m30s
2026-04-20 21:20:52 +02:00