Commit Graph

44213 Commits

Author SHA1 Message Date
Doug Bunting 89a1ec1cb5 Apply `configureHostServices` after the `fallbackProvider`
- allows MVC to override `IApplicationEnvironment` in functional tests
2015-03-06 15:06:39 -08:00
Praburaj c483b846e4 Fixing the test to expect characters produced by new IHtmlEncoder
Diagnostics packages are now using the new IHtmlEncoder.
2015-03-06 14:35:47 -08:00
Hao Kung 5e7f1d7eff Add Configure overloads for Auth for config/name 2015-03-06 12:37:34 -08:00
Praburaj 34182987a6 Removing an incorrect comment 2015-03-06 11:34:21 -08:00
Praburaj 18696828cc Using new IHtmlEncoders
Fixes: https://github.com/aspnet/Diagnostics/issues/89
2015-03-06 11:29:58 -08:00
Brennan 02ab100324 Merge branch 'dev' of https://github.com/aspnet/Session into dev 2015-03-06 10:28:59 -08:00
Brennan b2f66944da Logging.Testing and Http.Interfaces change 2015-03-06 10:28:20 -08:00
ianhong 1144ba72d5 Porting HttpUnauthorizedResult 2015-03-06 10:18:51 -08:00
Brennan e738bd467d Logging.Testing namespace change 2015-03-06 09:49:07 -08:00
Brennan 3e99d38dbb Logging.Testing namespace change 2015-03-06 09:48:36 -08:00
Hao Kung 28cc37de96 Add another Create overload that was missing 2015-03-06 08:57:58 -08:00
N. Taylor Mullen 2ecb358c10 React to interface hosting changes. 2015-03-05 22:04:46 -08:00
damianedwards 7c18e666a3 Added FormTagHelperOptions for configuring default behavior of FormTagHelper:
- #1689
2015-03-05 20:12:36 -08:00
Praburaj Thiagarajan 0603e5ff57 Merge pull request #419 from friism/dev-add-heroku-button
Dev add heroku button
2015-03-05 19:49:09 -08:00
Michael Friis d03b3f2ac8 add Heroku button to README 2015-03-05 19:45:45 -08:00
Michael Friis 0f5365e5e5 add app.json 2015-03-05 19:45:45 -08:00
Michael Friis 7109a01bc7 add .deployment file to specify what project to build 2015-03-05 19:45:45 -08:00
Levi B 9988d5205e GetXyzEncoder() shouldn't throw if IServiceProvider is null
Also remove dependency on full DI; use Interfaces instead
2015-03-05 18:43:59 -08:00
Praburaj 940a5a0c29 Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http 2015-03-05 17:34:20 -08:00
Praburaj ce8caf0b9a Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http 2015-03-05 17:13:43 -08:00
Praburaj eeda8e3d73 Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http 2015-03-05 17:03:03 -08:00
Praburaj d5e1b198dc Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http 2015-03-05 16:54:21 -08:00
Praburaj 9bcc863321 Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http 2015-03-05 16:36:21 -08:00
Praburaj 74ea7f723d Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http 2015-03-05 16:35:00 -08:00
Praburaj d6f3c05281 Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http 2015-03-05 16:32:09 -08:00
Praburaj a9feed4de1 Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http 2015-03-05 16:25:15 -08:00
Praburaj 620e83b590 Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http 2015-03-05 16:23:18 -08:00
Hao Kung aacc00aaee Move extension methods to proper namespaces
Also add sugar for OpenIdConnect

Fixes https://github.com/aspnet/Security/issues/107
Fixes https://github.com/aspnet/Security/issues/113
2015-03-05 16:04:57 -08:00
ASP.NET Push Bot 1a96524abb ⬆️ kvm.ps1, kvm.cmd, kvm.sh
Source: AspNet/kvm@c2a6410b73
2015-03-05 15:31:31 -08:00
Hao Kung e2bb76280f Support AccessDeniedPath for Cookie 403 redirection
Fixes https://github.com/aspnet/Security/issues/166
2015-03-05 15:01:44 -08:00
Ryan Nowak f8453d1a9a Fix docs errors 2015-03-05 14:57:37 -08:00
Brennan ca9d6bcd77 DI API changes 2015-03-05 14:39:19 -08:00
Brennan 09ccc84a17 DI API changes 2015-03-05 14:29:22 -08:00
Hao Kung 28bfb92e63 React to identity changes 2015-03-05 14:23:12 -08:00
Brennan 88eb10dcfe DI API changes 2015-03-05 14:21:35 -08:00
Ryan Nowak 4a5c5e59a2 Fix build break 2015-03-05 14:18:58 -08:00
Ryan Nowak 15bb080b7d Remove commented out legacy tests
Reviewed with @HarshGMSFT - we don't think there's anything here that
isn't already covered elsewhere.
2015-03-05 14:13:23 -08:00
Hao Kung 8542a676cb Move away from ILogger<>
Busted for now see https://github.com/aspnet/Hosting/issues/180
2015-03-05 14:04:56 -08:00
Ryan Nowak df358f8b98 fix build break in razor tests and tests for resources 2015-03-05 13:54:24 -08:00
Hao Kung c2e96fa570 Remove identity message apis
Fixes https://github.com/aspnet/Identity/issues/359
2015-03-05 13:32:35 -08:00
Ryan Nowak 90cef3b9ca Refactor of the model metadata provider
Separates the MMP into two phases:
1). Creation of the ModelMetadata, discovery of properties and attributes
(reflection) is part of the MMP
2). Lookup of details based on attributes is now part of another phase,
and has its results cached.

Users can now implements and register an IFooMetadataProvider to customize
a single aspect of metadata (see how data annotations does it).
2015-03-05 13:19:10 -08:00
Hao Kung ccb9f70545 Go back to LoggerFactory temporarily
- needed to unblock Hosting PR:
https://github.com/aspnet/Hosting/pull/146
- Service fallback currently is broken with generic services (ILogger<>
no worky)

Hosting issue tracking: https://github.com/aspnet/Hosting/issues/180
2015-03-05 12:28:30 -08:00
Hao Kung f7c78b8fbc Make it easier to add hosting services
Fixes https://github.com/aspnet/Hosting/issues/145
2015-03-05 12:23:14 -08:00
Victor Hurdugaci 04599f92c1 React to Configuration API changes 2015-03-05 08:14:51 -08:00
sornaks eeabe27606 Including Mvc.js script which enables Mvc.stringify(data) used in JQuery.Post() to send data understandable by MVC.
Adding Bower and Grunt components to pull JQuery from an appropriate source. Addressing PR Comments.
2015-03-05 08:07:01 -08:00
David Fowler 8e4ea775ac Fixed the solution file 2015-03-05 03:30:09 -08:00
David Fowler f46b373acb Depend on interfaces 2015-03-05 03:27:15 -08:00
David Fowler 2141edd46b Fixed up solution and other things
- Reduce dependencies
2015-03-05 03:22:04 -08:00
David Fowler d0980738e3 Removed AddLogging since it comes from Logging now 2015-03-05 02:20:20 -08:00
N. Taylor Mullen be747a63ed Remove trailling semicolon in test project.json 2015-03-05 00:37:27 -08:00