David Fowler
34641d21e6
Added code path for rendering html encoded content on K
2014-03-08 23:14:40 -08:00
Chris Ross
65532849f6
Handle unmasking offset data.
2014-03-08 23:01:53 -08:00
David Fowler
282ccd6999
Remove duplicate paths
2014-03-08 21:12:01 -08:00
David Fowler
e62e5a2bef
Simplify how we pick dependencies for razor compilation
2014-03-08 17:15:16 -08:00
David Fowler
bda7dd8d2d
Made razor work with core clr
2014-03-08 15:56:01 -08:00
David Fowler
b482a9e3cb
Made roslyn based compilation of razor files work
...
- Now that services are being flowed through the entire stack
we can nuke the csc service and always use the roslyn based compilation for views
- The RoslynCompilationService is still very much a prototype but it's a good
step to see what other services might may or may not need to flow.
- Removed the PhysicalFileSystem construction from Mvc itself. This will come from
the hosting layer and is newed up temporarily in the PathBasedViewFactory itself.
2014-03-08 15:16:44 -08:00
Chris Ross
678af7c22f
Implement KeepAliveInterval, send pings.
2014-03-08 15:14:54 -08:00
David Fowler
7423a21b11
Added ability to run unit tests on build
2014-03-08 12:34:29 -08:00
Chris Ross
30ca12933e
Cleanup, simple perf.
2014-03-08 10:35:56 -08:00
David Fowler
23752ee478
Renamed solution file to match other projects
2014-03-08 10:28:52 -08:00
David Fowler
27d834ae6a
Added required packages for K
2014-03-08 04:16:12 -08:00
David Fowler
55718fd931
Added required packages for K and fixed the build
2014-03-08 03:47:38 -08:00
David Fowler
ed31f6b019
Added required packages for K
2014-03-08 02:40:21 -08:00
David Fowler
c111258938
Add required references for K to work
2014-03-08 01:48:44 -08:00
David Fowler
5de1ae578d
Updated common
2014-03-08 01:22:35 -08:00
David Fowler
360f81d0a8
Added required packages for K
2014-03-08 01:10:02 -08:00
Chris Ross
9ba9f666bb
Fix continuation frame bug.
2014-03-07 22:25:21 -08:00
Pranav K
f01620402a
Ignore shared projects and projects that do not have a project.json for
...
dependency management
2014-03-07 18:17:15 -08:00
Brice Lambson
f77328258c
Add Testing repo
2014-03-07 17:26:40 -08:00
Brice Lambson
9d6b227226
Run tests during build
2014-03-07 17:26:11 -08:00
Pranav K
574ce6de98
Query and route value provider factories are added to service container
...
multiple times
2014-03-07 15:08:28 -08:00
Levi Broderick
6748897083
Update DataProtection to use a K-generated .resx designer file instead of the VS-generated .resx designer file.
2014-03-07 14:46:19 -08:00
Hao Kung
d845ef0b7c
Switch to using DataProtection for Crypto
2014-03-07 14:19:38 -08:00
Hao Kung
56c67d5ef0
Fix project json immutable references
2014-03-07 14:19:37 -08:00
Hao Kung
5128a030da
Port PasswordsHasher, crypto only in Net45
2014-03-07 14:19:36 -08:00
Pranav K
28b7597779
Introducing NotNullAttribute for null argument checks
2014-03-07 14:03:28 -08:00
Chris Ross
38f5793e3d
Seperate message pump into higher layer.
2014-03-07 12:19:36 -08:00
Chris Ross
6ecc36de5a
Cleanup, argument validation.
2014-03-07 09:36:17 -08:00
David Fowler
10c10ab2e7
Added required packages for K
2014-03-07 02:46:45 -08:00
David Fowler
f420ba4600
Added required packages for K
2014-03-07 02:39:48 -08:00
David Fowler
f5a43708ee
Added references to required K packages
2014-03-07 02:28:46 -08:00
David Fowler
2dfdfafaa6
Added required packages for K
2014-03-07 02:17:04 -08:00
David Fowler
90430b425d
If there's a contract folder then use it in the nuget package for compilation.
2014-03-06 23:29:14 -08:00
David Fowler
eb61728107
Fix webfx compile error.
...
- Assembly.Load(byte[]) has been removed
- Added IAssemblyLoaderEngine type that flows from the host
2014-03-06 22:11:10 -08:00
Levi Broderick
adf2adabc0
Add PBKDF2 support to the data protection library.
2014-03-06 19:42:00 -08:00
Stephen Halter
4d1768ce3c
Use the ServiceDescriber class from the DI project in GetDefaultServices
2014-03-06 17:44:54 -08:00
Yishai Galatzer
bcfccbd105
Remove allow anonymous (will happen as a separate feature)
2014-03-06 17:06:21 -08:00
Yishai Galatzer
5503aa7b4a
Remove comment
2014-03-06 17:02:49 -08:00
Yishai Galatzer
1bcd35f5f1
Code cleanup
2014-03-06 17:02:48 -08:00
Yishai Galatzer
7cf40c8a50
CR feedback
2014-03-06 17:02:47 -08:00
Yishai Galatzer
a55a71a4f8
ResultFilter attribute added to sample
2014-03-06 17:02:46 -08:00
Yishai Galatzer
772f833dc9
Action filters & Authorization Filters working
2014-03-06 17:02:45 -08:00
Yishai Galatzer
6fed92695b
Filter execution
2014-03-06 17:01:40 -08:00
Yishai Galatzer
f669c1c00e
Cleanup & Renames
2014-03-06 17:00:47 -08:00
Yishai Galatzer
8c5db4fdfa
Action/ActionResult/ExceptionFilterAttribute(s)
...
AllowAnonymousAttribute
Name cleanup in ReflectionActionDescriptorProvider
2014-03-06 17:00:47 -08:00
Yishai Galatzer
1783a06dc0
Filter discovery
2014-03-06 17:00:46 -08:00
Yishai Galatzer
4d90d590a9
Default filter provider, instantiates and merges all filters pre action invocation.
2014-03-06 17:00:45 -08:00
Yishai Galatzer
4bb66937e3
Action/ActionResult/ExceptionFilterAttribute(s)
...
AllowAnonymousAttribute
Name cleanup in ReflectionActionDescriptorProvider
2014-03-06 17:00:44 -08:00
Yishai Galatzer
457016a6da
Add the actual filters interface signatures,
...
Add the AuthorizationFilterAttribute
2014-03-06 17:00:43 -08:00
Yishai Galatzer
75bccbae21
Filter discovery
2014-03-06 17:00:42 -08:00