Ajay Bhargav Baaskaran
68a125b9ce
React to aspnet/Razor#281 changes
2015-03-17 14:50:14 -07:00
Praburaj
36a3262661
Moving some IIS express related helpers to a different class.
2015-03-17 14:26:19 -07:00
Praburaj
6445f6388b
Temporarily disable the --no-source test variation
...
Seems to fail on CI but not on local machines. Investigating this.
2015-03-17 14:24:52 -07:00
Ajay Bhargav Baaskaran
1c00cfe7aa
React to aspnet/Razor#281 changes
2015-03-17 14:16:50 -07:00
Ajay Bhargav Baaskaran
b3c60976a4
Removed @helper directive
2015-03-17 13:54:37 -07:00
sornaks
d2bdd4f1d4
Removing 'Options' from ConfigureMvcOptions and ConfigureRazorViewEngineOptions.
2015-03-17 13:35:26 -07:00
sornaks
7daec14e49
Issue #318 : Removing Generate*() methods.
2015-03-17 13:15:03 -07:00
sornaks
c1338a0542
Reacting to Razor changes for removing Generate*() method.
2015-03-17 13:12:38 -07:00
Praburaj
6dc2417f9e
Adding some coverage for the --no-source switch
2015-03-17 12:46:02 -07:00
Hao Kung
e2a8efbb64
Cleanup
...
Switch to logging interfaces reference
Tweak DenyAnonymous logic
Fixes https://github.com/aspnet/Security/issues/181
Fixes https://github.com/aspnet/Security/issues/169
2015-03-17 11:40:58 -07:00
ianhong
1b502cbee7
Music Store sample Unit Tests - (except usermanager and signinmanager)
2015-03-17 11:12:51 -07:00
Kiran Challa
489fc52df8
[ Fixes #2108 ] StringOutputFormatter fails when HttpNotAcceptableOutputFormatter is used
2015-03-17 11:04:46 -07:00
Levi B
94233e76ff
Remove experimental .Azure project
2015-03-17 10:45:21 -07:00
ianhong
ee49ab727f
RazorPage.User should be ClaimsPrincipal
2015-03-17 10:41:22 -07:00
Levi B
d673df7ef3
Reliability improvements to key ring updates
...
- Optimistically treat failures as transient and continue to use any existing cached key ring for a short period of time
- Updates to the key ring shouldn't block other threads; they can use the outdated version while waiting for the update
2015-03-17 00:46:24 -07:00
Levi B
612a81d9ce
Defer processing <key> descriptors until necessary
...
- Make CreateNewKey more robust against bad key repositories
- Don't hide key deserialization errors
2015-03-16 23:32:20 -07:00
Levi B
4365b531d8
Use C# 6 string interpolation feature
...
Provides cleanup in logging and removes calls to String.Format
2015-03-16 21:38:21 -07:00
N. Taylor Mullen
36f02690d2
Expose source start/end tags on TagHelperBlocks.
...
- This is to enable the DesignTime to understand TagHelperBlocks full source structure in order to auto format the document.
2015-03-16 21:22:29 -07:00
Hao Kung
47b34cd1da
React to auth changes
2015-03-16 18:38:53 -07:00
Hao Kung
b761e7d8c2
Fix tests to check results for null
2015-03-16 17:47:29 -07:00
N. Taylor Mullen
2a28e6f4ce
Add tests to validate @tagHelperPrefix inheritance.
...
- Updated some naming bits that were still using the ViewStart name.
- Updated MvcRazorParserTests to test more cases of the parser, especially with @tagHelperPrefix.
#2110
2015-03-16 17:30:11 -07:00
N. Taylor Mullen
f49d52b5fc
Add @tagHelperPrefix inheritance support.
...
- Updated some naming bits that were outdated (referring to ViewStart).
- Added a TagHelperDirective merging mechanic to ensure user file descriptors and inherited descriptors come together correctly.
#2110
2015-03-16 17:30:05 -07:00
Hao Kung
f05520602f
React to Authenticate(schemes) being removed
2015-03-16 16:57:16 -07:00
Praburaj
7a245eba5b
Update welcome page text from ASP.NET vnext to 5
...
Fixes: https://github.com/aspnet/Diagnostics/issues/82
2015-03-16 16:52:24 -07:00
Hao Kung
efc5ea9b5d
React to auth changes
2015-03-16 16:46:56 -07:00
Ajay Bhargav Baaskaran
f63702754f
[ Fixes #160 ] Added OnResponseCompleted to HttpResponse
2015-03-16 15:50:58 -07:00
Hao Kung
7abccd8f22
React to Shared NotNull
2015-03-16 15:22:46 -07:00
Hao Kung
b0c6090774
Identity ApplicationCookie Automatic by default
...
React to cookie's not being automatic by default
2015-03-16 15:15:44 -07:00
Hao Kung
14d1b467c6
ClaimsXform and RIP AutoAuthHandler
...
- Initial support for ClaimsTransformation
- merge automatic auth handler back into base
2015-03-16 15:14:44 -07:00
Ajay Bhargav Baaskaran
c1e298b010
React to aspnet/HttpAbstractions#160 - Implementing OnResponseCompleted
2015-03-16 15:10:53 -07:00
Ryan Nowak
e16d263cd5
Reduce use of TypeActivation for ModelBinders
...
These model binders don't have any per-request state so there is no need
for them to be type activated. In one case the model binder actually does
its own caching which is being defeated by the fact that we register it as
type activated.
More changes to come in this area.
2015-03-16 15:10:32 -07:00
ianhong
29909e15f3
Cleaning up AntiForgery
2015-03-16 14:55:47 -07:00
sornaks
37dc8581de
Removing 'Options' from the 'ConfigureRouteOptions' extension method name.
2015-03-16 14:54:36 -07:00
Hao Kung
08ddbe8531
Auth cleanup
...
- Rename Security folder -> Authentication
- Change Authenticate to only take one scheme to match other APIs, the
params overload did not make it any cleaner to consume (since it didn't
produce a combined ClaimsPrincipal anyways)
2015-03-16 14:26:46 -07:00
Praburaj
b485b60014
Updating the version of System.Runtime.Serialization.Primitives
2015-03-16 14:02:28 -07:00
Ryan Nowak
fc00aff7c5
Add TestCommon project
2015-03-16 13:49:29 -07:00
Praburaj
3b0d5fd422
Add extension method for getting environment name
...
Fixes: https://github.com/aspnet/Hosting/issues/100
2015-03-16 13:13:50 -07:00
Kiran Challa
3d247ec028
[ Fixes #2086 ] FilePathResult WriteFileAsync uses SendFile feature incorrectly
2015-03-16 13:05:12 -07:00
Smit Patel
403f7c7585
Ef : Enabled Autogeneration for ArtistId & GenreId using sequence which allows explicit values
2015-03-16 12:09:03 -07:00
Levi B
0966e37d94
Doc comment cleanup on GetApplicationUniqueIdentifier
2015-03-14 15:43:39 -07:00
Levi B
82d92064c5
Continued API improvements and refactoring
...
- Add helpful extension methods to Interfaces project
- Auto heuristic detection now writes default protection settings to the ILogger
- Cleanup dead methods / add useful methods in DataProtectionConfiguration
- Update System.Web compatibility project to allow mapping MachineKey.Protect directly to IDataProtector.Protect
2015-03-14 14:29:39 -07:00
Praburaj
e8d3fbf7bc
Using [NotNull] from common repo package
2015-03-14 07:44:02 -07:00
Praburaj
4373b6bf62
Using [NotNull] from the common repo package
2015-03-14 07:30:29 -07:00
Praburaj
bd7f07052e
Using [NotNull] from the common package
2015-03-14 07:25:14 -07:00
Kiran Challa
f06007d428
[ Fixes #2156 ] Remove IConfiguration from AddMvc
2015-03-14 00:02:53 -07:00
Praburaj
93deb0b440
Remove dependency on DependencyInjection and instead use DependencyInjection.Interfaces on Http.Extensions
...
Fixes: https://github.com/aspnet/HttpAbstractions/issues/228
2015-03-13 19:56:45 -07:00
Praburaj
fb08460770
Using [NotNull] from common repo package
2015-03-13 17:54:16 -07:00
Praburaj
b77e9d2d9c
Using [NotNull] attribute from the Common repo package
2015-03-13 17:44:51 -07:00
Praburaj
b879f4a084
using [NotNull] attribute from the Common repo
2015-03-13 17:21:37 -07:00
Praburaj
6ee155c40f
Move IServiceCollection extension to Microsoft.Framework.DependencyInjection namespace
...
Fixes: https://github.com/aspnet/Diagnostics/issues/96
2015-03-13 17:11:23 -07:00