Commit Graph

188 Commits

Author SHA1 Message Date
Nish
7b24c9140d Updated .epub and .mobi files to 2.1 2018-08-31 00:34:48 +05:30
Steve Smith
95a2a6208f Removing bower artifacts 2018-08-29 13:44:28 -04:00
Matthias Beerens
77540caf29 Add max length and required constraints 2018-07-25 21:07:04 +02:00
Cesar De la Torre
8dcdd51b8c Update README.md 2018-07-09 11:41:27 -07:00
Cesar De la Torre
028ed3ec1e Update README.md 2018-07-09 11:01:01 -07:00
Cesar De la Torre Llorente
497d0bb307 New Arch-Web-Apps eBook version v2.1 updated to .NET Core 2.1 2018-07-09 10:53:01 -07:00
Steve Smith
005d83d802 Removing pageId from route
Fixes #104. The parameter should be passed as a querystring, not a route parameter.
2018-06-12 09:41:23 -04:00
Steve Smith
8bd20ef98b Fix OrderDetails to use Id, Customer
Fixes #106
2018-06-11 14:28:47 -04:00
Steve Smith
ad49bf1388 Adding docker instructions to README 2018-06-07 15:54:21 -04:00
Steve Smith
a94990e343 Merge remote-tracking branch 'origin/master' 2018-06-07 15:50:38 -04:00
Steve Smith
48ad346b3c Updating Dockerfiles
Adding instructions and cleaning up.
2018-06-07 15:50:32 -04:00
Steve Smith
faa41f9d89 Cleaning up real db configuration 2018-06-05 11:57:50 -04:00
Jeremy Hutchinson
74bc28e6bd Fixing the link to the main _Layout.cshtml in the Pages/Account/Manage/_Layout.cshtml (#103) 2018-06-05 08:53:21 -04:00
Jeremy Hutchinson
f953495e38 Standardize namespaces to all be under the Microsoft.eShopOnWeb namespace and update default namespaces. (#102) 2018-06-05 08:52:54 -04:00
Steve Smith
8bf2a7ade1 Update README.md 2018-05-31 12:35:57 -04:00
Steve Smith
549baab979 Merge remote-tracking branch 'origin/master' into netcore2.1 2018-05-31 12:29:12 -04:00
Steve Smith
814d3e249c Adding Tests and Refactoring
Functional Tests for RazorPages added
2018-05-31 12:28:55 -04:00
lisabii
7a28c62910 fix an asp-action value (#98)
There is no "Update" in BasketController and it should be "Index".
2018-05-31 10:09:52 -04:00
Steve Smith
5fb9e741dd Updated to 2.1 RTM
And updated functional tests to use CustomWebApplicationFactory.
2018-05-30 22:05:58 -04:00
Steve Smith
074bdb2a66 Adding functional tests using WebApplicationFactory 2018-05-29 22:20:07 -04:00
Steve Smith
8c11da75ae Moving shared files to Shared folder
Razor Pages now supports /Pages/Shared for shared files.
2018-05-29 13:40:46 -04:00
Steve Smith
2ab390fa6d Using partial Tag Helper 2018-05-29 13:35:14 -04:00
Steve Smith
8169d2f485 WIP (#95) 2018-05-29 10:05:50 -04:00
Steve Smith
5b268b210b Minor specification updates (#93) 2018-05-23 16:21:50 -04:00
Steve Smith
9075221073 Added docker support 2018-05-22 14:23:55 -04:00
Steve Smith
7456c26daf converting to partial taghelper 2018-05-19 17:40:06 -04:00
Steve Smith
a63f0ad921 Updating version info in README 2018-05-19 17:30:40 -04:00
Steve Smith
c5a2c86ff0 Final updates to work with 2.1RC1 2018-05-19 17:21:55 -04:00
Steve Smith
80604062d9 Updating to 2.1RC1 2018-05-19 17:13:55 -04:00
Steve Smith
4e7f3d7302 Updated runtimes to 2.1
Functional Tests are currently failing.
2018-05-18 17:42:16 -04:00
Steve Smith
ed6dc61ad8 Updated to latest xunit packages 2018-05-18 17:34:48 -04:00
Steve Smith
108d894826 Updated to rc1-final of 2.1 2018-05-18 17:34:07 -04:00
Steve Smith
af7019cfdb Updating to latest released versions 2018-05-18 17:27:49 -04:00
Steve Smith
f6f85869fb Updating Infrastructure to NetStandard (#86) 2018-04-09 10:13:50 -04:00
Nud
0caba1a8e7 Fix empty userName when running WebRazorPages by adding default username. (#80) 2018-04-03 10:35:11 -04:00
CESARDELATORRE
2c20807487 Updating eReaders format (.MOBI and .EPUB) for the ASP.NET Core Web apps eBook 2018-02-05 15:53:40 -08:00
Steve Smith
c276b11ca0 Ardalis/cleanup (#75)
* Replace Magic String with nameof

* Remove commented code
2018-01-04 11:18:50 -05:00
Steve Smith
9d32c48c30 Replace Magic String with nameof (#74) 2018-01-04 10:57:53 -05:00
Cesar De la Torre
9fcc88ca93 Update README.md 2017-11-14 16:16:44 -08:00
Cesar De la Torre
d3984750e8 Update README.md 2017-11-14 16:15:55 -08:00
Cesar De la Torre
3364f14e26 Updated 2nd Edition eBook with ASP.NET Core support 2017-11-14 14:35:24 -08:00
Will 保哥
067b2d68a9 Update README.md (#69)
Updating "Configuring the sample to use SQL Server" section to reflect to the current sample code.
2017-11-13 13:41:20 -05:00
Steve Smith
b864be9265 Adding guards and more tests (#68)
* Adding single entity by spec method to repository

* Adding guards and more unit tests
2017-10-30 11:53:29 -07:00
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.
2017-10-23 21:58:21 -04:00
Steve Smith
101b7bab9b Missed One Commit (#65)
* Cleaning up Checkout auth

* Mapping order items to backing field properly in DbContext
2017-10-23 13:52:39 -04:00
Steve Smith
4a549c3401 Cleaning up Checkout auth (#64) 2017-10-23 13:51:27 -04:00
Steve Smith
749a37d6d9 Minor cleanup (#63) 2017-10-23 12:11:55 -04:00
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
2017-10-23 11:22:54 -04:00
Steve Smith
16d81ae450 Refactoring Services (#61)
* Refactoring ViewModels into Razor Pages models

* Cleaning up Basket viewcomponent

* Refactoring services.
Fixed bug in basket item counter.
2017-10-23 10:52:33 -04:00
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
2017-10-23 09:23:57 -04:00