David Fowler
947ec326e0
Updated to use the new target framework in project.json
2014-08-28 23:43:51 -07:00
David Fowler
77d6318cfc
Updated to use the new target framework in project.json
2014-08-28 23:39:13 -07:00
David Fowler
0705d3a5ae
Updated to use the new target framework in project.json
2014-08-28 23:34:02 -07:00
David Fowler
aac0ce134c
Updated to use the new target framework in project.json
2014-08-28 23:31:29 -07:00
David Fowler
630abe6a5d
Updated to use the new target framework in project.json
2014-08-28 23:29:57 -07:00
David Fowler
f7e3823bf1
Updated to use the new target framework in project.json
2014-08-28 22:43:50 -07:00
David Fowler
88eb29b5d0
Changed remaining ifdefs from K10 and ASPNETCORE50
2014-08-28 22:39:13 -07:00
David Fowler
2e6e5307f6
Updated to use the new target framework in project.json
2014-08-28 22:14:10 -07:00
David Fowler
cce48f4cdf
Updated to use the new target framework in project.json
2014-08-28 22:00:36 -07:00
Praburaj
9f4d46714b
Updating the sample to use VS 2013 Update 3 templates for Identity
...
1. This contains the new manage controller with a bunch of features like 2 factor auth
Some of the features are not enabled yet. But this is to set a baseline with update3 templates.
Automation to come up in future as more identity extensions are available.
2014-08-28 16:57:43 -07:00
YishaiGalatzer
e40dbcaebf
Prevent flushing when writing out from the formatters.
...
Also make the XML formatter respect object as a return type.
Issues: MVC/1073, MVC/972, MVC/958
1072 is a followup work item to add test coverage.
2014-08-28 14:15:07 -07:00
Praburaj
05cd84667a
Enabling X64/CoreClr based test variations as the CLR issues are resolved
2014-08-28 11:55:51 -07:00
Chris Ross
e5543d6adf
Move RequestStreamAsyncResult to its own file.
2014-08-28 09:04:46 -07:00
Chris Ross
8cda77db5a
#25 - Fix request stream async memory leak, dispose RequestStreamAsyncResult.
2014-08-27 16:09:59 -07:00
N. Taylor Mullen
acefdf5f2e
Fix tests to work with new TagBlock parsing format.
...
- These are the fixes to the tests that could not be fixed by altering the core parsing code base.
- Most involve adding TagBlock's, breaking out existing markup blocks and altering some AcceptedCharacter formats.
- Was able to loosen the restrictions on AcceptedCharacter's to allow the body of html tags to accept any character.
#75
2014-08-27 14:13:36 -07:00
jacalvar
ab7445f59d
[ Fixes #9 ] Use a common query string builder api
...
1. Added a reference to Microsoft.AspNet.WebUtilities.
2. Refactored TemplateBinder to use QueryBuilder instead of
manually creating a query string.
2014-08-27 10:04:29 -07:00
Chris Ross
b9eb7ba282
#38 - Port the Twitter middleware from katana
2014-08-27 09:02:44 -07:00
Praburaj
963c76f770
Updating deployment helpers to start the host on mono.
2014-08-26 16:48:39 -07:00
N. Taylor Mullen
6114d5d269
Modify parser to group html begin/end elements.
...
- Added a "Tag" block type.
- Wrapped all begin/end elements in a "Tag" Markup block.
#75
2014-08-26 14:53:09 -07:00
Pranav K
ddea73b934
Fixing build break by updating comment
2014-08-26 12:14:42 -07:00
Pranav K
5beed03b10
Removing unused namespaces
2014-08-26 11:58:12 -07:00
Pranav K
d604c18368
Moving IModelValidatorProvider to Options
...
Fixes #879
2014-08-26 11:53:32 -07:00
Pranav K
d77b06f742
Fixing IFileSystem in Razor test
2014-08-26 10:30:08 -07:00
Pranav K
b2750752dd
Reacting to IFileSystemInfo changes
2014-08-26 09:52:52 -07:00
Pranav K
096ba08a8d
Reacting to IFileSystemInfo changes
2014-08-26 09:48:19 -07:00
Chris Ross
4b76d93801
Change spelling of Cancelled to Canceled. Cleanup.
2014-08-25 14:21:19 -07:00
Chris Ross
5de5534982
#43 - Honor CancellationTokens for Read/Write/Flush/SendFileAsync.
2014-08-25 14:18:57 -07:00
Hao Kung
e60b1665e3
React to Identity Rename
2014-08-25 11:41:49 -07:00
Hao Kung
952bc6af88
Rename Identity.EF -> Identity.SqlServer
2014-08-25 11:15:52 -07:00
Chris Ross
5577159453
#37 - Port the Google auth middleware from Katana.
2014-08-25 09:50:19 -07:00
harshgMSFT
313a537ea1
Adding ModelStateError if there is no input formatter selected.
2014-08-22 16:52:58 -07:00
Ryan Nowak
9faca78a84
Optimize attribute routing link generation
2014-08-22 15:28:19 -07:00
Praburaj
fd5f081cb6
Increasing the wait timeout after the application deployment
...
I'm starting to see that tests start running too soon before the application started. Increasing the wait time to a bigger number.
It will increase the test runtime of each selfhost variation by a couple more seconds, but it will increase the reliability.
2014-08-22 11:59:58 -07:00
Pranav K
2dcbbf70b0
Modifying RazorViewEngine to create IRazorView instances from service
...
container
2014-08-22 11:41:04 -07:00
Praburaj
c7defa70c9
Updating instructions to run the sample on Mono
...
With some recent product bug fixes the sample can now run on Mono. The sample uses InMemory store to run on mono due to lack of SqlClient.
2014-08-22 11:35:54 -07:00
Shannon Deminick
f6547d63e8
Update RazorView.RenderAsync to be virtual
...
Would be nice if this method is virtual so people can extend the RazorView easily, this functionality is available in the current MVC which I utilize.
2014-08-22 11:17:15 -07:00
Pranav K
a490abc6e8
Adding support for inheriting chunks from _ViewStarts as part of host
...
parsing.
Fixes #881
2014-08-22 11:04:42 -07:00
Chris Ross
1aed739edb
WebUtilities: Add more query helpers.
2014-08-22 09:04:30 -07:00
dougbu
7a1242f162
Remove `using` for Microsoft.AspNet.Mvc.Razor namespace from views
...
- eventually will clean up IntelliSense -- removing classes users don't
need when editing a view
- will _not_ cleanup IntelliSense 'til VS stops using a private copy of
Microsoft.AspNet.Mvc.Razor.Host.dll or we update that copy
- all tests and MVC sample views still work fine
- issue #969
2014-08-21 14:26:40 -07:00
sornaks
791518d44d
Issue #347 : Throw a better exception when the user didn't add the MVC services.
...
Introducing MarkerService for identifying if MvcServices were added.
2014-08-21 13:59:52 -07:00
Praburaj
5878f8ccb8
Increasing the wait time out to 3 seconds after the db file is created.
...
A couple of selfhost variations are failing on some of the new CI machines. While trying to reproduce I see that the klr.exe processes are lauching fine. But the tests fail for a couple of self-host variations. Only suspicion is this time out as the client gets a socket exception. It is possible that client is making a request before the server is ready.
2014-08-21 12:48:03 -07:00
Chris Ross
bc0732f900
Code cleanup.
2014-08-21 12:13:26 -07:00
Pranav K
eccd25bedd
Change ThrowIfFaulted to WaitAndThrowIfFaulted
2014-08-21 11:55:41 -07:00
Pranav K
9c4df4606f
Modify TemplateRenderer to use ThrowIfFaulted instead of Task.Wait
...
Fixes #782
2014-08-21 08:38:12 -07:00
Levi B
990fe49df1
Remove old Win7-only PBKDF2 implementation.
2014-08-20 23:17:09 -07:00
Levi B
4588b1c898
Add preliminary PBKDF2 routines to unblock identity work.
...
Win7 and Win8 optimizations will be committed as part of the larger DataProtection overhaul.
2014-08-20 22:47:47 -07:00
Praburaj
df3d56be5e
Enabling the test code to run on mono
...
This does not include the deployment helper on mono. So the test needs to point to a statically deployed application url to run.
There are some bugs in mono Httpclient like in case of 302's RequestMessage's Uri not modified, cookies not cleared in cookie container etc. I will file bugs in mono on those and this is a work around until then.
There is still more work and refactoring. This is a first step.
2014-08-20 17:46:53 -07:00
Chris Ross
635dd57c56
Welcome Page: #16 - Remove JQuery and embedded font.
2014-08-20 16:04:59 -07:00
Chris Ross
0cc85f687e
Reacting to System.IO package version change
2014-08-20 15:18:29 -07:00
Chris Ross
919fa0c195
Port Facebook middleware from Katana.
2014-08-20 14:52:01 -07:00