Cesar Blum Silveira
7bf6f0d2ab
Updating to version 1.0.2.
2016-11-02 12:27:25 -07:00
Andrew Stanton-Nurse
b2108a6d65
major updates to WebSockets implementation
...
* Ping/Pong handling
* UTF-8 validation
* Customization through WebSocketOptions
* Closes connection on Protocol Errors
* Autobahn Test Suite integrated
2016-11-02 11:27:56 -07:00
Kiran Challa
08cb67b7e4
[ Fixes #104 ] Expose cookie options via Antiforgery options
2016-11-02 11:03:23 -07:00
Nate McMaster
b4027529a7
Bundle deps.json files in tools packages
2016-11-02 10:38:39 -07:00
Jass Bagga
ea701f2cd6
Added UserClaimsPrincipal to ViewComponent
...
Addresses #4964
2016-11-02 10:30:22 -07:00
Nate McMaster
975e22ad06
Drop tools back to Microsoft.NETCore.App 1.0.1
2016-11-02 09:42:17 -07:00
Pavel Krymets
2bddba8f90
Handle SIGTERMs for graceful shutdown ( #876 )
2016-11-02 09:29:44 -07:00
David Fowler
0f863be588
Renamed JsonInvocationAdapter to JsonNetInvocationAdapter
2016-11-02 08:54:42 -07:00
David Fowler
9e7513a7bd
Added UseSignalR
2016-11-02 03:20:44 -07:00
David Fowler
6af6db67f4
More refactoring
...
- Moved the IHubConnectionContext implementation out of HubEndPoint
- Added IHubContext to allow getting at the publish side of things without
being in side the hub. The HubEndPoint now injects this as well.
- HubContext has the implementation of the IHubConnectionContext
- Moved ISignalRBuilder and SignalRBuilder into their own files
2016-11-02 03:03:35 -07:00
David Fowler
f41bcb9b2d
Subscribe in parallel
2016-11-02 02:46:52 -07:00
David Fowler
377711f68c
Changes to redis and groups
...
- Made group add and removal async as they may be backed by a network
connection
- Added ISignalRBuilder and a pattern similar to mvc for doing extension methods off
AddSignalR
- Added RedisOptions
2016-11-02 02:29:04 -07:00
David Fowler
40039afd4f
Make a SignalR project and SignalR.Redis project
...
- Moved RPC into SignalR for now since we don't have a middle layer yet.
- Fixed up name spaces
2016-11-02 01:49:05 -07:00
David Fowler
915ebbda6b
Get rid of pub sub abstraction and add redis impl
2016-11-02 01:21:51 -07:00
David Fowler
4221db3890
Some cleanup and error checking
...
- Dispose hubs after invoke
2016-11-01 23:27:49 -07:00
David Fowler
53858495dc
Hubs are more fleshed out ( #11 )
...
- `HubEndPoint<T>` : `RpcEndPoint<T>` where T is the Hub type. Optimizing for a single hub per connection here.
- Hubs get OnConnectedAsync and OnDisconnectedAsync methods that are invoked at the right time and with the right scope.
- Introduced HubLifetimeManager<THub> (naming TBD) which is the center of the universe for Hub behaviors.
2016-11-01 23:15:31 -07:00
Mikael Mengistu
a52301f886
Refactor url rewrite bool and enum parsing
2016-11-01 20:29:46 -07:00
Nate McMaster
d5c0c29a0c
Remove custom nuget feeds from main project feed config
2016-11-01 18:41:58 -07:00
Nate McMaster
6fd5e2ab52
Install cli preview3 side-by-side for msbuild testing
2016-11-01 18:41:58 -07:00
Nate McMaster
7afad9102f
Update dotnet-watch README.md
2016-11-01 18:41:58 -07:00
Nate McMaster
4698985846
Port dotnet-watch to support MSBuild
2016-11-01 18:39:51 -07:00
Nate McMaster
8fd91043d3
Switch korebuild version to feature/msbuild
2016-11-01 18:39:51 -07:00
Nate McMaster
29df59b89c
Create initial prototype of dotnet-user-secrets with MSBuild support
2016-11-01 18:39:51 -07:00
Scott Hanselman
9744f94b39
Update README for dotnet-watch to specify which version to install ( #210 )
2016-11-01 18:39:14 -07:00
Kiran Challa
32710bbfbe
[ #5430 ] CookieTempDataProvider chunking broken
2016-11-01 16:13:27 -07:00
Kiran Challa
4dcde8a329
Added Base64UrlTextEncoder utility from Security repo
2016-11-01 15:31:39 -07:00
Ben Adams
2adb6ff955
Interlocked.Read -> Volatile.Read
2016-11-01 18:06:00 -04:00
Jass Bagga
5d5b282dbd
Moved CaseSensitiveTagHelperAttributeComparer to Razor.TagHelpers.Testing.Sources
...
Addresses #5323
2016-11-01 14:51:37 -07:00
Jass Bagga
77ed9f22fc
Moved location of and modified CaseSensitiveTagHelperAttributeComparer
...
Addresses Mvc https://github.com/aspnet/Mvc/issues/5323
2016-11-01 14:47:13 -07:00
Kiran Challa
e55e3b6f5a
Updated Authentication's Base64UrlTextEncoder to use WebUtilities's Base64UrlTextEncoder logic
2016-11-01 12:22:42 -07:00
Kiran Challa
500201bdf7
Made ChunkingCookieManager's default chunk size public
2016-11-01 12:14:02 -07:00
jacalvar
998a47d265
[ Fixes #4960 ] Action results returned from controller actions rendered as json instead of executed
2016-11-01 11:17:58 -07:00
Pranav K
f7fc72dcf2
Looking for Coherence packages under artifacts\build in addition to packages-expanded directory
2016-11-01 10:04:54 -07:00
Mikael Mengistu
7948a76f74
Added support for the AbortRequest action
2016-10-31 14:19:11 -07:00
Nate McMaster
a0e164f379
dotnet-user-secrets: add support for json output and piping json input
2016-10-31 14:15:52 -07:00
Andrew Stanton-Nurse
68839d76e3
allow 4.2.4 to have non-strict behavior ( #128 )
2016-10-31 14:04:20 -07:00
Cesar Blum Silveira
29408956f9
Handle tokens in Transfer-Encoding header ( #1181 ).
2016-10-31 13:57:34 -07:00
Chris R
2d1c56ce5c
#884 Honor OIDC's and Jwt's OnAuthenticationFailed HandleResponse()
2016-10-31 13:48:50 -07:00
pan-wang
4569d6d6d5
fix issue #26 AspNetCoreModule needs to abort failed responses ( #34 )
2016-10-31 13:03:13 -07:00
Pavel Krymets
a29ceeb9e8
Deterministically dispose instances created by WebHostBuilder ( #868 )
2016-10-31 11:59:57 -07:00
Pavel Krymets
1d35166e11
Merge pull request #8 from aspnet/pakrym/netcoreapp
...
Target netcoreapp and reference NETCore.App
2016-10-31 10:52:06 -07:00
Pranav K
dd29d562b8
Adding functional test to verify error page middleware includes raw compilation content.
2016-10-31 10:28:04 -07:00
Cesar Blum Silveira
cc05e36dc6
Fix test failures caused by connection resets ( #1167 ).
2016-10-31 10:21:28 -07:00
SteveSandersonMS
7ee8a7b15e
Update aspnet-webpack peerDependency to allow Webpack 2.1.0beta+ as well as Webpack 1.x
2016-10-31 17:14:29 +00:00
SteveSandersonMS
64903fe0c6
Fix aspnet-webpack build on machines that don't already have `tsd` in the node_modules dir here
2016-10-31 16:49:37 +00:00
SteveSandersonMS
077f91847a
Fix AngularServices NPM package dependency restoration following third-party package changes
2016-10-31 16:35:06 +00:00
SteveSandersonMS
7ee3346a72
Fix Angular 2 MusicStore sample so packages can be restored on NPM 2.x (started failing because peerDependencies ceased to be valid following third-party package updates)
2016-10-31 16:19:36 +00:00
BrennanConroy
522e30ae19
Re-Add NuGetPackageVerifier
2016-10-31 08:34:33 -07:00
BrennanConroy
50887581df
Merge rel/1.0.1 into dev
2016-10-31 08:31:31 -07:00
SteveSandersonMS
f9145a43f6
In Angular2Spa server-side rendering, only render the <app> element, not an entire <html> doc
2016-10-31 11:46:00 +00:00