Chris Ross
6b0c51a531
Renamed Project.json to Project.json2
2014-08-29 13:26:14 -07:00
Chris Ross
3a3816af41
#41 - Port MicrosoftAccount middleware from Katana.
2014-08-29 13:19:18 -07:00
Praburaj
45406bf082
Moving the admin into a separate area
...
Using areas in the sample
2014-08-29 13:06:50 -07:00
Brice Lambson
293c761eaf
Run tests targeting aspnet* frameworks
2014-08-29 10:12:28 -07:00
Pranav K
a931e21456
Adding support for flush points in Razor pages
...
Fixes #1042
2014-08-29 09:30:23 -07:00
David Fowler
94258eba8a
Updated to use the new target framework in project.json
2014-08-29 00:13:02 -07:00
David Fowler
ca360a25f7
Updated to use the new target framework in project.json
2014-08-29 00:10:01 -07:00
David Fowler
a7e97313b5
Updated to use the new target framework in project.json
2014-08-29 00:07:19 -07:00
David Fowler
13a9613d5b
Updated to use the new target framework in project.json
2014-08-28 23:57:25 -07:00
David Fowler
536da06660
Updated to use the new target framework in project.json
2014-08-28 23:48:55 -07:00
David Fowler
81e905cfa9
Updated to use the new target framework in project.json
2014-08-28 23:45:58 -07:00
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