Nate McMaster
7054992254
Bump tools versions to 1.1.0
2016-11-03 12:17:49 -07:00
Nate McMaster
ca70ef0b34
Change version to msbuild1
2016-11-03 12:09:19 -07:00
Cesar Blum Silveira
f5d6f39fa0
Merge branch 'rel/1.0.2' into dev
2016-11-03 11:56:37 -07:00
Cesar Blum Silveira
25d647c400
Update Microsoft.AspNetCore.Hosting dependency to 1.0.1.
2016-11-03 11:42:39 -07:00
Doug Bunting
f04286562e
Treat `ContentType==null` and `MediaType.GetEncoding(ContentType)==null` differently
...
- now, if client sends e.g. `Content-type: text/json;charset=[invalid]`, service will respond with HTTP/415
- if client sends `Content-type: text/json`, service will still try UTF-8 (or updated default encoding)
- intentional (and slight) behaviour change from 1ac7315
- include and a few new tests and some cleanup from same commit
2016-11-03 10:51:39 -07:00
Doug Bunting
116c927e61
Revert "Do not call `Encoding.GetEncoding()` with a string from the request"
...
- #5351 should be Won't Fix
This reverts commit 1ac731519a .
2016-11-03 10:51:39 -07:00
Pranav K
8ad7c19379
Remove references to Iddentity
2016-11-03 10:42:20 -07:00
Pranav K
2c0ea8d6cc
Merge remote-tracking branch 'origin/rel/1.0.2' into dev
2016-11-03 10:37:58 -07:00
Pranav K
6a9a753ca4
Remove extra references from Startup
2016-11-03 10:37:32 -07:00
Pranav K
0c93a5e093
Update versions to 1.0.2
2016-11-03 10:37:18 -07:00
Andrew Stanton-Nurse
5858c0a64a
fix #85 by making HandshakeHelpers internal and tidying doc comments
...
we don't need to share it with anything in the current implementation
2016-11-03 10:27:15 -07:00
Pranav K
0dcfa2a3fd
Updating to Libuv 1.9.1
2016-11-03 10:08:01 -07:00
Nate McMaster
90f92fabe3
Upgrade Microsoft.NET.Sdk in tests
2016-11-03 09:16:08 -07:00
David Fowler
b114e4e9fd
Get rid of RpcEndpoint and samples
...
- Merge RpcEndpoint and HubEndPoint, still need to move discovery of hub
methods to another class.
2016-11-03 00:17:01 -07:00
David Fowler
f51fcadeb1
Dispose the ConnectionManager on application shutdown
2016-11-02 23:14:12 -07:00
Pawel Kadluczka
8d03c014fb
Fixing invocation results for tasks whose result is `VoidTaskResult`
2016-11-02 22:52:52 -07:00
David Fowler
5f23231d9b
Make ConnectionMetadata object,object dictionary
2016-11-02 22:30:16 -07:00
David Fowler
0e690d636f
Remove casts where possible
2016-11-02 22:17:03 -07:00
David Fowler
7db1eb8f25
Add Async suffix to everything
2016-11-02 22:02:29 -07:00
David Fowler
a175609bb1
Start transport before endpoint
2016-11-02 21:28:05 -07:00
David Fowler
b6f15338eb
Cleanup and shuffling things
...
- Moved the InvocationAdapterRegistry registration to SignalROptions
- Moved the JsonNetInvocationAdapter to Microsoft.AspNetCore.SignalR
- Remove dead JavaScript code
2016-11-02 20:54:58 -07:00
David Fowler
8dd61250f4
Fix the projects
...
- Fixed dependencies
- Fixed NS dependency
2016-11-02 18:50:57 -07:00
BrennanConroy
019bb460ec
Clean up and TS client
2016-11-02 18:35:12 -07:00
BrennanConroy
5434d437e9
Added ChatSample
2016-11-02 17:33:48 -07:00
moozzyk
3065c8db93
minor fixes
2016-11-02 17:09:11 -07:00
moozzyk
2bbca5e7fe
Adding error handling
...
Fixing SSE transport on the server
2016-11-02 17:09:11 -07:00
moozzyk
61c527f23c
Fixing LongPolling transport
2016-11-02 17:09:11 -07:00
moozzyk
ce17f0d19a
Adding transport selection
...
Fixing serverSentEvents transport
Updating the client 'app'
2016-11-02 17:09:11 -07:00
moozzyk
752f329036
WIP:
...
- separating Connection from RpcConnection
- fixing WebSockets transport to work after rewrite
- clean up
2016-11-02 17:09:11 -07:00
moozzyk
466c8d9db9
Adding ServerSentEvents
2016-11-02 17:09:11 -07:00
moozzyk
181053e876
Adding longpolling
2016-11-02 17:09:11 -07:00
moozzyk
29d859b383
WIP
2016-11-02 17:09:11 -07:00
Pawel Kadluczka
5663198733
WIP
2016-11-02 17:09:11 -07:00
moozzyk
6859d33536
ts-client WebSockets + JSON
2016-11-02 17:09:11 -07:00
moozzyk
5e3be6e212
Awaiting tasks returned from hubs and getting the actual result
2016-11-02 17:03:30 -07:00
Ryan Brandenburg
01b237dda9
Antiforgery goes at the end of filters
2016-11-02 16:50:27 -07:00
Ryan Brandenburg
f02f55c33d
Antiforgery goes at the end of filters
2016-11-02 16:45:04 -07:00
Kiran Challa
82b2e9c75c
Added functional tests for Antiforgery related to setting no-cache headers
2016-11-02 16:29:34 -07:00
Kiran Challa
3fc090e2fe
[ Fixes #105 ] Disable caching when response uses antiforgery
2016-11-02 16:16:06 -07:00
Andrew Stanton-Nurse
f58a373704
fix #106 by removing ReplaceFeature
2016-11-02 15:58:17 -07:00
Ajay Bhargav Baaskaran
c28ad48e98
[ Fixes #5216 ] Make generic parameters work with ViewComponent tag helpers
2016-11-02 15:55:23 -07:00
Nate McMaster
6d540faf18
Remove custom targets for sxs msbuild installation
2016-11-02 15:40:45 -07:00
Cesar Blum Silveira
e57abc7762
Update .travis.yml.
2016-11-02 15:34:55 -07:00
Nate McMaster
77122d0246
Build feature/ branches on CI
2016-11-02 14:44:38 -07:00
Pranav K
834718d1f9
Updating to RTM builds of IdentityModel packages
2016-11-02 14:43:57 -07:00
Nate McMaster
217dab2016
Fix packaging on CI
2016-11-02 14:36:51 -07:00
Nate McMaster
fcd6764cd1
Add <clear /> to nuget.config
2016-11-02 14:16:05 -07:00
Andrew Stanton-Nurse
b3f755dff3
add test timeout to autobahn conformance tests ( #129 )
2016-11-02 14:02:48 -07:00
Nate McMaster
3b0947b4af
Add workaround for bug in Configuration 1.0.1
2016-11-02 13:46:23 -07:00
Nate McMaster
54031fb399
Downgrade to 1.0.1
2016-11-02 13:41:59 -07:00