Praburaj
435215b542
PR comments
2015-02-26 10:38:39 -08:00
Levi B
e4db4b1189
Temporarily store keys in different folder to resolve issues caused by package renaming
2015-02-26 10:35:40 -08:00
Praburaj
a2eec4f863
Changing the IHttpContextFactory.CreateHttpContext take in a IFeatureCollection
...
Addresses: https://github.com/aspnet/Hosting/issues/162
2015-02-25 17:48:46 -08:00
Praburaj
fc6b855f42
Changing the AppFunc signature to pass IFeatureCollection
...
Reaction to bug: https://github.com/aspnet/Hosting/issues/162
2015-02-25 17:43:04 -08:00
Praburaj
cb3def5668
Changing signature of AppFunc to pass on IFeatureCollection
...
Reaction to this fix: https://github.com/aspnet/Hosting/issues/162
2015-02-25 17:40:17 -08:00
Levi B
b821b706b7
React to DataProtection rename
2015-02-25 17:31:02 -08:00
Levi B
d864b72561
React to DataProtection rename
2015-02-25 17:23:11 -08:00
Levi B
0b1858d5c1
React to DataProtection renaming
2015-02-25 16:59:57 -08:00
Levi B
e2ca9fc652
Rename to Microsoft.AspNet.DataProtection
...
from Microsoft.AspNet.Security.DataProtection
2015-02-25 16:49:33 -08:00
Praburaj
00864c1af4
Hosting API review feedback # 1
...
Addresses:
https://github.com/aspnet/Hosting/issues/164
https://github.com/aspnet/Hosting/issues/163
https://github.com/aspnet/Hosting/issues/155
https://github.com/aspnet/Hosting/issues/156
https://github.com/aspnet/Hosting/issues/154
2015-02-25 16:05:22 -08:00
Levi B
e8e2fbbdeb
Reference WebEncoders package
2015-02-25 16:04:36 -08:00
Levi B
c5dc9abff6
Doc comment cleanup, API refactorings
...
Rename CodePointFilters -> UnicodeBlocks
Rework allowed / disallowed code point APIs for ease of use
Move service registration APIs into WebEncoders project
2015-02-25 14:01:17 -08:00
Brennan
be7984eebc
Logging test objects were copy-pasta from logging repo, removing and using official version
2015-02-25 12:58:51 -08:00
Praburaj
fa7956d814
Fixing some more build breaks on net 4.5 projects.
2015-02-25 11:10:46 -08:00
Ajay Bhargav Baaskaran
9f9dcbe6ec
Additional functional tests for ElementalValueProvider
2015-02-25 10:22:43 -08:00
Levi B
544c83812c
Add unit tests for WeakReferenceHelpers
...
Doc comment cleanup on IOptimizedAuthenticatedEncryptor
2015-02-24 18:19:31 -08:00
Levi B
ab18f52e98
Add CreateProtector convenience extension method
2015-02-24 17:48:29 -08:00
Levi B
cad9ead28d
PBKDF2 was moved to its own package
2015-02-24 16:30:29 -08:00
Levi B
6637cb264f
Split KeyDerivation into its own project
...
Move shared crypto code to a common project
2015-02-24 16:20:10 -08:00
Levi B
8ec6dc3712
Code cleanup
...
Rename IAuthenticatedEncryptor2 -> IOptimizedAuthenticatedEncryptor
Rename ProtectedMemoryBlob -> Secret
Add some missing doc comments explaining
2015-02-24 15:49:30 -08:00
damianedwards
e282d2a861
Ensure results of GlobbingUrlBuilder are sorted:
...
- #2062
2015-02-24 15:07:36 -08:00
N. Taylor Mullen
8f1ab39f6c
Added Microsoft.AspNet.Testing.Logging to test project.
...
- Reacting to Logging changes and corresponding Testing changes.
2015-02-24 14:30:13 -08:00
Eilon Lipton
024c72b05a
Update README.md
2015-02-24 14:09:55 -08:00
Brennan
9b69e6f234
LogFormatter API change
2015-02-24 13:41:30 -08:00
Harsh Gupta
594ccb98cc
Initial Commit to enable CI
2015-02-24 13:32:31 -08:00
Ajay Bhargav Baaskaran
dc49a2c194
Added HttpNotFoundObjectResult and added relevant tests
2015-02-24 11:57:48 -08:00
Kiran Challa
5bb69e495e
[ Fixes #1184 ] Formatting issues in requests should not cause a 500 response
2015-02-24 10:39:11 -08:00
Kiran Challa
f737083c94
Added JsonContractResolver to validate value type properties
2015-02-24 06:34:35 -08:00
Kiran Challa
c276ddaa39
Added support for validation of Required attributes in case of XmlDataContractSerializerInputFormatter
2015-02-23 23:15:48 -08:00
damianedwards
eef8884d0f
LinkTagHelper & ScriptTagHelper now log view path:
...
- #1949
2015-02-23 21:51:45 -08:00
N. Taylor Mullen
c4c618fafd
React to MVC changes.
2015-02-23 21:23:44 -08:00
Ryan Nowak
9d5364cf9b
Removing ModelMetadata.Model
2015-02-23 19:56:59 -08:00
Yishai Galatzer
ed8e5716ea
Remove INestedProviderXXX
...
React to aspnet/DependencyInjection#179
2015-02-23 15:18:39 -08:00
Levi B
36c5efd0e2
React to WebEncoders being moved to their own package
2015-02-23 14:41:19 -08:00
Levi B
bf41335689
React to dependent package renaming
2015-02-23 14:26:35 -08:00
Doug Bunting
3dbdf3b2d6
Avoid exception in `MvcTagHelper` JavaScript
...
- `blank` is undefined so `blank.wooptido` threw
2015-02-23 14:26:28 -08:00
Levi B
204fb08e01
Refactor Encoders into their own package
2015-02-23 13:49:51 -08:00
Kirthi Krishnamraju
f6e701b2b2
Reverting #1837 and add non-generic overloads for TryUpdateModel
2015-02-23 10:02:51 -08:00
Brice Lambson
7c2d4593de
Clean up the framework detection logic in _k-test.shade
2015-02-23 09:27:53 -08:00
N. Taylor Mullen
1cc9be5df7
React to aspnet/Razor#238 .
...
- Updated tests to create TagHelperContext correctly.
2015-02-22 20:29:25 -08:00
N. Taylor Mullen
677df32160
Add tests to validate TagHelperExecutionContexts Items bag.
...
- Added TagHelperScopeManager tests to ensure that the Items bag is correctly wrapped.
- Added test to TagHelperExecutionContext to make sure items bags are properly propogated.
- Updated existing unit tests to abide by the new constructor format of TagHelperScopeManager, TagHelperContext and TagHelperExecutionContext
#238
2015-02-22 19:13:18 -08:00
N. Taylor Mullen
b95e73e2b0
Add Items bag to TagHelperContext.
...
- Add a an Item properties on TagHelperExecutionContext to propagate to the TagHelperContext.
- Updated TagHelperScopeManager to create CopyOnWriteDictionary item bags for created TagHelperExecutionContexts.
#238
2015-02-22 19:13:17 -08:00
Praburaj
0ef3921e20
Removing aspnetcore50 from test project.json
...
Uncommented section seems to throw on build.cmd
2015-02-22 18:49:59 -08:00
Praburaj
0e72888105
Making tests runnable on coreclr
2015-02-22 18:27:03 -08:00
N. Taylor Mullen
df4b92b1c1
Update MVC projects to utilize Common repo classes.
...
- Had to add extra dependencies to work around aspnet/XRE#1237 .
- Updated src and test projects.
2015-02-22 18:23:28 -08:00
ianhong
4bb85eeaeb
React to the selfclosing support in TagHelpers
2015-02-20 21:11:02 -08:00
Ryan Nowak
e6b75de0af
Cache the result of ViewComponent discovery
...
This change provides caching for the results of searching for view
components and discovering their names.
In our ViewComponent perf test, selecting the component type was about 25%
of the execution of MVC (due to uncached reflection). This change brings
that down to about 1%.
This is a small change to remove uncached reflection. There are some other
code paths where use of view components results in a hotspot. Leaving
those issues to be tracked as part of a larger design issue.
2015-02-20 17:06:40 -08:00
Youngjune Hong
23e6264715
Fix1571 - Supporting self-closing tags for taghelpers
2015-02-20 16:27:31 -08:00
Mugdha Kulkarni
4f0ba26c79
Adding the test cases for generating lower case URLs
2015-02-20 15:50:58 -08:00
Mugdha Kulkarni
81a17300b2
Issue 140: Support lower case routes
2015-02-20 14:54:25 -08:00