Moien Tajik
96e16ca3e7
Made AddAsync method fully asynchronous
6 years ago
Eric Fleming
15fd172d57
Merge pull request #315 from dotnet-architecture/update-packages
Reverting package version
6 years ago
Eric Fleming
9b7dc2c1ce
Reverting package version
- The new version of this package appears to have a bug or no longer compatible with .NET Core 2.2
6 years ago
Eric Fleming
9b638b45f8
Merge pull request #314 from dotnet-architecture/update-packages
Update packages
6 years ago
Eric Fleming
e7b411cb92
Update Microsoft.VS.Web.CodeGeneration.Design
6 years ago
Eric Fleming
4418e36fc5
Updating Microsoft.Web.LibraryManager.Build
6 years ago
Eric Fleming
1ac91c5c8e
Updating Microsoft.CodeAnalysis
6 years ago
Eric Fleming
701e0e6515
Updating Microsoft.net.test.sdk
6 years ago
Eric Fleming
735b5036e8
Updating version of Moq
6 years ago
Eric Fleming
5b498be755
Merge pull request #310 from dotnet-architecture/remove-ssl-from-dockeroverride
Removing https from override
6 years ago
Eric Fleming
c163f5e5a6
Removing https from override
- There are issues with generating a local cert when trying to run this project from the docker-compose at the moment. Removing the https bits for now until so the docker-compose will work right after cloning the project.
6 years ago
Eric Fleming
42e2149c02
Merge pull request #305 from dotnet-architecture/remove-unused-IIdentityParser
Removing unused interface
6 years ago
Eric Fleming
2f1b7fe0db
Removing unused interface
Fixes: https://github.com/dotnet-architecture/eShopOnWeb/issues/304
6 years ago
Steve Smith
4127d90b01
Adding docker-compose project ( #302 )
6 years ago
Eric Fleming
0426377955
Merge pull request #301 from dotnet-architecture/update-button-on-empty-basket
Update style for when the basket is empty
6 years ago
Eric Fleming
1cf176c107
Update style for when the basket is empty
6 years ago
Eric Fleming
9ce4bcf76f
Merge pull request #300 from ovicrisan/master
Allow to remove items from the basket setting quantity to zero
6 years ago
Ovi
70e009bda2
Allow to remove items from the basket setting quantity to zero
6 years ago
Eric Fleming
c370b8affb
Add missing migration ( #298 )
6 years ago
Eric Fleming
1cc0e51d16
Merge pull request #296 from saschagottfried/clean-up-applicationcore
Remove references to "Microsoft.EntityFrameworkCore.*" in eShopOnWeb.ApplicationCore
6 years ago
Sascha Gottfried
11cb67a14a
Remove references to namespace "Microsoft.EntityFrameworkCore.*" in order to remove dependencies to EF Core in project ApplicationCore. Remove any packages related to EF Core from ApplicationCore.csproj.
6 years ago
Steve Smith
8e1952158a
Update BaseApiController.cs
6 years ago
Eric Fleming
0cef7b583e
Merge pull request #295 from dotnet-architecture/use-scaffolded-register-page
Use scaffolded register page
6 years ago
Eric Fleming
d2e826331b
Removing unnecessary class
6 years ago
Eric Fleming
2da7421568
Updating the styles/page layout of the register page
6 years ago
Eric Fleming
4802d078a2
Removing old view and adding the scaffolded Register page so we can apply some styles to it
6 years ago
Eric Fleming
b53f21f585
Merge pull request #294 from dotnet-architecture/fixing-container-startup
Fixing container startup
6 years ago
Eric Fleming
d4993abd5f
Rolling back change to use extension method to wiret up config
- The change is a better way to do the configuration, but there is
currently an issue where the Value Objects are not being honored and
being treated like Entitys. When this happens, the container will throw
errors when trying to start up because the entitys are lacking primary
keys (when they don't need them).
6 years ago
Eric Fleming
3165791d82
Marking value objects as "owned" explicitly
6 years ago
Eric Fleming
954df47b4a
Merge pull request #291 from dotnet-architecture/efconfiguration
Updated packages; Using configuration classes for EF Core.
6 years ago
Eric Fleming
4fb07d4d88
Configuring to use In-Memory Database by default
6 years ago
Steve Smith
305be555db
Updated packages; Using configuration classes for EF Core.
6 years ago
Eric Fleming
6eba16b09b
Merge pull request #280 from JohnCOsborne/master
Capitalized isPaging property
6 years ago
Lesair Valmont
f7ef0aca37
Closes #281 . ( #282 )
Typo in ConfigurateCatalogItemOrdered.
6 years ago
John Caleb Osborne
b5defc8d34
Capitalized isPaging property
6 years ago
Eric Fleming
63cb73bf2d
Merge pull request #275 from saschagottfried/master
Remove client-side libraries managed by Library Manager from reposito…
6 years ago
Eric Fleming
c971734351
Merge pull request #276 from nemi-chand/master
Adding "Continue shopping" link/button to Cart
6 years ago
Nemi Chand
1c0dbfa9bd
Adding Continue shopping link/button to Cart
6 years ago
Sascha Gottfried
ae6368558e
Remove client-side libraries managed by Library Manager from repository. Add default target location wwwroot/lib/ to .gitignore file.
6 years ago
Eric Fleming
7c092ba5ad
Enforcing IAggregateRoot ( #273 )
- Enforcing it on the Async and EfRepositories
- Making CatalogBrand, Item, and Type AggregateRoots because they are
just lookup tables
7 years ago
Eric Fleming
4706682973
Merge pull request #268 from dotnet-architecture/remove-account-controller
Remove account controller
7 years ago
Eric Fleming
b3d855847b
Updating route in test to use the proper login route
7 years ago
Eric Fleming
89ab19cf19
Removing the AccountController
7 years ago
Eric Fleming
c2e37b9019
Adding confirmEmail scaffolding
- Also updating the UrlHelpExtensions to not have a dependency on the AccountController
7 years ago
Eric Fleming
e19ade962a
Removing unused UrlHelperExtension
7 years ago
Eric Fleming
86f65e3541
Merge pull request #267 from dotnet-architecture/cleanup-legacy-identity
Cleanup legacy identity
7 years ago
Eric Fleming
3ec2477175
Updating to match previous logic
7 years ago
Eric Fleming
d5446de65f
Adding scaffolding for Logout page
- Removing Identity route from startup
7 years ago
Eric Fleming
ba8bdfad84
Merge pull request #264 from dotnet-architecture/basket-item-and-aggregate-root-updates
Removing BasketItemRepository as it is not an aggregate root
7 years ago
Eric Fleming
8006754cd7
Rename test
7 years ago