Conditional statement is to compare the file data length when it is more than a specific size, to the private filed was renamed from "ImageMinimumBytes" to "ImageMaximumBytes".
* Updated ApplicationCore to net 5
* Updated Infrastructure project to net 5
* Updated BlazorShared project to net 5
* Updated PublicApi project to net 5
* Updated Web mvc project to net 5
* Updated BlazorAdmin project to net-5
* Updated FunctionalTests to net 5
* Updated UnitTests project to net 5
* Updated IntegrationTests project to net 5
* Fixed CSS specific bug in BlazorAdmin project
* Updated github action worflow yaml
* Changes the name to only .NET
* Removed hardcoded minor version from github action workflow.
* Removed commneted code.
* Removed minor versions from the docker file
* Updated dotnet-ef tool version configuration to net-5
* Removed old migration plans
* Added net5 migration plans
* Updated infrastructure projecti setting.
* Removed database error page related configuration
* Removed commented package.
* Removed and Reordered the using statements
* Removed and Reordered the usings inside Web Project
* Removed and Reordered the usings inside PublicApi project
* Removed Unused usings and reorganized usings inside Infrastructure project
* Removed unused using and reorganized the usings inside ApplicationCore Project
* Removed unused usings and reorganized usings inside BlazorAdmin project
* Removed and Reordered the using statements
* Removed and Reordered the usings inside Web Project
* Removed and Reordered the usings inside PublicApi project
* Removed Unused usings and reorganized usings inside Infrastructure project
* Updating Blazor services
* Adding Settings and Refactoring Services
* WIP - Fighting with DI
* Configuring dependencies in both Web Startup and BlazorAdmin Program.cs has them working again.
* Everything works; need to optimize calls to ListBrands
* LocalStorageBrandService decorator working
* Added cache duration of 1 minute
* Refactoring to reduce token storage
Fixed issue with dropdowns binding to int
* Remove token stuff from login; moved to CustomAuthStateProvider
* Migrated CatalogTypes to separate service
Implemented cache decorator
* Ardalis/blazor refactor (#440)
* 1. Migrate CatalogItemServices -> CatalogItemService.
3. Add caching to CatalogItemService.
* change to $"Loading {key} from local storage" ?
* docker settings added. (#441)
* docker settings added.
* InDocker Removed
* InDocker removed from web startup.
* removed unused using
* no reload list if close without save
* startup patch for localhost
* file name fixed
* removed docker from launchSettings.
* Configure logging via appsettings
Co-authored-by: Shady Nagy <info@shadynagy.com>
* replace NewtonSoft with System.Text.Json
* not use auth for brande and types and use GetFromJsonAsync
* fix
* fix
* Auth HttpGet more simple.
* Put, Delete and Post more simple.
* Fixed Edit for remove image and keep image and change other fields.
Added description required in Blazor Admin.
* Removed using not used
* Refactor AuthService and introduce HttpService. add validation for price.
* return null in HttpService if not success.
* Limt Price to 1000 mximum
* DI for Blazor Services
* one blazor service.
* fix