Eric Fleming
|
392b68e89d
|
Merge pull request #226 from dotnet-architecture/upate-profile-menu-link
Changing asp-action to go to MyAccount instead of Index
|
2019-03-10 19:08:37 -04:00 |
|
Eric Fleming
|
83e5e3e4cb
|
Merge pull request #225 from dotnet-architecture/fixing-a-few-more-styles
Adjusting filter button styles
|
2019-03-10 19:08:13 -04:00 |
|
Eric Fleming
|
0cc045356c
|
Changing asp-action to go to MyAccount instead of Index
|
2019-03-10 17:04:28 -04:00 |
|
Eric Fleming
|
847276a4e5
|
Adjusting filter button styles
|
2019-03-10 16:56:01 -04:00 |
|
Eric Fleming
|
f983f7389c
|
Merge pull request #224 from dotnet-architecture/cleanup-csproj-file
Cleanup csproj file
|
2019-03-09 19:29:25 -05:00 |
|
Eric Fleming
|
300cce7a88
|
Cleanup UpToDateCheckInput
|
2019-03-09 19:25:50 -05:00 |
|
Eric Fleming
|
7c044d9c57
|
Removing ContentIncludedByDefault section that was added
|
2019-03-09 19:21:10 -05:00 |
|
Eric Fleming
|
db517b9c1d
|
Merge pull request #223 from dotnet-architecture/fix-clicking-cart-button
Component will now redirect to basket when clicking on cart icon
|
2019-03-09 18:59:42 -05:00 |
|
Eric Fleming
|
82c8f56388
|
Merge pull request #221 from dotnet-architecture/remove-irepository
Removing IRepository in favor of IAsyncRepository
|
2019-03-09 18:59:14 -05:00 |
|
Eric Fleming
|
d0dcb63e1e
|
Component will now redirect to basket when clicking on cart icon
|
2019-03-09 18:57:48 -05:00 |
|
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
|
2019-03-01 22:21:12 -05:00 |
|
Eric Fleming
|
1152f4a45d
|
Remove GetSingleBySpec
|
2019-03-01 22:16:31 -05:00 |
|
Eric Fleming
|
1ba52becaa
|
Remove count
|
2019-03-01 22:12:43 -05:00 |
|
Eric Fleming
|
427961095a
|
Remove Delete
|
2019-03-01 22:11:19 -05:00 |
|
Eric Fleming
|
eea7f54ded
|
Removing update
|
2019-03-01 22:10:32 -05:00 |
|
Eric Fleming
|
dd0a9a598d
|
Removing Add
|
2019-03-01 22:09:07 -05:00 |
|
Eric Fleming
|
b084d4e770
|
Removing List and all the places it was used
|
2019-03-01 22:07:46 -05:00 |
|
Eric Fleming
|
b8f1ac977d
|
Removing ListAll
|
2019-03-01 21:46:48 -05:00 |
|
Eric Fleming
|
058d4e6f5a
|
Removing the GetById from IRepository
- removed it and updated everywhere, where it was called to use the async version
|
2019-03-01 21:42:52 -05:00 |
|
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 |
|