Praburaj
|
1cc6445c49
|
Adding a temporary work around for a bug in ValidationSummary html helper that surfaces during register page.
Cleaning up a Dispose method in one of the controllers - all others have been cleaned up before.
|
2014-04-22 17:39:31 -07:00 |
Hao Kung
|
5ba60857a7
|
Identity DI changes
|
2014-04-22 14:01:42 -07:00 |
Glenn
|
1d4e383c7e
|
Update README.md
|
2014-04-22 10:53:40 -07:00 |
Glenn
|
f0c96e26cb
|
Update README.md
|
2014-04-22 10:51:26 -07:00 |
Chris Ross
|
c8af917927
|
Expose IPAddress, X509Certificate.
|
2014-04-22 10:00:31 -07:00 |
Chris Ross
|
bfab162b4b
|
Seperate the server layers into two projects.
|
2014-04-22 09:56:09 -07:00 |
David Fowler
|
caff1d3d68
|
Fixed unused project references
|
2014-04-21 22:31:46 -07:00 |
David Fowler
|
aa4dfffd84
|
Fixed references in test host
|
2014-04-21 22:27:14 -07:00 |
Glenn Condron
|
2e8d9d4056
|
update startup class to work with new APIs, updated package versions to specific packages. Changed variable name in index.cshtml
|
2014-04-21 18:11:07 -07:00 |
Chris Ross
|
a04d592d06
|
OWIN->K and K->OWIN support via Func<AppFunc, AppFunc>.
|
2014-04-21 16:26:15 -07:00 |
Brice Lambson
|
8b2dfabc30
|
Generate projects for net451
|
2014-04-21 13:16:45 -07:00 |
David Fowler
|
93aa23b6ab
|
Removed ifdefs around RemoteIP and ClientCerts.
|
2014-04-19 16:40:58 -07:00 |
David Fowler
|
e3afbae213
|
Remove the converter logic
|
2014-04-19 02:27:49 -07:00 |
ajcvickers
|
737afbd610
|
An injection of musical love... (Updating music store to use new EF configuration and DI)
Changes EF setup to use common DI container
Sets up injection of context instances
|
2014-04-18 13:17:08 -07:00 |
Chris Ross
|
28fbacc7f4
|
Remove #if NET45s for IPAddress, X509Certificate.
|
2014-04-18 08:51:59 -07:00 |
David Fowler
|
f86877b14f
|
Move BuilderExtensions and RouterMiddleware to Microsoft.AspNet
|
2014-04-18 00:22:27 -07:00 |
David Fowler
|
bba57874bc
|
Put UseServices extension method in Microsoft.AspNet
|
2014-04-18 00:13:10 -07:00 |
David Fowler
|
d138028462
|
Updated due to change in API
|
2014-04-17 22:38:08 -07:00 |
David Fowler
|
9726a26056
|
Update based on new API changes
|
2014-04-17 22:25:17 -07:00 |
David Fowler
|
689bdf2072
|
Removed properties folder
|
2014-04-17 22:20:40 -07:00 |
David Fowler
|
252f17e5e2
|
Adjusting due to API changes
|
2014-04-17 22:16:04 -07:00 |
David Fowler
|
03b089abe0
|
Renamed Builder.ServiceProvider to Builder.ApplicationServices
- Made things consistent with HttpContext.ApplicationServices
|
2014-04-17 22:08:47 -07:00 |
David Fowler
|
3b69e024a2
|
Updated solution
|
2014-04-17 21:54:55 -07:00 |
David Fowler
|
f258b008fa
|
Fixed build break and used new pattern for using mvc
|
2014-04-17 21:26:23 -07:00 |
David Fowler
|
11080a5d06
|
Removed Properties folder
|
2014-04-17 20:31:11 -07:00 |
David Fowler
|
10ee3c20e3
|
Rename UseContainer to UseServices
|
2014-04-17 20:27:18 -07:00 |
Hao Kung
|
3c4a2df2cb
|
Use DI for Identity
|
2014-04-17 15:36:17 -07:00 |
Hao Kung
|
e61107a381
|
Switch to using Identity extensions
|
2014-04-17 14:29:25 -07:00 |
David Fowler
|
c06aa04654
|
Update music store to handle the new changes in aspnet/WebFx#257 and aspnet/WebFx#259
|
2014-04-17 00:46:24 -07:00 |
David Fowler
|
e99576a429
|
Added callback overload to UseContainer
- Allows caller to pass a delegate to configure add services via the
ServiceCollection.
|
2014-04-17 00:12:41 -07:00 |
Glenn Condron
|
9c77f52cd1
|
replace batch files with kvm
|
2014-04-16 21:51:54 -07:00 |
Glenn
|
45f361d0bd
|
Update README.md
|
2014-04-16 21:41:33 -07:00 |
Ryan Nowak
|
06c63c38a1
|
Fix for #32 and #33 - return IBuilder from UseRouter
Also removing the overload that doesn't take a route collection
|
2014-04-16 20:01:35 -07:00 |
Praburaj
|
aa7fe89c81
|
Using a single GetUserName() temporary extension in all places where I try to get the user name. This temporary extension will go away when we have these extensions as part of identity package.
|
2014-04-16 17:22:05 -07:00 |
Praburaj
|
506b439f2f
|
Using Html.DisplayNameFor helper to generate some titles.
|
2014-04-16 17:12:23 -07:00 |
Praburaj
|
20d0fc9bd8
|
Enabling code to use Html.LabelFor and Html.Label helpers.
|
2014-04-16 16:53:53 -07:00 |
Chris Ross
|
a748266eb6
|
Update to use new tooling.
|
2014-04-16 15:57:28 -07:00 |
Praburaj
|
5c3d268327
|
Deleting a view page related to social login which is not in alpha scope (previously missed to remove this).
|
2014-04-16 14:17:16 -07:00 |
Chris Ross
|
f8b1679240
|
Update to new project tooling.
|
2014-04-16 14:16:46 -07:00 |
Praburaj
|
439398b7ab
|
Some minor cleanup:
1. Removing a couple of unused enum items which is not required for alpha
2. Cleaning up an unused namespace in Startup.cs
|
2014-04-16 14:16:07 -07:00 |
Levi Broderick
|
6bc6da1c7d
|
Fix build break: inadvertently removed PBKDF2.cs and related functionality
|
2014-04-15 22:10:09 -07:00 |
GrabYourPitchforks
|
1959aa9e7f
|
Merge from internal DataProtection repo.
|
2014-04-15 18:03:41 -07:00 |
Praburaj
|
41700cf56d
|
Changes with this checkin:
adding a work around to test the account/manage user feature. With this I can verify password changes work fine.
|
2014-04-15 17:19:58 -07:00 |
Praburaj
|
348d4a11de
|
Html.ActionLink WebFx bug# 246 is fixed now. Enabling the code to use the helper.
|
2014-04-15 16:49:46 -07:00 |
Praburaj
|
843c952928
|
Removing some more view pages related to the external login. Also fixed the corresponding views
that were trying to render them.
|
2014-04-15 16:42:13 -07:00 |
Hao Kung
|
d4c0e7dd90
|
Remove set password logic not needed for alpha
|
2014-04-15 12:23:21 -07:00 |
Praburaj
|
7fd711df54
|
Html.ActionLink generating an incorrect url when trying to generate a link to a different controller + action.
Adding a work around with information of a corresponding bug. The work around will go away once we have a fix.
|
2014-04-15 12:11:05 -07:00 |
Praburaj
|
69dae2d216
|
Enabling code to use RedirectToAction helpers.
|
2014-04-15 11:45:17 -07:00 |
Chris Ross
|
f12117fe1f
|
Remove temp IAppBuilder support.
|
2014-04-15 11:28:42 -07:00 |
Hao Kung
|
70b45dbe2d
|
AccountController identity cleanup
Use SignInManager where appropriate
Misc cleanup of controller actions
|
2014-04-15 11:03:18 -07:00 |