Pawel Kadluczka
|
80bf695181
|
Merge branch 'rel/1.0.0-alpha2' into dev
|
2017-09-19 11:37:03 -07:00 |
Pawel Kadluczka
|
bee9fcb0d8
|
Adding support for multiple callbacks per client side method
...and a possibility to remove callbacks
Fixes: #807
|
2017-09-19 11:13:22 -07:00 |
Pawel Kadluczka
|
ad54c08519
|
Merge branch 'rel/1.0.0-alpha2' into dev
|
2017-09-18 10:48:53 -07:00 |
Pawel Kadluczka
|
20b07a0dff
|
Adding README to npm module
|
2017-09-18 10:08:52 -07:00 |
Pawel Kadluczka
|
c6c08e142e
|
Merge branch 'rel/1.0.0-alpha2' into dev
|
2017-09-18 10:03:35 -07:00 |
Pawel Kadluczka
|
982ac32fea
|
Prepending relative urls with '/'
|
2017-09-15 15:12:36 -07:00 |
Pawel Kadluczka
|
b40578b89b
|
Moving versions to alpha2
|
2017-09-15 12:11:53 -07:00 |
Pawel Kadluczka
|
a267e86e1f
|
Adding the 'final' suffix to version
|
2017-09-14 09:49:06 -07:00 |
Pawel Kadluczka
|
72568acff0
|
Appending version to browser javascript file names
|
2017-09-13 09:17:13 -07:00 |
BrennanConroy
|
30f16fcf4b
|
Merge branch 'rel/1.0.0-alpha1' into dev
|
2017-09-12 13:45:56 -07:00 |
BrennanConroy
|
2d4b2239a9
|
Reduce C# client logging and add HubProtocol log (#857)
|
2017-09-12 13:45:11 -07:00 |
Pawel Kadluczka
|
0557319870
|
Merge branch 'rel/1.0.0-alpha1' into dev
|
2017-09-11 21:31:02 -07:00 |
Pawel Kadluczka
|
abd669849d
|
Making MsgPack work in IE10
|
2017-09-11 21:14:15 -07:00 |
Pawel Kadluczka
|
54c71c4c10
|
Replacing Cache-Control header with nonce
Makes long polling work on IE10 and IE9
|
2017-09-11 21:12:18 -07:00 |
Pawel Kadluczka
|
67b2b27ac9
|
Enabling passing relative Url when creating connections
|
2017-09-11 21:07:47 -07:00 |
Pawel Kadluczka
|
bb79a9760c
|
Enabling creating HubConnection without HttpConnection
|
2017-09-11 21:07:47 -07:00 |
Pawel Kadluczka
|
8ff6a4b624
|
Merge branch 'rel/1.0.0-alpha1' into dev
|
2017-09-07 09:52:28 -07:00 |
Pawel Kadluczka
|
b4c61b6c2d
|
Client side method names should be case insensitive
|
2017-09-07 09:50:13 -07:00 |
Pawel Kadluczka
|
2cc72d72cd
|
Logging traffic at Trace level
|
2017-09-06 11:56:38 -07:00 |
Nate McMaster
|
d3ae3abe2a
|
Use PackageLineup to manage PackageReference versions
|
2017-09-01 16:34:32 -07:00 |
Mikael Mengistu
|
cd10d7e122
|
Fixing csproj
|
2017-08-31 16:22:36 -07:00 |
Pawel Kadluczka
|
29ad3d1dd6
|
Adding third-party-notices.txt for msgpack5
|
2017-08-31 15:34:11 -07:00 |
Pawel Kadluczka
|
f31e5ad42a
|
Updating signalr-client module version
|
2017-08-31 14:01:25 -07:00 |
Mikael Mengistu
|
7dcbf25069
|
Headers for TS files (#798)
|
2017-08-31 11:33:14 -07:00 |
Pawel Kadluczka
|
521eed1438
|
Renaming Microsoft.AspNetCore.SignalR.Http to Microsoft.AspNetCore.SignalR
|
2017-08-31 10:10:02 -07:00 |
Pawel Kadluczka
|
7db480b23e
|
Changing the way users can enable logging
|
2017-08-30 17:26:05 -07:00 |
Nate McMaster
|
9c0dc52d67
|
Use Directory.Build.props/targets
|
2017-08-29 10:17:20 -07:00 |
Pawel Kadluczka
|
66876aa2f8
|
Making test and samples IE/ES5 aware
|
2017-08-29 09:26:53 -07:00 |
Pawel Kadluczka
|
2a36aa141d
|
Making the client and tests work on IE
|
2017-08-28 17:06:25 -07:00 |
Pawel Kadluczka
|
ff2bf5ad75
|
Creating ES5 version of the TS client
|
2017-08-28 17:06:24 -07:00 |
Mikael Mengistu
|
c0d47adb11
|
Allow spaces in path (#779)
|
2017-08-28 15:29:33 -07:00 |
Mikael Mengistu
|
6907261453
|
Unset the UserAgent Header in the TS client (#781)
|
2017-08-28 14:18:08 -07:00 |
Mikael Mengistu
|
b60e598277
|
Setting the User-Agent header (#759)
|
2017-08-27 16:35:28 -07:00 |
Pawel Kadluczka
|
ccc97c67ab
|
Making msgpack5 a prod dependency
Fixes: #764
|
2017-08-25 16:43:13 -07:00 |
Pawel Kadluczka
|
83f3605cfb
|
Minification - part 1 (#762)
* Minification - part 1
Creating a minified version of javascript signalr client
|
2017-08-25 12:27:35 -07:00 |
Pawel Kadluczka
|
bcd5a1bd6e
|
Filtering out SSE tests for browsers with no EventSource
|
2017-08-24 15:33:24 -07:00 |
Pawel Kadluczka
|
cddc5f8a75
|
Adapting TS-client to work with non-level-2 xhr
|
2017-08-24 11:10:24 -07:00 |
Pawel Kadluczka
|
bc980c45bb
|
Updating samples
|
2017-08-23 16:11:47 -07:00 |
Pawel Kadluczka
|
e4c1b888ca
|
Adding loggers to TS client
|
2017-08-23 16:11:47 -07:00 |
Pawel Kadluczka
|
cdbb13de66
|
Putting signalr-client in @aspnet scope
|
2017-08-23 09:05:41 -07:00 |
Pawel Kadluczka
|
79d8a9d3d2
|
Changing module type to commonjs
|
2017-08-21 14:28:56 -07:00 |
Pawel Kadluczka
|
e349329dc7
|
Changing length prefixing to separator for JSON TS
|
2017-08-18 09:50:45 -07:00 |
Pawel Kadluczka
|
a359da0c44
|
Length prefixing base64 encoded messages
... in preparation for pipeline conversion
|
2017-08-17 09:58:16 -07:00 |
Pawel Kadluczka
|
4898c0d3df
|
Integrating MsgPack support in TS client
|
2017-08-11 11:44:52 -07:00 |
Pawel Kadluczka
|
e2cec0b305
|
Adding MsgPack hub protocol to TS client
|
2017-08-09 09:12:11 -07:00 |
Pranav K
|
cd5d4fbdaf
|
Merge branch 'rel/2.0.0' into dev
|
2017-07-11 21:04:38 -07:00 |
Pranav K
|
91eb97c432
|
Revert "Check for the existence of a git repository before invoking git commands"
This reverts commit 6c39e227b8.
|
2017-07-11 21:04:29 -07:00 |
Pranav K
|
6c39e227b8
|
Check for the existence of a git repository before invoking git commands
|
2017-07-11 21:03:41 -07:00 |
Pranav K
|
fcda85727a
|
Check for the existence of a git repository before invoking git commands
|
2017-07-11 20:51:03 -07:00 |
Pawel Kadluczka
|
86756d11dd
|
Moving typings to the TS client folder
|
2017-07-11 16:39:30 -07:00 |