Commit Graph

37701 Commits

Author SHA1 Message Date
Pranav K b086b5b165 Updating to Moq \ Castle.Core that does not require imports 2016-08-08 12:22:35 -07:00
Pranav K 67dce322df Updating to Moq \ Castle.Core that does not require imports 2016-08-08 12:20:14 -07:00
Pranav K f0f3832c14 Updating to Moq \ Castle.Core that does not require imports 2016-08-08 11:59:09 -07:00
Cesar Blum Silveira f2fa8b5660 Add functional test. 2016-08-08 11:58:37 -07:00
Ryan Brandenburg d84b069116 Make resource lookup behavior overridable (#266) 2016-08-08 11:45:42 -07:00
Cesar Blum Silveira a5aacd6307 Throw when setting OnStarting after response has already started (#806). 2016-08-08 11:38:06 -07:00
Chris R 6ae610e8bc React to WebListener AllowAnonymous API change. 2016-08-08 09:51:57 -07:00
Chris R a8bc80e6b2 React to WebListener AllowAnonymous API change. 2016-08-08 09:50:32 -07:00
ivano 6e5187c1ae Using new StringRouteConstraint for area constraint 2016-08-08 08:47:04 -07:00
Aaron Powell 2a6465b27a FIxing path separator to address #247 (#248)
* Correcting path separator to ;

* Using the proper API from System.IO to get path separator
2016-08-08 10:54:22 +10:00
Troy Dai 74e5777435 Update comments 2016-08-05 22:00:37 -07:00
Cesar Blum Silveira 55f409b38b Fix hanging functional tests. 2016-08-05 16:46:34 -07:00
Chris R 4b36501bd8 #160 Move AllowAnonymous from the AuthenticationSchemes to its own bool 2016-08-05 16:18:30 -07:00
Troy Dai a344684d06 Use HandleAuthenticateOnceSafeAsync in Cookie auth 2016-08-05 15:27:37 -07:00
Troy Dai 926c7fab4b Use async-wait pattern in HandleAuthenticateOnceSafeAsync 2016-08-05 14:34:36 -07:00
Justin Kotalik 5052a94cf7 IIS UrlRewrite Rule Application 2016-08-05 13:46:31 -07:00
Troy Dai 0314632696 JwtBearer Token: Catch exception during unauthorized flow 2016-08-05 12:11:33 -07:00
Kiran Challa 1ba6608d90 Removed 'TESTING' compiler directive 2016-08-05 10:30:27 -07:00
Kiran Challa e94f21ffc2 Moved content of 'shared' folder into MusicStore app and fixed tests 2016-08-05 10:04:23 -07:00
John Luo a40cc88169 IResponseCache adapter and support for vary by header 2016-08-04 17:50:07 -07:00
Pranav K 396ff561a1 Remove TestClient 2016-08-04 16:02:28 -07:00
Cesar Blum Silveira fa41588779 Move server start failure test in MaxRequestLineSizeTests to KestrelServerTests. 2016-08-04 15:43:53 -07:00
N. Taylor Mullen 663f6a1718 Expose `GetInputType` as a protected member of `InputTagHelper`.
- Added doc comments.

#4979
2016-08-04 15:13:29 -07:00
Kiran Challa ac98417398 ModelBinding: Remove IsReadOnly checks and add/update tests 2016-08-04 14:20:23 -07:00
Kiran Challa e96f2cb738 Set deployed application root folder as working directory 2016-08-04 14:07:36 -07:00
Cesar Blum Silveira b8f21bee03 Update warning code for obsolete property in #pragma. 2016-08-04 14:05:23 -07:00
ivano scifoni be5deef584 Created option for RequireHttpsAttribute.Permanent
Fixes #4650
2016-08-04 11:43:16 -07:00
Andrew Stanton-Nurse 78b5f53a6f fix NuGetPackageVerifier.json 2016-08-04 11:41:10 -07:00
Cesar Blum Silveira 140dc6fcf5 Add obsoletion reason for KestrelServerOptions.MaxRequestBufferSize. 2016-08-04 10:46:42 -07:00
Ivano Scifoni 88de3d5070 StringRouteConstraint implementation 2016-08-04 10:39:53 -07:00
Andrew Stanton-Nurse 33e3e5b186 remove our WebSocket client
we'll use the one from dotnet/corefx now instead

fixes #108
2016-08-04 10:30:13 -07:00
Troy Dai 5231c5a853 Merge pull request #936 from cwe1ss/patch-1
Typo "Failed to retrived" -> "Failed to retrieve"
2016-08-04 09:51:54 -07:00
Christian Weiss 706566e253 Typo "Failed to retrived" -> "Failed to retrieve" 2016-08-04 18:02:09 +02:00
SteveSandersonMS 7052fa0ad2 Rephrased docs to clarify which are the parts you type into the command line 2016-08-04 18:03:43 +10:00
Mark Pieszak 4665d1f458 docs(readme): Show how to get started with yeoman 2016-08-04 17:57:46 +10:00
Aidan Steele a631f77a33 Copy only project.json before dotnet restore in Dockerfile templates 2016-08-04 17:49:50 +10:00
Aidan Steele cf1a127e7d Perform nodejs installation before COPY in Dockerfile templates 2016-08-04 17:49:40 +10:00
SteveSandersonMS c07bd96270 Update generator-aspnetcore-spa version 2016-08-04 17:45:04 +10:00
Justin Kotalik a4a4e490c5 Addresses #678 and #679 2016-08-03 22:31:42 -07:00
Stephen Halter 9727a4db86 Improve the performance of connection filters
- Buffer connection filter input less by using ProducingStart/Complete
- Simplify FilteredStreamAdapter
2016-08-03 16:45:39 -07:00
Stephen Halter 5aee524768 Ensure Begin/End Read/Write methods are correctly implemented
- Add Begin/End Write methods to FrameResponseStream
- Fix state check of Begin/End Read methods in FrameRequestStream
2016-08-03 16:45:39 -07:00
Stephen Halter 4337d2a4a7 Implement Begin/End Read/Write methods in LibuvStream 2016-08-03 16:45:39 -07:00
Kiran Challa ac8f751771 [Fixes #324] Diagnostics middleware no longer has a way to expand the source for compilation errors 2016-08-03 15:55:11 -07:00
Cesar Blum Silveira 8836eec7d8 Limit request line length (#784). 2016-08-03 15:39:16 -07:00
Stephen Halter dfe12223b8 Ensure HTTPS handshake errors aren't logged on socket close 2016-08-03 15:21:57 -07:00
Stephen Halter 1020d69171 Better logging for connection errors during HTTPS handshake 2016-08-03 11:15:15 -07:00
Andrew Stanton-Nurse 45f0fe178f import WebSockets code from CoreFX (#105)
* import WebSockets code from CoreFX

* sync pr feedback from dotnet/corefx#10510
2016-08-03 11:07:01 -07:00
Chris R a9b5cec33d Remove old WebSockets.Server package from NuGetPackageVerifier 2016-08-03 10:57:20 -07:00
Chris R 44910bbd59 Use CoreFx managed WebSockets 2016-08-03 09:48:52 -07:00
Pavel Krymets e320755734 Do not run custom header parsers on null header values (#678) 2016-08-02 19:40:30 -07:00