OlgunR OlgunR
  • Joined on 2024-05-22
OlgunR pushed to 2.9.8-Release at AppStd/ToolCollection 2026-02-18 09:07:44 +01:00
a92b685727 Remove NotifyIcon from frmStart and update tray handling
beb91f6603 Add NotifyIcon to frmStart and update caption logic
57e3984c26 Reset manually_cancel flag before profile run
Compare 3 commits »
OlgunR pushed to Release_2.9.2_Übersetzung at AppStd/EnvelopeGenerator 2026-02-18 09:02:43 +01:00
341713d4cb Replace resource strings with hardcoded English messages
f1b34dfa42 Use localized status messages from Resources.Envelope
676598450d Translate UI into English and french; Extend resources and outsource hardcoded String form codebase into resources.
Compare 3 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-02-11 08:16:29 +01:00
797dd44f25 Remove BlazorWasm project and all related frontend assets
0e313b2e07 Remove custom grid sort/filter CSS from MassDataGrid
db232914a9 Switch grids to built-in filter menu, remove custom filters
f49db97147 Remove DevExpress theme CSS links from App.razor
0876ebe999 Update DevExpress Blazor to use Bootstrap 5 theme
Compare 6 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-02-09 16:14:54 +01:00
8387b71676 Add operator selection to grid filter rows for dates/numbers
8824492057 Enable grouping features in DxGrid components
59f22be405 Update nav menu with new custom SVG icons
23865aefb6 Remove Counter and Weather pages and nav links
Compare 4 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-02-09 11:37:38 +01:00
2a730ddfcc Refactor grid and band layout persistence logic
d78fd5e3d1 Add user-specific persistent grid/band layouts support
52b2cf9a5b Add user-selectable page size to MassData grid
Compare 3 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-02-05 14:19:08 +01:00
9d7b3591cc Update grid column captions to German
006ee78422 Refactor MassDataGrid editing and validation logic
a52d615750 Update grid popup headers and edit form logic
9bbe34dece Enhance grid filter UI with custom editors for each type
05ea47f42c Improve title field validation feedback in catalog edit form
Compare 11 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-02-03 17:23:16 +01:00
dc2cccac1f Update dashboard navigation and dynamic loading
32b6d30ba1 Add toggle for Designer/Viewer modes on dashboard page
Compare 2 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-02-03 14:20:00 +01:00
940df826f7 Normalize dashboard date dimensions, update grid UI
7ca37dbfca Add Catalogs page and simplify dashboard navigation
9db55fd2fd Switch dashboard storage to SQL Server
70e5cbc19f Refactor dashboard navigation, catalog grid, and API client
Compare 4 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-02-02 13:42:38 +01:00
1667788558 Enhance Catalogs grid UI and filter row experience
b09ee6dc8d Remove DevExpress Fluent and external theme CSS files
0213834858 Update to DevExpress Fluent theme and enable SSR
38baf9f749 Integrate DevExpress Web Dashboard into API and Blazor
0532cbb329 Add DevExpress.Blazor package reference
Compare 6 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-01-28 15:04:18 +01:00
98b841196e Add detailed comments and app flow documentation for BlazorWasm
OlgunR pushed to Release-Monitoring at AppStd/EmailProfiler 2026-01-28 11:28:46 +01:00
9b321269ce Refactor monitoring grid to use GridViewMonitoring
OlgunR pushed to Release-Monitoring at AppStd/EmailProfiler 2026-01-27 13:31:28 +01:00
5d4cdb2814 Add save/restore layout buttons to Monitoring grid
OlgunR pushed to Release-Monitoring at AppStd/EmailProfiler 2026-01-27 13:05:27 +01:00
c2e7d06c4c Update main form and add splash/HDR settings in app config
b4ea5d9a00 Update version to 3.2.0 in AssemblyInfo.vb
da9b468b01 Revert "Update main form, config, and bump version to 3.2.0"
180d5d7d3a Update main form, config, and bump version to 3.2.0
234510e5db Make GridView non-editable in frmMain
Compare 12 commits »
OlgunR pushed to master at AppStd/EmailProfiler 2026-01-22 15:07:38 +01:00
7f95c28b5e Refactor grid column logic, lock designer controls
6b291e82a7 Improve Monitoring tab UI: add email limit panel
35bdee53e3 Add Monitoring tab with grid for TBEMLP_HISTORY data
Compare 3 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-01-21 11:44:20 +01:00
05964eb02e Improve Catalogs page layout with spacing and styling
e55f215210 Integrate DevExpress Blazor UI components throughout app
Compare 2 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-01-19 17:08:59 +01:00
6b89f7bd72 Improve CORS config: block all if no origins specified
OlgunR pushed to main at AppStd/DbFirst 2026-01-19 17:06:24 +01:00
7a78a48d03 Remove Repositories folder reference from project file
0b3249cb46 Remove CatalogService and ICatalogService implementations
17fdb6ed51 Move repository interfaces to Application layer
166acea8b1 Introduce generic IRepository<T> and refactor repositories
6c2b1884d2 Configurable EF view/column mapping via appsettings
Compare 6 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-01-19 14:49:09 +01:00
8d3783cfec Update CORS config; add architecture discussion comments
0af0c4589d Restrict CatTitle editing based on UpdateProcedure
26f783e835 Prevent catalog title changes during edit
4fbcd0dc11 Support selecting update procedure for catalog updates
Compare 4 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-01-19 09:12:39 +01:00
45e5327148 Add ICatalogRepository interface and design comments
9387db9824 Add comments on generic repo pattern limitations
ef76599bce Document rationale against generic CRUD/service pattern
870b10779e Refactor Catalogs to use MediatR and CQRS pattern
c8c75b1dc5 Expand usings; add note on generic vs per-entity repos
Compare 8 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-01-16 14:11:13 +01:00
8c175de953 Refactor API client for richer error handling
1fd776bc29 Prevent CatTitle changes in catalog update endpoint
904e6e20f0 Enforce unique catalog titles on creation
215e526230 Update catalog update to use OUTPUT GUID from stored proc
Compare 5 commits »