Nish
239d217825
Minor Corrections to e-Book mobile formats
2019-02-28 13:03:08 +05:30
Eric Fleming
9a70d56b64
Merge pull request #219 from dotnet-architecture/removing-BuildWebCompiler
...
Removing BuildWebCompiler NuGet package
2019-02-23 15:39:11 -05:00
Eric Fleming
37631fe26f
Removing BuildWebCompiler NuGet package
2019-02-23 15:25:35 -05:00
Steve Smith
765e1508bf
Got RedirectToLoginIfNotAuth test working
2019-02-22 14:21:14 -05:00
Steve Smith
f5a17ec635
Fixed SCSS variables reference issue ( #218 )
...
Fixed tests relying on /sign-in renamed to /login
2019-02-22 12:58:36 -05:00
Eric Fleming
55efad912f
Merge pull request #213 from jahbenjah/master
...
Delete unused ApplicationDbContext and Migrations in Web Project
2019-02-21 21:08:16 -05:00
Eric Fleming
8c5535e83d
Merge pull request #215 from dotnet-architecture/fixing-pager-styles
...
Fixing pager styles
2019-02-19 21:55:30 -05:00
Eric Fleming
5956ad9b57
Fixing pager styles
2019-02-19 21:54:03 -05:00
Benjamin Camacho
e3e53c1752
Delete unused ApplicationDbContext and Migrations in Web Project
2019-02-18 11:02:19 -06:00
Eric Fleming
be54fd48bb
Merge pull request #210 from dotnet-architecture/use-identity-login-page
...
Use identity login page
2019-02-16 20:56:40 -05:00
Eric Fleming
374c950a49
Fixing footer styling
2019-02-16 20:53:57 -05:00
Eric Fleming
ae46185a0b
Working on styling for new Login page
2019-02-15 23:01:16 -05:00
Eric Fleming
8c2e43d775
Removing old Signin.cshtml
2019-02-15 22:14:18 -05:00
Eric Fleming
fbde5dae90
Added scaffolded Login page for Identity
...
- Also updated the _LoginPartial to use the new page
2019-02-15 21:54:35 -05:00
Eric Fleming
1a5cb50ecc
Merge pull request #205 from dotnet-architecture/libman
...
Adding LibMan support and Compilerconfig
2019-02-15 20:02:26 -05:00
Steve Smith
ae8e7c2560
Updating book cover image
2019-02-13 12:40:13 -05:00
Steve Smith
0dd2f7892a
Adding link to ePub/Mobi download page
2019-02-13 12:38:25 -05:00
Eric Fleming
f8abe0be12
Adding compilerconfig and updating variables
2019-02-09 15:18:49 -05:00
Eric Fleming
c2ecf6cb36
Getting LibMan in place
2019-02-09 14:08:53 -05:00
Eric Fleming
d4adb5c2b3
Adding libman configuration
2019-02-09 14:00:03 -05:00
Steve Smith
e971dc2ea8
Cleaning up separate WebRazorPages proj
2019-02-07 09:11:57 -05:00
Steve Smith
9bc226d257
Update README to 2.2
2019-02-07 09:07:53 -05:00
Nish
ecf09a5ad4
eBooks - Added Mobile Formats + Minor fix to pdf
2019-02-07 13:14:32 +05:30
Eric Fleming
83f94726b3
Merge pull request #202 from dotnet-architecture/adjusting-navbar-brand
...
Adjusting navbar brand styles
2019-02-01 21:27:31 -05:00
Eric Fleming
a38027d7c9
Adjusting navbar brand styles
2019-02-01 21:26:52 -05:00
Eric Fleming
c8f30a220b
Merge pull request #201 from dotnet-architecture/fixing-header-styles
...
Fixing header styles
2019-02-01 20:44:14 -05:00
Eric Fleming
3752f80560
More cleanup
2019-02-01 20:16:04 -05:00
Eric Fleming
dbb7bbc4d8
Using the correct login name
2019-02-01 19:58:13 -05:00
Eric Fleming
c0a2aee9f0
Adding header styles
2019-02-01 19:46:32 -05:00
Steve Smith
746c0c9945
Updated docker-compose port
2019-01-28 15:22:09 -05:00
Steve Smith
9d75890302
Test cleanup and adding code coverage
2019-01-25 15:58:59 -05:00
Steve Smith
8941e6b9a6
Login POST Test Working ( #198 )
...
* Got login test working
With request verification token
2019-01-25 13:54:35 -05:00
Steve Smith
1b610dd7a4
Adding functional tests ( #197 )
...
* Working on login tests
* Testing login with an integration test
Working on login functional test.
* Got functional login test working
2019-01-25 13:13:01 -05:00
Nish
be06e777a6
Updated eBook to v2.2
2019-01-25 18:06:38 +05:30
Steve Smith
cd7bbc0e59
Merge remote-tracking branch 'origin/master'
2019-01-22 21:44:14 -05:00
Steve Smith
88835916d8
Cleaning up docker files
2019-01-22 21:44:06 -05:00
Eric Fleming
8aa92f2635
Merge pull request #119 from Matthiee/master
...
Add extra max length and required constraints
2019-01-22 20:37:43 -05:00
Eric Fleming
6b12999df1
Merge branch 'master' into pr/119
2019-01-22 20:33:06 -05:00
Eric Fleming
9c65c4e3f7
Updates to existing PR
...
- updating City value to be 100 instead of 189. The longest city name in the world is 85 characters long, so making it 100 just in case.
- Fixed typo in file name: constrains to constraints
2019-01-22 20:28:56 -05:00
Steve Smith
2bf7f9f78b
Fixing port mapping
2019-01-21 17:23:50 -05:00
Praveen Verma
2a6939ad02
Docker Build Failing: In dockerfile updated .net core version to 2.2 ( #195 )
...
Thanks!
2019-01-21 11:10:26 -05:00
Steve Smith
99c416142f
Consolidate Web and WebRazorPages Projects ( #192 )
...
* Moved Privacy, Home page to Razor Pages
* Migrating Basket from RazorPages to Web.
* Removed BasketController; refactored viewmodels
* Moved BasketComponent into Pages/Shared
Added auth rules to Startup for Pages
Added notes to controllers about Pages usage.
* Fixed broken my orders test
Consolidated Functional Tests
* Fixed logo link to home page
Fixed Order Detail Total $ format
2019-01-18 13:29:00 -05:00
Steve Smith
483340f21e
Adding API Health Check ( #191 )
2019-01-18 11:48:26 -05:00
Eric Fleming
e41e37ff05
Merge pull request #189 from dotnet-architecture/anonymous-signin
...
Anonymous signin
2019-01-17 22:34:46 -05:00
Eric Fleming
118f386c7c
Applying some style updates
...
- Moving the total out of the foreach so it only displays once
- Making the total display proper number of Decimals
2019-01-17 20:33:00 -05:00
Eric Fleming
fa9b04f53d
Moving Components directory in to Shared
...
- Based on the Microsoft documentation, they recommend you put the Components directory inside of Shared. https://docs.microsoft.com/en-us/aspnet/core/mvc/views/view-components?view=aspnetcore-2.2
2019-01-15 20:09:25 -05:00
Eric Fleming
007fb6a0af
Display 2 decimal places for Total on Basket screen
2019-01-12 20:10:55 -05:00
Eric Fleming
2d6e9106a3
Setting Cookie to IsEssential to fix anonymous signin
2019-01-12 19:11:26 -05:00
Steve Smith
84f1eeee8c
Added HealthCheck ( #188 )
...
Checks home page.
2019-01-11 13:27:15 -05:00
Steve Smith
c64c70b183
Add LinkGenerator to AllServices middleware ( #187 )
...
* Adding slugify parameter transform
Fixes #172
* Cleaning up code
And slugifying my orders
* Added links to allservices using LinkGenerator
2019-01-11 12:53:08 -05:00