Eric Fleming
5efd175a90
Removing app and app.min from ContentRemove
7 years ago
Eric Fleming
0cc045356c
Changing asp-action to go to MyAccount instead of Index
7 years ago
Eric Fleming
847276a4e5
Adjusting filter button styles
7 years ago
Eric Fleming
300cce7a88
Cleanup UpToDateCheckInput
7 years ago
Eric Fleming
7c044d9c57
Removing ContentIncludedByDefault section that was added
7 years ago
Eric Fleming
d0dcb63e1e
Component will now redirect to basket when clicking on cart icon
7 years ago
Eric Fleming
8a00269ebd
Removing IRepository
- This also involved cleaning up places where IRepository was still being references in Startup
- Removed unused repository from Basket service
7 years ago
Eric Fleming
1152f4a45d
Remove GetSingleBySpec
7 years ago
Eric Fleming
1ba52becaa
Remove count
7 years ago
Eric Fleming
427961095a
Remove Delete
7 years ago
Eric Fleming
eea7f54ded
Removing update
7 years ago
Eric Fleming
dd0a9a598d
Removing Add
7 years ago
Eric Fleming
b084d4e770
Removing List and all the places it was used
7 years ago
Eric Fleming
b8f1ac977d
Removing ListAll
7 years ago
Eric Fleming
058d4e6f5a
Removing the GetById from IRepository
- removed it and updated everywhere, where it was called to use the async version
7 years ago
Eric Fleming
37631fe26f
Removing BuildWebCompiler NuGet package
7 years ago
Steve Smith
765e1508bf
Got RedirectToLoginIfNotAuth test working
7 years ago
Steve Smith
f5a17ec635
Fixed SCSS variables reference issue ( #218 )
Fixed tests relying on /sign-in renamed to /login
7 years ago
Eric Fleming
5956ad9b57
Fixing pager styles
7 years ago
Benjamin Camacho
e3e53c1752
Delete unused ApplicationDbContext and Migrations in Web Project
7 years ago
Eric Fleming
374c950a49
Fixing footer styling
7 years ago
Eric Fleming
ae46185a0b
Working on styling for new Login page
7 years ago
Eric Fleming
8c2e43d775
Removing old Signin.cshtml
7 years ago
Eric Fleming
fbde5dae90
Added scaffolded Login page for Identity
- Also updated the _LoginPartial to use the new page
7 years ago
Eric Fleming
f8abe0be12
Adding compilerconfig and updating variables
7 years ago
Eric Fleming
c2ecf6cb36
Getting LibMan in place
7 years ago
Eric Fleming
d4adb5c2b3
Adding libman configuration
7 years ago
Steve Smith
e971dc2ea8
Cleaning up separate WebRazorPages proj
7 years ago
Eric Fleming
a38027d7c9
Adjusting navbar brand styles
7 years ago
Eric Fleming
3752f80560
More cleanup
7 years ago
Eric Fleming
dbb7bbc4d8
Using the correct login name
7 years ago
Eric Fleming
c0a2aee9f0
Adding header styles
7 years ago
Steve Smith
8941e6b9a6
Login POST Test Working ( #198 )
* Got login test working
With request verification token
7 years ago
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
7 years ago
Steve Smith
88835916d8
Cleaning up docker files
7 years ago
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
7 years ago
Praveen Verma
2a6939ad02
Docker Build Failing: In dockerfile updated .net core version to 2.2 ( #195 )
Thanks!
7 years ago
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
7 years ago
Steve Smith
483340f21e
Adding API Health Check ( #191 )
7 years ago
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
7 years ago
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
7 years ago
Eric Fleming
007fb6a0af
Display 2 decimal places for Total on Basket screen
7 years ago
Eric Fleming
2d6e9106a3
Setting Cookie to IsEssential to fix anonymous signin
7 years ago
Steve Smith
84f1eeee8c
Added HealthCheck ( #188 )
Checks home page.
7 years ago
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
7 years ago
Steve Smith
bc328077b0
Adding slugify parameter transform ( #185 )
* Adding slugify parameter transform
Fixes #172
* Cleaning up code
And slugifying my orders
7 years ago
BlackFrog1
8e748a4c62
change relative image source path (../) to use ~/ for webroot. ( #184 )
7 years ago
Eric Fleming
482a5dc515
Move the "Total" div out of the for loop so it only appears once in the cart
7 years ago
Eric Fleming
4444bd20a3
Adding ToList to IReadOnlyCollection used in foreach
7 years ago
Steve Smith
6c41a1bab9
Upgrade to 2.2 ( #171 )
* Initial Web2 project working
* Initial WebRazorPages project working
* Adding additional sln files
* Removing old project
* Fixed integration tests
* Getting FunctionalTests working.
* Got Swagger working in Web
* Moved web2 to web
7 years ago