Cesar De la Torre
8dcdd51b8c
Update README.md
8 years ago
Cesar De la Torre
028ed3ec1e
Update README.md
8 years ago
Cesar De la Torre Llorente
497d0bb307
New Arch-Web-Apps eBook version v2.1 updated to .NET Core 2.1
8 years ago
Steve Smith
005d83d802
Removing pageId from route
Fixes #104 . The parameter should be passed as a querystring, not a route parameter.
8 years ago
Steve Smith
8bd20ef98b
Fix OrderDetails to use Id, Customer
Fixes #106
8 years ago
Steve Smith
ad49bf1388
Adding docker instructions to README
8 years ago
Steve Smith
a94990e343
Merge remote-tracking branch 'origin/master'
8 years ago
Steve Smith
48ad346b3c
Updating Dockerfiles
Adding instructions and cleaning up.
8 years ago
Steve Smith
faa41f9d89
Cleaning up real db configuration
8 years ago
Jeremy Hutchinson
74bc28e6bd
Fixing the link to the main `_Layout.cshtml` in the `Pages/Account/Manage/_Layout.cshtml` ( #103 )
8 years ago
Jeremy Hutchinson
f953495e38
Standardize namespaces to all be under the `Microsoft.eShopOnWeb` namespace and update default namespaces. ( #102 )
8 years ago
Steve Smith
8bf2a7ade1
Update README.md
8 years ago
Steve Smith
549baab979
Merge remote-tracking branch 'origin/master' into netcore2.1
8 years ago
Steve Smith
814d3e249c
Adding Tests and Refactoring
Functional Tests for RazorPages added
8 years ago
lisabii
7a28c62910
fix an asp-action value ( #98 )
There is no "Update" in BasketController and it should be "Index".
8 years ago
Steve Smith
5fb9e741dd
Updated to 2.1 RTM
And updated functional tests to use CustomWebApplicationFactory.
8 years ago
Steve Smith
074bdb2a66
Adding functional tests using WebApplicationFactory
8 years ago
Steve Smith
8c11da75ae
Moving shared files to Shared folder
Razor Pages now supports /Pages/Shared for shared files.
8 years ago
Steve Smith
2ab390fa6d
Using partial Tag Helper
8 years ago
Steve Smith
8169d2f485
WIP ( #95 )
8 years ago
Steve Smith
5b268b210b
Minor specification updates ( #93 )
8 years ago
Steve Smith
9075221073
Added docker support
8 years ago
Steve Smith
7456c26daf
converting to partial taghelper
8 years ago
Steve Smith
a63f0ad921
Updating version info in README
8 years ago
Steve Smith
c5a2c86ff0
Final updates to work with 2.1RC1
8 years ago
Steve Smith
80604062d9
Updating to 2.1RC1
8 years ago
Steve Smith
4e7f3d7302
Updated runtimes to 2.1
Functional Tests are currently failing.
8 years ago
Steve Smith
ed6dc61ad8
Updated to latest xunit packages
8 years ago
Steve Smith
108d894826
Updated to rc1-final of 2.1
8 years ago
Steve Smith
af7019cfdb
Updating to latest released versions
8 years ago
Steve Smith
f6f85869fb
Updating Infrastructure to NetStandard ( #86 )
8 years ago
Nud
0caba1a8e7
Fix empty userName when running WebRazorPages by adding default username. ( #80 )
8 years ago
CESARDELATORRE
2c20807487
Updating eReaders format (.MOBI and .EPUB) for the ASP.NET Core Web apps eBook
8 years ago
Steve Smith
c276b11ca0
Ardalis/cleanup ( #75 )
* Replace Magic String with nameof
* Remove commented code
8 years ago
Steve Smith
9d32c48c30
Replace Magic String with nameof ( #74 )
8 years ago
Cesar De la Torre
9fcc88ca93
Update README.md
8 years ago
Cesar De la Torre
d3984750e8
Update README.md
8 years ago
Cesar De la Torre
3364f14e26
Updated 2nd Edition eBook with ASP.NET Core support
8 years ago
Will 保哥
067b2d68a9
Update README.md ( #69 )
Updating "Configuring the sample to use SQL Server" section to reflect to the current sample code.
8 years ago
Steve Smith
b864be9265
Adding guards and more tests ( #68 )
* Adding single entity by spec method to repository
* Adding guards and more unit tests
8 years ago
Steve Smith
3d46c80cff
Adding 2FA Authenticator Support ( #66 )
* Adding support for 2fa, more auth options
* WIP getting auth stuff working
* Added Manage views. 2FA working now for MVC app.
* Switching to using a controller for no-UI logout scenario
* Adding Razor Pages impl of 2FA auth stuff. Works.
8 years ago
Steve Smith
101b7bab9b
Missed One Commit ( #65 )
* Cleaning up Checkout auth
* Mapping order items to backing field properly in DbContext
8 years ago
Steve Smith
4a549c3401
Cleaning up Checkout auth ( #64 )
8 years ago
Steve Smith
749a37d6d9
Minor cleanup ( #63 )
8 years ago
Steve Smith
16a6f83ef4
Adding Auth ( #62 )
* Refactoring ViewModels into Razor Pages models
* Cleaning up Basket viewcomponent
* Refactoring services.
Fixed bug in basket item counter.
* Adding Auth filters to Web and WebWithRazor
8 years ago
Steve Smith
16d81ae450
Refactoring Services ( #61 )
* Refactoring ViewModels into Razor Pages models
* Cleaning up Basket viewcomponent
* Refactoring services.
Fixed bug in basket item counter.
8 years ago
Steve Smith
dea73a5f5e
Adding Razor Pages Version ( #60 )
* In progress copying code into new RP project
Cleaning up namespaces and whitespace in original Web project
* Cleaning up some more namespaces
* Removing unused page.
* Index page loads correctly.
* Fixing up paging.
* Moving views; getting ready to convert to RPs
* Auto stash before merge of "master" and "origin/master"
Basket and Checkout pages wired up
* WIP on Account pages
* Working on signin/signout
* Working on auth
* Getting order history working
Fixing auth bug
* Fixing Checkout issue
* Fixing link
8 years ago
Steve Smith
0eb4d72b89
Refactoring and Adding Tests ( #58 )
* Moving Identity seeding to its own class and method.
* Adding tests for AddItem
* Added catalog api controller and functional tests
Added and cleaned up some comments
* Adding integration tests for OrderRepository
* Getting integration test for order working with inmemory db
8 years ago
Steve Smith
32950aa175
Cleaning up EF 2.0 Migrations ( #57 )
Moving Seed logic to Program.cs
8 years ago
Steve Smith
8de663eab6
Merge branch 'netcore2.0'
8 years ago