Chris Ross
81c967dfa4
Rename OnRequestAborted to RequestAborted.
2014-07-02 09:04:48 -07:00
Chris Ross
bc2cf1223e
#89 - Rename OnRequestAborted to RequestAborted.
2014-07-01 16:24:27 -07:00
Chris Ross
1a579aba01
Add missing using.
2014-07-01 15:13:48 -07:00
Chris Ross
872f18b63b
Update Claims dependency to 1.0.0-*.
2014-07-01 14:57:32 -07:00
Chris Ross
136811e732
Make IServerFactory AssemblyNeutral.
2014-07-01 14:57:29 -07:00
Chris Ross
e15fe540a8
Enable custom auth challenges. Integrate IAuthenticationHandler.
2014-07-01 14:57:27 -07:00
Chris Ross
0e197a59ed
More HTTPS tests.
2014-07-01 14:57:25 -07:00
Chris Ross
6f550d67a4
Improve the auth infrastructure. Expose the user.
2014-07-01 14:57:22 -07:00
Pranav K
85cf199ef1
Reacting to CoreCLR package rename
2014-07-01 10:37:56 -07:00
David Fowler
bb0fb639ae
Updated packages due to changes in security contracts
2014-07-01 10:31:16 -07:00
David Fowler
d98df8a873
Updated packages due to changes in security contracts
2014-07-01 10:22:31 -07:00
Pranav K
be88722cb5
Moving SampleApp from src to samples
2014-07-01 09:24:32 -07:00
tugberkugurlu
c6eff50c24
directly return inside the BuilderExtensions.UseRouter method
2014-07-01 10:03:52 +03:00
Chris Ross
81c06fa558
Make middleware report when auth fails.
2014-06-30 14:12:55 -07:00
Louis DeJardin
8d527e4e0b
Removing a reference to make things work better
2014-06-30 14:05:23 -07:00
Chris Ross
df425e4796
Server: Expose WebSocketOptions. Make feature replacement configurable.
2014-06-30 12:50:55 -07:00
Chris Ross
b24d808b58
#10 - Rename Middleware package to Server.
2014-06-30 12:22:16 -07:00
Chris Ross
05a275faae
OWIN: #87 Make IHttpAuthenticationFeature.Handler not throw.
2014-06-30 11:06:32 -07:00
David Fowler
e74c4bfa81
Disable flaky engine tests
2014-06-29 09:28:43 -07:00
David Fowler
6277e70ac8
Added KestrelHttpServer
2014-06-29 08:44:08 -07:00
David Fowler
9118d037fe
Updated the kproj
2014-06-27 23:02:52 -07:00
Louis DeJardin
7c626431a1
Adding Upgrade support, using WebSocket middleware from sample app
2014-06-27 22:25:38 -07:00
Louis DeJardin
5e51783087
Recompiling windows binaries because uv_loop_size was added
2014-06-27 21:00:06 -07:00
Louis DeJardin
0f1a72e7e0
Tiny CLR won't tell you what the OS is. Assume tiny CLR is running on Windows.
2014-06-27 20:59:39 -07:00
Louis DeJardin
e4b9bd265c
Adjusting Kestrel to run cross platform
2014-06-27 20:01:44 -07:00
Louis DeJardin
9c29ccdd32
Cross-platform LoadLibrary, adjusting libuv apis
2014-06-27 19:45:31 -07:00
Louis DeJardin
08a3685f53
Moving native resources, updating loading code
2014-06-27 19:33:48 -07:00
Ryan Nowak
c17d33154f
Fix for #617 - ViewResult can be constructed without a view engine
...
We want result types to be constructable without services.
2014-06-27 17:05:09 -07:00
dougbu
172a5a5500
Address review comments
...
- XML comments for changed `TemplateInfo` properties
- correct `DefaultDisplayTemplateTests` and `DefaultEditorTemplateTests` namespaces
- add a couple of low-level `TemplateInfo` tests
2014-06-27 15:56:51 -07:00
dougbu
bbf470bd34
Also test `string.Empty` model
2014-06-27 15:56:47 -07:00
dougbu
6eb1e38e33
Add `@Html.Display()` and `@Html.Editor()` tests with values in `ViewData`
2014-06-27 15:56:43 -07:00
dougbu
1a4d59ae14
Enable us to unit test `@Html...For()` methods
...
- add more `DefaultTemplatesUtilities.GetHtmlHelper()` overloads, all
returning a strongly-typed helper
- also correct that method to ensure template helpers each get a unique
`IHtmlHelper` instance
2014-06-27 15:56:35 -07:00
dougbu
88cd886a5b
Ensure `TemplateInfo.FormattedModelValue` & `HtmlFieldPrefix` are not `null`
...
- Fixes #705
2014-06-27 15:56:21 -07:00
AndriySvyryd
e32d1b069f
Using the default namespace for the resources class
2014-06-27 15:40:38 -07:00
Pranav K
e7c2faff32
Unwrap nullable types in PropertyHelper prior to looking up properties
...
Fixes #721
2014-06-27 15:27:51 -07:00
Praburaj
ecbf6e27fa
Adding more diagnostics to the test
...
Adding logic to throw and stop the tests if the response from the server is not OK.
2014-06-27 13:00:33 -07:00
Pranav K
0f0d44c6b3
Fixing ModelChunkVisitorTest to match resource name
...
Fixing stylecop issues
2014-06-27 11:55:24 -07:00
N. Taylor Mullen
83f585e583
Addressed stylecop and CR issues.
...
#568
2014-06-27 11:23:30 -07:00
N. Taylor Mullen
2ad175b687
Add @model specific tests to validate output.
...
#568
2014-06-27 11:23:27 -07:00
N. Taylor Mullen
54d6b0b113
Modify tests to use new ModelCodeGenerator.
...
#568
2014-06-27 11:23:24 -07:00
N. Taylor Mullen
b808c48faf
Add Model specific code generation.
...
By adding model specific code generation we are able to map the generic "base type" code to the cshtml file. This also involved utilizing the CreateClassDeclaration method in the Microsoft.AspNet.Razor library. Lastly Added a MvcCSharpChunkVisitor to add one more abstraction layer between the Microsoft.AspNet.Razor code and the Mvc code; this makes it so Mvc follows the same class structure as the base Razor parser.
#568
2014-06-27 11:23:21 -07:00
DamianEdwards
b9fd70b930
Fixing more tslint errors
2014-06-27 11:11:41 -07:00
DamianEdwards
f1a82e6456
Fixing tslint errors
2014-06-27 11:00:37 -07:00
Pranav K
2aacdeca4a
Modify AssociatedMetadataProvider to use PropertyHelper to create accessor
...
Additionally change it to use TypeExtensions.GetReadableProperties to get
property list. This causes it to ignore indexers which should not be
considered.
Fixes #595
2014-06-27 10:50:37 -07:00
DamianEdwards
aae0635911
Updating MusicStore.Spa for latest MVC changes
2014-06-27 10:48:11 -07:00
N. Taylor Mullen
c7545a0354
Add a virtual BuildClassDeclaration method to CSharpCodeBuilder.
...
This extensibility point needs to be an override and not a pure visitor due to how the class declaration is created (only 1 right way to write the class).
#76
2014-06-27 10:26:52 -07:00
Chris Ross
13f4c242ab
Rename T to TFeature, Creator to Factory.
2014-06-27 09:52:56 -07:00
Chris Ross
f4a397dfcc
OWIN: Support dynamically creatable features.
2014-06-27 09:21:06 -07:00
Chris Ross
f5173e44ae
Expand feature support for OWIN->K.
2014-06-27 09:21:04 -07:00
Pranav K
3c092cb083
Moving model binders from DI to MvcOptions
2014-06-26 21:49:46 -07:00