• Joined on 2025-12-07
admin pushed to kub-stage at admin/FrontOffice 2025-12-07 23:30:19 +00:00
380b4788dd fix: Remove default nginx files before copying Blazor WASM output
admin pushed to kub-stage at admin/BackOffice 2025-12-07 23:27:19 +00:00
f00ade566c feat: enhance JWT token parsing to support multiple role claims
admin pushed to kub-stage at admin/BackOffice 2025-12-07 23:04:04 +00:00
5a4774b1f3 fix: rename SuperAdmin role to Administrator in authorization
admin pushed to kub-stage at admin/BackOffice 2025-12-07 22:52:26 +00:00
2bfac7afaa fix: Update NavMenu to add Href for discount categories link
admin pushed to kub-stage at admin/FrontOffice 2025-12-07 22:48:31 +00:00
0395c74041 fix: Change FrontOffice Dockerfile to nginx runtime for Blazor WASM
admin pushed to kub-stage at admin/FrontOffice 2025-12-07 22:44:48 +00:00
0f20d216b6 remove: Delete incorrect Dockerfile from root
admin pushed to kub-stage at admin/BackOffice 2025-12-07 22:42:41 +00:00
00290e91fd fix: Change BackOffice Dockerfile to nginx runtime for Blazor WASM
admin pushed to kub-stage at admin/BackOffice 2025-12-07 22:41:27 +00:00
5c8c0418ae remove: Delete incorrect Dockerfile from root
admin pushed to kub-stage at admin/BackOffice 2025-12-07 22:39:52 +00:00
6c2d011361 fix: Correct Dockerfile for Blazor WASM with nginx runtime
admin pushed to kub-stage at admin/FrontOffice 2025-12-07 22:34:17 +00:00
baf984a942 Update src/FrontOffice.Main/Dockerfile
admin pushed to kub-stage at admin/FrontOffice 2025-12-07 22:29:26 +00:00
2b07cc2270 Update src/FrontOffice.Main/Dockerfile
admin pushed to kub-stage at admin/BackOffice 2025-12-07 22:27:46 +00:00
200825064a Update src/BackOffice/Dockerfile
admin pushed to kub-stage at admin/FrontOffice 2025-12-07 22:25:17 +00:00
b51a4b51cc refactor: migrate from nginx to aspnet runtime
admin pushed to kub-stage at admin/FrontOffice.BFF 2025-12-07 22:15:12 +00:00
56c607833f Merge branch 'kub-stage' of http://194.5.195.53:30080/admin/FrontOffice.BFF into kub-stage
61f48857aa feat: update protobuf project versions and refactor push command
Compare 2 commits »
admin pushed to kub-stage at admin/BackOffice 2025-12-07 22:14:29 +00:00
59d9a0644a feat: enhance product management section in NavMenu with new links and grouping
admin pushed to kub-stage at admin/BackOffice.BFF 2025-12-07 22:07:41 +00:00
fd3c17ac23 refactor: update protobuf imports from BFF to CMS
admin pushed to kub-stage at admin/BackOffice.BFF 2025-12-07 21:54:42 +00:00
668ba449f1 refactor: update NetworkMembership protobuf import path
admin pushed to kub-stage at admin/CMS 2025-12-07 21:27:48 +00:00
69d5ecf0d7 revert: Back to simple MigrateAsync - it's already idempotent
admin pushed to kub-stage at admin/CMS 2025-12-07 21:21:49 +00:00
1dbe90d020 fix: Use EnsureCreatedAsync instead of MigrateAsync for initial db setup
admin pushed to kub-stage at admin/CMS 2025-12-07 21:16:52 +00:00
7ec9c4077c fix: Improve database migration strategy - only migrate if needed