Commit Graph

319 Commits (76e05bf07a5a289c9996a34779d03d88bbb7b1a2)

Author SHA1 Message Date
Scott Addie 450d889d15
Clarify use of async in strongly typed Hub (#9654)
* Clarify use of async in strongly typed Hub

* Update aspnetcore/signalr/hubs.md

Co-Authored-By: scottaddie <10702007+scottaddie@users.noreply.github.com>

* React to feedback
2018-11-21 11:58:00 -06:00
Scott Addie 009e8a0e6d
Explain what happens when Hub method throws exception (#9653)
Fixes https://github.com/aspnet/Docs/issues/9652
2018-11-20 13:47:35 -06:00
Andrew Stanton-Nurse 5fb2514a42 fix aspnet/SignalR#3190 by adding docs on cancellation in 2.2 (#9346)
fixes aspnet/SignalR#3190

ASP.NET Core SignalR now has support for a CancellationToken in Hub methods. This updates our docs to show that support in the ASP.NET Core 2.2 version of the docs

My first time using `:::moniker range`, and I think it's appropriate here. We'll see if I did it right :)

| Review Links | 2.1 | 2.2 |
| ------------ | --- | --- |
| ~~Hubs API~~ | ~~[Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/hubs?view=aspnetcore-2.1&branch=pr-en-us-9346)~~ | ~~[Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/hubs?view=aspnetcore-2.2&branch=pr-en-us-9346)~~ |
| Streaming | [Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/streaming?view=aspnetcore-2.1&branch=pr-en-us-9346) | [Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/streaming?view=aspnetcore-2.2&branch=pr-en-us-9346) |
2018-11-14 14:44:06 -06:00
Brady Gaster 5bc17d6b99 Removed PersistentConnection from ASP.NET Core SignalR (#9466)
* fixes #9358

* thanks!

Co-Authored-By: bradygaster <41929050+bradygaster@users.noreply.github.com>

* changed verbiage per @tdykstra

* Edit pass
2018-11-14 10:48:45 -06:00
Brady Gaster a9e109763f adding javascript reconnect docs (#9345)
adding some work to address #6757, though this PR fails to contribute a holistic document addressing the entire topic of reconnections.
2018-11-14 10:44:47 -06:00
Ahmed Yahia 7e53e1a380 Update hubcontext.md (#9547) 2018-11-14 10:25:28 -06:00
Andrew Stanton-Nurse 0dfa5e0723 updates to hubs document (#9501)
fixes #9497 as well

Some updates that came up as I was writing #9455 but didn't fit there.

[Internal Review Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/hubs?view=aspnetcore-2.1&branch=pr-en-us-9501)
2018-11-12 15:53:53 -06:00
Andrew Stanton-Nurse f4e90f4af7 fix #9405 by adding api design docs (#9455)
fixes #9405

add some API design docs. I decided some of the things in #9405 (HubMethodName, Typed clients, etc.) fit better in the Hub API doc so I'll submit a separate PR for those soon

I'm sure I messed up the code snippets somehow :). Will have to wait and see how the review copy turns out.

[Internal Review Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/api-design?view=aspnetcore-2.1&branch=pr-en-us-9455)
2018-11-12 15:16:31 -06:00
Ahmed Yahia 99747947f9 Fix constructor name in sample code (#9548) 2018-11-12 07:43:20 -08:00
Ahmed Yahia cea6c0b17e "call to connection" --> "call on connection" in hubs.md (#9542) 2018-11-10 14:07:37 -08:00
BrennanConroy 7ad8de6966 Update SignalR differences (#9457) 2018-11-08 08:46:32 -08:00
Tom Dykstra eb67d3a497
http --> https in sample URLs in SignalR security.md (#9500) 2018-11-07 09:27:17 -08:00
Andrew Stanton-Nurse f8acc64223 Expand upon SignalR access token logging section (#9440)
From #9424 discussions

Expanded a bit on how access token logging affects your app and what it means. Also, how to disable URL logging entirely in ASP.NET Core (this is a bit of a severe option, since it disables logging of ALL request URLs).

cc @Tratcher

[Internal Review Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/security?view=aspnetcore-2.1&branch=pr-en-us-9440)
2018-11-07 09:23:41 -06:00
Mikael Mengistu 8439a641fe SignalR Java Client Access token provider section (#9454)
Fixes https://github.com/aspnet/Docs/issues/9171
Adding a short section in the Java client docs about setting up an Access Token provider.
2018-11-06 16:24:43 -06:00
BrennanConroy d396dffe19 WebSocket Origin Restriction (#9447)
Fixes https://github.com/aspnet/Docs/issues/9363

[Internal Review Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/security?view=aspnetcore-2.2&branch=pr-en-us-9447)
There are some moniker ranges, so switch the versions to verify they're working
2018-11-06 15:55:48 -06:00
BrennanConroy b2d027899e Describe Hub lifetime (#9439)
Fixes https://github.com/aspnet/Docs/issues/6888

[Internal Review Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/hubs?view=aspnetcore-2.1&branch=pr-en-us-9439)
2018-11-06 12:22:41 -06:00
Sean 'Doc' Rinehart 7a0805d6d9 Add a sample of a strongly-typed HubContext (#9277)
Fixes #8824
2018-11-01 14:18:56 -05:00
Rick Anderson 0ee6b101d9
delete map and min files (#9310) 2018-10-31 14:26:48 -10:00
Tom Dykstra 3a12dea45d
Add note about groups security (#9361)
Fixes #9349
2018-10-31 14:06:56 -07:00
Nytiennzo Madooray 47c3fb750a Small gramatical improvement (#9359) 2018-10-31 12:58:40 -05:00
Scott Addie fcf473f19a
Fix DocFX build warnings from retired index pages (#9339) 2018-10-30 15:48:01 -05:00
Tom Dykstra 53d3060df9
Additional cookie/bearer token auth info (#9263) 2018-10-29 12:32:46 -07:00
Tom Dykstra 1791c5c99d
clarify sticky session requirements (#9253) 2018-10-29 12:13:44 -07:00
Tom Dykstra b6ba3d220c Table of Contents reorg (#9133)
* overview

* whats new to end

* fix migration node

* split fundamentals, move to end

* glob & loc, get started

* security node name

* security section

* azure, client-side, host

* several more sections

* redistribute tutorials

* proofread fixes

* move how to download section

* index files delete and redirect

* fix errors

* reorder some nodes

* scott feedback, flatten main tutorials node

* fix missed feedback items + other issues

* unflatten tutorials node

* move 'how to download'

* more tutorials node tweaks

* standardize view sample links

* db --> DB

* fix build error

* remove link from a parent node

* streamline node names

* xref links

* typos

* typo

* typos and revert some xref links

* scott feedback

* scott feedback

* feedback

* change node name

* safe storage-->protect
2018-10-26 18:34:40 -10:00
Andrew Stanton-Nurse eb84aae5e4 Fix status code for WebSocket origin validation (#9250) 2018-10-26 11:47:35 -05:00
Mikael Mengistu 152b1a067c Update Java API reference link (#9227)
Updating the link on the main Java docs page
2018-10-25 15:39:00 -10:00
Tom Dykstra 967d89adba
remove "both" (#9170) 2018-10-23 09:52:53 -07:00
Mikael Mengistu 31f4e34f67 SignalR Java Client Preview 3 Docs updates (#9112)
Updating for the Preview3 SignalR Java client
[Review link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/java-client?view=aspnetcore-2.2&branch=pr-en-us-9112)
Fixes https://github.com/aspnet/Docs/issues/9117
2018-10-22 16:52:19 -05:00
Rick Anderson 36e2502ce8
UE edit of Security considerations in ASP.NET Core SignalR (#9088)
[Internal review URL](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/security?view=aspnetcore-2.1&branch=pr-en-us-9088)

- Kill long sentences. Long sentences are difficult for native speakers and impossible for MT (machine translation)
- Format code to prevent horizontal scroll bar on tablets 85 characters wide. You can simulate tablets by viewing in a browser of the maximum width that doesn't have left or right panes (TOC's).
- Prune dead wood. Avoid unnecessary words that don't add meaning to the text.
- Avoid "you" except when it make the statement more clear. 

  - For example, the following CORS policy allows a SignalR browser client hosted on `http://example.com` to access **your** SignalR app:
  -For example, the following CORS policy allows a SignalR browser client hosted on `http://example.com` to access the SignalR app hosted on `http://signalr.example.com`:
- Avoid Wikipedia links
- Code snippets

Explicit sign-off required on my security rewording below:
- [ ]  Allow cross-origin requests only from domains you trust or control. 

The following are slightly too long but I couldn't find an elegant way to shorten them (not that my other trimming was elegant):

- Applications should be configured to validate these headers to ensure that only WebSockets coming from the expected origins are allowed.
2018-10-19 09:10:45 -10:00
Andrew Stanton-Nurse 04e2b7a6bd Documentation on WebSocket Origin validation (#9080)
Added some notes on WebSocket Origin validation to ASP.NET Core SignalR documentation.

[Internal Review Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/security?view=aspnetcore-2.1&branch=pr-en-us-9080)
2018-10-17 11:01:37 -10:00
Tom Dykstra 50863ad503 Logging article updates (#8908)
Fixes #5161
Fixes #8338 
Fixes #8620
Fixes #8803 
Fixes #8207

[Internal review link](https://review.docs.microsoft.com/en-us/aspnet/core/fundamentals/logging/index?view=aspnetcore-2.2&branch=pr-en-us-8908)
2018-10-16 09:16:57 -10:00
Antoine Griffard 9693195d01 Typo in version-differences (#9022) 2018-10-15 12:24:50 -05:00
Antoine Griffard fc719ac941 Typo in streaming (#9021) 2018-10-15 11:41:39 -05:00
Antoine Griffard 1b16eded26 Typo in messagepackhubprotocol (#9020) 2018-10-15 11:40:54 -05:00
Tom Dykstra e8be8e6ed2
remove code formatting from headings 2018-10-11 10:00:01 -07:00
Luke Latham 8e6dd4a7f4 Drop version from App package (#8881)
Addresses #8579 

I might be getting the hang of **_find and replace_** now. 😝

This doesn't touch a couple that ref 2.2.0. I'll tidy those up on https://github.com/aspnet/Docs/issues/8518 after 2.2 RTM.
2018-10-06 17:10:28 -10:00
Cecil Phillip 16af294128 Update messagepackhubprotocol.md (#8847)
Fixes #8821
PR for review. I just mirrored the note in the server section
@scottaddie @anurse
2018-10-04 14:29:33 -05:00
Tom Dykstra 055b3e55c8 Move Supported platforms out of Server concepts ToC (#8828) 2018-10-03 13:31:18 -05:00
Tom Dykstra fa5ebeba6f
Add available clients to SignalR supported platforms (#8729) 2018-10-03 09:34:37 -07:00
José Maia 6619e940e4 Point to a central page explaining all signalr clients (#8782)
Fixes #8781
2018-10-01 15:21:55 -05:00
Tom Dykstra 934fdbb87f Retire duplicate doc - pub to Azure using CLI (#8747)
Fixes #8723
2018-09-28 10:33:08 -10:00
Andrew Stanton-Nurse 55de66375a fix access token sample in SignalR auth document (#8680)
Fixes #8631 

The `AccessTokenFactory` expects a `Task<string>` so we need to wrap it in `Task.FromResult` in the sample (which is synchronous).
2018-09-24 10:24:26 -05:00
Mikael Mengistu 5e95f82e20 SignalR Java Client preview1 -> preview2 (#8626)
Editing `Preview1 `to be `Preview2` in the Java client docs
2018-09-19 20:27:51 -05:00
Mikael Mengistu 4348c5837d Update to preview2 (#8593) 2018-09-19 17:41:24 -05:00
Scott Addie 12764fb04b
Add SignalR Java API ref to ToC (#8619)
Link to the newly created ASP.NET Core SignalR Java API ref
2018-09-19 13:38:52 -05:00
BrennanConroy 398d92d3cf
Fix compile errors 2018-09-17 14:20:54 -07:00
Luke Latham 46f41d4774
Update All and App package versions (#8513) 2018-09-13 11:39:23 -05:00
Kevin Griffin 61fdb712c6 Implements #8505 Hub<T> section for signalr/hubs.md (#8508)
Fixes #8505 

Added the section to signalr/hubs.md for Hub<T>.  Added a refactored version of `ChatHub` to use an interface instead of `SendAsync`.  

Any feedback is greatly appreciated!  My first PR to docs!
2018-09-13 09:24:03 -05:00
Tom Dykstra 049936f33a
Add section for Closed event in SignalR .NET Client doc (#8497) 2018-09-12 10:25:12 -07:00
Tom Dykstra 8035ff6e76
Add Context section to signalr/hubs.md (#8486) 2018-09-11 17:10:04 -07:00
Tom Dykstra 29e363873e
AddJsonHubProtocol --> AddJsonProtocol (#8492) 2018-09-11 09:15:44 -07:00
Luke Latham 1a0f79a8fe
Update All/App package version (#8489) 2018-09-11 08:53:03 -05:00
Rick Anderson 5e419398cf
Update dotnet-client.md (#8472)
* Update dotnet-client.md

remove double send
Remove `you` when it doesn't add clarity. You aren't sending/receiving, the client is. It's more clear without you.

* simplify intro
2018-09-10 18:39:13 -07:00
Scott Addie cafe4fd922
Fix SignalR .NET client sample app (#8481)
* Fix SignalR .NET client sample app

* Adjust line numbers in associated doc

* Fix HintPaths

* Convert packages.config to PackageReferences

* Add launchSettings.json to ensure same port WPF app expects is used
2018-09-10 14:40:03 -05:00
Keyur 7e5399ce45 Added 'Scaleout differences' section (#8469)
Addresses https://github.com/aspnet/Docs/issues/7814

Saw this in one of the comments. So thought of adding it.

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/version-differences?view=aspnetcore-2.1&branch=pr-en-us-8469#scaleout-differences)
2018-09-10 13:52:39 -05:00
Andrew Stanton-Nurse 10f4d96f93 Fix sample snippet by adding async (#8480)
Noticed that this sample snippet doesn't have the `async` keyword or return a task in the middleware func, so it won't compile as-is. Added `async` since it's the easiest way to do this.
2018-09-10 12:22:25 -05:00
David Fowler dd507467f9
Fixed code sample (#8475)
Fixed code to retrieve the IHubContext from middleware
2018-09-10 07:28:11 -07:00
BrennanConroy 3cc9e7b5f0 Add note about changing KeepAliveInterval (#8404)
* Add note about changing KeepAliveInterval

https://github.com/aspnet/SignalR/issues/2905

* Update configuration.md

slight rewording.

* Verbiage tweak on SignalR Config doc's ServerTimeout setting
2018-09-06 15:03:15 -05:00
Mikael Mengistu 448b927ad9 SignalR Java Client Doc (#8314)
Fixes: https://github.com/aspnet/Docs/issues/8256

Just starting a PR for this. It's still early

[Internal Review Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/java-client?view=aspnetcore-2.2&branch=pr-en-us-8314)
2018-09-06 09:57:58 -05:00
Scott Addie fd6f910196
Corrections in SignalR version support table (#8183)
Fixes #8182 
Surfaces the .NET Framework package from https://github.com/aspnet/Docs/pull/8145

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/version-differences?branch=pr-en-us-8183&view=aspnetcore-2.1#how-to-identify-the-signalr-version)
2018-08-20 13:33:52 -05:00
Andrew Stanton-Nurse ae64d51614 SignalR: Add table to help identify version (#8148)
* SignalR: Add table to help identify version

Adds a section to the ASP.NET Core SignalR Differences document to help identify the version you are using. This can be a helpful resource when customers aren't sure which version is which.

* remove extra :

* pr feedback and api links

* what even is '/'?

* relative api urls

* I think I commaed right

* Remove en-us
2018-08-18 10:43:00 -07:00
Luke Latham 232d345f9e
Specify "Core" for ASP.NET Core refs (#8110) 2018-08-15 22:30:29 -05:00
Scott Addie 750f507b90
Add API ref links to SignalR JS client doc (#8080)
* Add API ref links to SignalR JS client doc

* Remove version query string
2018-08-14 15:57:46 -05:00
Corné Hogerheijde afc41feb9a Small change in documentation to call server method from client (#8006) 2018-08-09 10:19:32 -05:00
BrennanConroy 3a92ef7f09 Add a warning for a SignalR setting (#7996)
* Add a warning for a SignalR setting

* Update configuration.md

* Update configuration.md
2018-08-08 19:08:51 -07:00
Tom Dykstra 5ffd92b0f3
Note about VS version for Xamarin (#7981) 2018-08-07 10:58:15 -07:00
Andrew Stanton-Nurse b662a955bc Add default values to SignalR config doc (#7906)
Had a question about default values for the config values and I figured it would be faster to answer by updating the docs ;).

Not committed to the formatting. I thought a new column could work well but I could also do this as sentences in the Description column (some of the options already had this, I think I moved them all)

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/configuration?view=aspnetcore-2.1&branch=pr-en-us-7906)
2018-07-31 15:02:07 -05:00
Tom Dykstra 3ccf75117c
Introduction to ASP.NET Core SignalR edit pass (#7852) 2018-07-28 09:45:05 -07:00
Andrew Stanton-Nurse 82f924dd4e Clarify handshake options in SignalR (#7710) 2018-07-20 14:27:04 -05:00
Andrew Stanton-Nurse 77e47ab640 SignalR - .NET Client Windows Auth (#7670) 2018-07-17 16:17:40 -05:00
Paweł Gorczyński e7c41ad74b Added missing semicolon (#7661) 2018-07-17 07:54:13 -05:00
Rick Anderson 5e4fa56f10
WT Bearer token configuration is incomplete (#7647)
* WT Bearer token configuration is incomplete

* WIP: 2.1 update for secure user data

* revert pdf
2018-07-16 14:11:51 -06:00
Scott Addie cb24febfda
Update author metadata fields to Tom (#7652)
Updates the `ms.author` and `author` metadata fields to Tom's user ID.
2018-07-16 15:09:39 -05:00
Andrew Stanton-Nurse 3ee6b79ce4 SignalR AuthN/AuthZ and Security Concepts (#7312)
* initial prose, samples still todo

* add sample and docs on Windows Auth

* add sample download link

* fix some code samples

* fix xref

* clarify sample comment when it's embedded in the document

* pr feedback

* add section on buffer management

* feedback

* some feedback

* update index/toc

* Update authn-and-authz.md
2018-07-11 16:21:53 -06:00
Luke Latham 34b33e245b Add version to App package references (#7551)
Fixes #7532
2018-07-10 22:43:09 -05:00
Rick Anderson fb68ceb520
JavaScript API to SignalR TOC (#7537)
* JavaScript API to SignalR TOC

* JavaScript API to SignalR TOC

* JavaScript API to SignalR TOC
2018-07-10 12:07:02 -06:00
Luke Latham 2059dd8b41
Add CRLF to the last line of MD topics (#7509) 2018-07-08 21:48:10 -05:00
Rachel Appel e84fc2a868 Rachelap/signalr index (#7435)
Index update
[Review](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/index?view=aspnetcore-2.1&branch=pr-en-us-7435)
2018-07-03 12:44:29 -05:00
BrennanConroy 0e5d9dcfc6 [SignalR] UserIdentifier (#7423)
I realized we don't mention how to see the user's identifier anywhere. Adding a small blurb for it.
2018-07-02 20:32:23 -05:00
Scott Addie a1b872ee65
Add tutorial explaining SignalR with Webpack and TypeScript (#7285)
Fixes https://github.com/aspnet/Docs/issues/6965

Extends a contribution from @ssougnez into a full tutorial.

[Internal Review Page](https://review.docs.microsoft.com/aspnet/core/tutorials/signalr-typescript-webpack?view=aspnetcore-2.1&branch=pr-en-us-7285)
2018-06-29 12:17:28 -05:00
Rachel Appel 0971076d55
version differences (#7304)
* version differences

* andrew feedback

* andrew feedback

* Minor tweaks
2018-06-28 12:28:38 -04:00
Andrew Stanton-Nurse f3c89a1e54 Configuration: Pass #3 (#7199)
As discussed https://github.com/aspnet/Docs/pull/7031#issuecomment-398875299 I made some changes and decided to just open a new PR to get things cleared up.

[Internal Review URL](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/configuration?view=aspnetcore-2.1&branch=pr-en-us-7199)
2018-06-25 22:13:28 -05:00
Scott Addie aceef5b2f9
Update ASP.NET Core SignalR sample apps to implicit 2.1 RTM packagerefs (#7244)
Fixes https://github.com/aspnet/Docs/issues/7239
2018-06-22 13:41:59 -05:00
Nick Kotov 2aa982e164 SignalR stream sample fix. Link to sample updated in related article. (#7237)
- Fixed sample for SignalR stream usage.
- Link to this code sample updated as well, because of 404 error when opening it from aspnetcore/signalr/streaming.md
2018-06-22 10:08:23 -05:00
Scott Addie 491135b435
Link to SignalR tutorial from SignalR ToC node (#7211) 2018-06-21 12:35:17 -05:00
Scott Addie c82465de93
Update metadata for SignalR docs (#7118)
Addresses #6541 

Applies the metadata updates to the ASP.NET Core SignalR docs.
2018-06-18 16:05:13 -05:00
Scott Addie 667dd5e85a
Relocate SignalR Get Started doc to Tutorials ToC node (#7117)
* Relocate SignalR Get Started doc to Tutorials ToC node

* Add redirect entry

* Update SignalR tutorial ToC link title

* React to feedback
2018-06-18 15:39:53 -05:00
Scott Addie 0905e1799a
Add HubContext doc to SignalR ToC (#7112)
Add an entry to the SignalR ToC for the new HubContext doc.
2018-06-18 11:11:45 -05:00
Mikael Mengistu 9a02afc4b7 SignalR HubContext Doc (#7005)
* Starting SignalR HubContext doc

* +Sample +Edits

* some edits

* PR feedback

* edits

* + Table of Contents entry

* UE edit of SignalR HubContext doc (#7023)

* last couple pr comments

* IHubContext<T>

* PR comments

* edit

* updates

* pr comments

* pr comments

* Remove extra line
2018-06-18 10:56:40 -05:00
Rachel Appel 144be17440
added note about signalr azure service (#6982) 2018-06-12 13:48:38 +02:00
BrennanConroy b8483bb586 signalr/streaming #6806 (#6931)
* streaming doc - stash

* more

* better intro?

* fb

* feedback

* js comment

* fb

* fix some markdown

* wrong language
2018-06-12 13:48:02 +02:00
BrennanConroy 833bf2db3a SignalR/Groups #5910 (#6861)
* SignalR/Groups #5910

* some cleanup

* react to initial fb

* sample

* update

* minor

* feedback

* feedback

* toc

* super nit
2018-06-11 21:54:23 +02:00
BrennanConroy 2a0c2f041f SignalR/MessagePack Doc #5634 (#6858)
* SignalR/MessagePack Doc #5634

* some cleanup

* react to feedback

* missing "

* fb

* fb

* feedback
2018-06-08 16:29:07 -10:00
Luke Latham 097972cff6
Add webapp alias notice (#6939) 2018-06-08 20:02:20 -05:00
Rachel Appel 9843a855cf
vscode update signalr js location (#6903) 2018-06-06 15:10:36 +02:00
Rachel Appel 07c28f2a01
table fix (#6874) 2018-06-05 12:09:39 +02:00
Thossen 31e3e35643 Create new folder instructions (#6782)
Create new folder in addition to move file
2018-06-01 14:32:38 +02:00
Thossen 80d52698e2 Filename (#6781)
Filename added
2018-06-01 14:00:45 +02:00
Luke Latham cdbe0275d5
Repair Enforcing SSL topic moniker range (#6712) 2018-05-30 18:16:08 -05:00
Rick Anderson 1cf20df333
remove RC (#6704)
* remove RC

* Update get-started.md
2018-05-30 11:32:45 -10:00
Luke Latham 8aa1b0815c
Use 'webapp' alias for RP template (#6694) 2018-05-30 14:48:08 -05:00
Rachel Appel 8e33ddcc8c
continuity updates (#6661) 2018-05-29 19:07:25 +02:00
Rachel Appel d3d96d1cc1 index update .net client (#6602) 2018-05-25 12:24:51 -10:00
Andrew Stanton-Nurse 0d724b5c7b update SignalR getting started sample to RC1 (#6597)
We missed a file in the earlier update! 😄 

Also, the ES5 version seemed to be out of date and was missing the `.start` call.
2018-05-25 11:43:08 -05:00
Rachel Appel a7ba116557
SignalR .NET Client (#6200)
* SignalR .NET Client

* minor changes

* rc1 updates;fixes;etc

* fixes from scott feedback

* dfowler changes

* code fix

* feedback mods

* remove highlight
2018-05-22 23:01:53 +01:00
Rachel Appel 1afa74c559
remove browserlink; update sample (#6532) 2018-05-22 16:49:08 +01:00
CodeNotFound d3814fe891 Those methods are not defined at the Hub class (#6397)
* Those methods are not defined at the Hub class

The methods below aren't defined at the Hub class but accessible through Clients property like the first three properties (All, Caller, Others) :

| `AllExcept` | Calls a method on all connected clients except for the specified connections |
| `Client` | Calls a method on a specific connected client |
| `Clients` | Calls a method on specific connected clients |
| `Group` | Sends a message to all connections in the specified group  |
| `GroupExcept` | Sends a message to all connections in the specified group, except the specified connections |
| `Groups` | Sends a message to multiple groups of connections  |
| `OthersInGroup` | Sends a message to a group of connections, excluding the client that invoked the hub method  |
| `User` | Sends a message to all connections associated with a specific user |
| `Users` | Sends a message to all connections associated with the specified users |

So I think it might good to move all those methods description to the first table whic talk about `Clients` property.

* Update hubs.md

Revert to two tables but, for the second table, we specify where the methods come from `Hub.Clients` property.
2018-05-14 21:48:58 +01:00
CodeNotFound fbe07fe9ab Update Index.cshtml (#6390) 2018-05-14 17:36:58 +01:00
Scott Addie 9e866b8908
UE edit 2018-05-11 11:18:22 -05:00
Rachel Appel aeaad9941e
fix code highlight;add addtl links (#6329) 2018-05-10 13:18:47 +01:00
Scott Addie 891f4f93f9 Add Publish to Azure link to SignalR index page (#6318) 2018-05-09 21:48:08 +01:00
Rachel Appel daceeca6d9
code highlight numbers change (#6307) 2018-05-09 16:01:51 +01:00
Rachel Appel de83620e4c
fix highlights (#6304) 2018-05-09 13:57:56 +01:00
damienbod 9fb4d84b60 link fix for line 38 => services.AddSignalR(); (#6282) 2018-05-09 00:29:49 +01:00
Scott Addie 75dbd52aa5
remove 2.1 preview notice include 2018-05-08 07:37:26 -05:00
Rick Anderson 88ec2d7c84
Remaing includes (#6263) 2018-05-07 13:45:26 -10:00
Andrew Stanton-Nurse 8003dbbaca Update existing SignalR Docs to RC1 (#6249)
* Update SignalR Getting Started to RC1

* update the rest of the docs

* remove unnecessary scripts

* nudge the ranges

* update Startup.cs
2018-05-07 09:17:28 -10:00
Luke Latham 8107a26c54 Small wording patch (#6218) 2018-05-04 12:53:13 -05:00
Rachel Appel 084cdbf3f0
added full code sample (#6158)
* added full code sample

* fix
2018-05-01 18:24:32 -04:00
Aaron Chong b470c8854d Add step for vscode to signalr get started doc (#6117) 2018-04-29 09:15:13 -04:00
Rachel Appel 70c94aedb2
quick fix link (#6093) 2018-04-26 13:55:14 -04:00
Rachel Appel ec88aa829d
Publish SignalR app to Azure Web App (#6011)
* Publish SignalR app to Azure Web App

* minor tweak to wording

* modifications

* feedback changes

* toc

* link changes

* space
2018-04-26 11:37:05 -04:00
Rachel Appel 69a0cd706a
removed references to endpoints (#6081)
* removed references to endpoints

* minor fix
2018-04-25 12:49:22 -04:00
Scott Addie 81ddeb83da
Convert SignalR doc titles to sentence case (#6074) 2018-04-24 12:31:59 -05:00
Rachel Appel 09facef158
added new entries to index (#6040) 2018-04-20 12:13:25 -04:00
Rachel Appel c6cc8c0fa0
ASPNET Core SignalR Supported platforms (#6021)
* ASPNET Core SignalR Supported platforms

* changes
2018-04-19 12:50:31 -04:00
Rachel Appel dc5dc7ed52
clear up confusion on packages (#6028) 2018-04-19 11:47:02 -04:00
Rachel Appel 253210f522
WIP Update doc with another sample for Es5 JS (#5994)
Update doc with another sample for Es5 JS
2018-04-16 18:55:31 -04:00
Rachel Appel 97717bc8bd
link (#5957) 2018-04-12 17:21:43 -04:00
Rachel Appel 1c825dce71
SignalR code: IE 11 support note (#5955)
* Add message about SignalR IE11 support

* minor change

* fix note

* extra word removal
2018-04-12 16:37:41 -04:00
Rachel Appel 5aa1f30493 remove merge token (#5952) 2018-04-12 07:03:56 -10:00
Rachel Appel 60cd67e62d Added 2.1 preview include (#5946)
* added 2.1 preview note

* added 2.1 preview note

* change link

* path

* fix
2018-04-11 11:17:47 -10:00
Scott Addie af6281acc8
Merge pull request #5920 from aspnet/scottaddie/conceptual-versioning-aspnetcore
Conceptual versioning configuration
2018-04-10 21:52:29 -05:00
Rick Anderson 0439561514
Merge branch 'live' into master 2018-04-10 09:16:52 -10:00
Scott Addie 77354d0855 Designate SignalR docs as 2.1+ 2018-04-10 13:34:30 -05:00
Rachel Appel dc7414bf0b
SignalR JavaScript client (#5861)
* SignalR JavaScript client

* feedback changes

* feedback mods

* feedback mods

* mods after feedback
2018-04-09 19:47:50 -04:00
Rachel Appel 7f9e3edb97
condensed error logging to single line, slim code (#5905)
* condensed error logging to single line, slim code

* show entire chathub.cs
2018-04-09 11:24:42 -04:00
Scott Addie f8852267f4
Update live with current master (#5898)
* Update azure-apps-preview-notice.md (#5857)

* Link to .NET Core CLI publish command doc (#5864)

* Link to .NET Core CLI publish command doc

* Verbiage tweak

* fix typo (#5866)

* Update intro.md (#5869)

`classnameID` (where `classname` is the name of the class, such as `Student`) as the primary key. In `classnameID`, `classname` is the name of the class, such as `Student` in

* Update view-components.md (#5872)

altering range of code displayed to remove hanging closing } and closing table tag

* C13511:  Spaces should be replaced to avoid localization problems (#5871)

Hello, @rick-anderson, 

Localization team has reported source content issue that causes localized version to have broken format compared to en-us version.  

Please, help to check my proposed file change into the article and help to merge if you agree with fix. If not, please, let me know either if you would like me to fix it in another way within this PR, if you prefer to fix it in another PR or if I should close this PR as by-design. In case of using another PR, please, let me know of your PR number, so we can confirm and close this PR. 

Many thanks in advance.

* CI Update (#5878)

* Recommended language change (#5883)

* Updated with NET Core SDK 2.0  commands (#5886)

* Updated with NET Core SDK 2.0  commands

* Quick UE pass

* Prevent javascript injection. (#5885)

* Troubleshoot SDK warnings (#5880)

* WIP Troubleshoot SDK warnings

* Work

* work

* Address Gauntlet warning in ms.date value

* Adjust H2 title casing and spacing

* Quick UE pass

* Update Configuration doc to use double underscores instead of colons for hierarchical config keys (4968) (#5876)

* changes to configuration doc

* fixes for scott

* change for Dan

* Update index.md

* Code fence double underscore and add missing period

* Eliminate unnecessary sentence

* Missing npm task runner extension (#5893)

* Revert "Missing npm task runner extension (#5893)" (#5894)

This reverts commit a90faebff2.

* Note about task runner explorer option (#5895)

* Note about task runner explorer option

The gulp file has to be in the root directory or in the directory with package.json not in any subdirectory.

* verbiage tweaks

* added anchored link (#5896)
2018-04-06 14:08:38 -04:00
user135711 6a99fc3e62 Prevent javascript injection. (#5885) 2018-04-05 11:25:56 -04:00
Rick Anderson 1832723bd1
CI Update (#5878) 2018-04-04 13:51:35 -10:00
Rick Anderson 76d796f962
Merge to live april 2nd (#5856)
* SignalR Core Hubs (#5639)

* Rachelap/hubs mod (#5838)

* code enhancement js

* code lines change

* Add warning to CDN to verify backup. (#5833)

* Add warning to CDN to verify backup.

* Update overview.md

* Antiforgery requests topic update (#5762)

* Fixed Indent (#5843)

* Update text and link (#5845)

* await added (#5851)

* Typo corrected. (#5849)

* Fix spelling Model.md (#5848)

* Update partial-tag-helper.md (#5852)

Corrected language syntax of ProductModel from cshtml to csharp.

* fix (#5853)

* Azure preview site extension (#5841)

* Azure preview site extension

* missing files

* delete warning banner

* Update index.md

* warn about CDN fallback (#5837)

* warn about CDN fallback

* CDN fallback patch - verbiage tweaks (#5854)

* Delete Blazor preview notice (#5846)

This file has been moved to the aspnet/Blazor.Docs repo: https://github.com/aspnet/Blazor.Docs/blob/master/docs/includes/blazor-preview-notice.md
2018-04-02 08:39:33 -10:00
Rachel Appel 1e6d36f8be
fix (#5853) 2018-04-02 18:19:32 +02:00
Scott Addie 5aac6d23e4
Update live with current master (#5855)
* SignalR Core Hubs (#5639)

* Rachelap/hubs mod (#5838)

* code enhancement js

* code lines change

* Add warning to CDN to verify backup. (#5833)

* Add warning to CDN to verify backup.

* Update overview.md

* Antiforgery requests topic update (#5762)

* Fixed Indent (#5843)

* Update text and link (#5845)

* await added (#5851)

* Typo corrected. (#5849)

* Fix spelling Model.md (#5848)

* Update partial-tag-helper.md (#5852)

Corrected language syntax of ProductModel from cshtml to csharp.
2018-04-02 11:59:14 -04:00
Rachel Appel 24f6cd5418
await added (#5851) 2018-04-02 15:20:32 +02:00
Rick Anderson df48ba6323
March 30 merge to live (#5839)
* SignalR Core Hubs (#5639)

* Rachelap/hubs mod (#5838)

* code enhancement js

* code lines change

* Add warning to CDN to verify backup. (#5833)

* Add warning to CDN to verify backup.

* Update overview.md
2018-03-30 09:10:16 -10:00
Rachel Appel db2933cc79
Rachelap/hubs mod (#5838)
* code enhancement js

* code lines change
2018-03-30 14:39:53 +02:00
Rachel Appel dbf2bbda2f
SignalR Core Hubs (#5639) 2018-03-30 12:34:42 +02:00
Rachel Appel b33d8819bd
toc remove dup (#5830) 2018-03-29 16:47:55 +02:00
Rachel Appel def7c89f6c
added link (#5819) 2018-03-28 15:33:06 +02:00
Luke Latham bdb6d7cafc Title, description, and H1 updates (4) (#5745)
* Title, description, and H1 updates (4)

* Updates

* Updates

* Drop gerunds and update link text

* Update

* Update next.md

* Update routing.md
2018-03-21 14:18:35 -10:00
Rachel Appel 3d485985a0
changed image to vertical orientation for readability (#5747) 2018-03-20 16:29:31 +01:00
Luke Latham f7e92a3e67 Title, description, and H1 updates (3) (#5717) 2018-03-19 13:40:34 -10:00
Rachel Appel c03caaeceb
added notice of previous signalr version location (#5738)
* added notice of previous signalr version location

* fix path
2018-03-19 09:29:36 -04:00
Rachel Appel 03d972e913
Include with notice about where versioned docs are for SignalR (#5718) 2018-03-16 00:50:44 -04:00
Rachel Appel 05eb09a6cf
name change for seo (#5714) 2018-03-15 17:46:27 -04:00
Rachel Appel dc2a47cff3
Add vscode to signalr core get started doc (#5691)
* Add vscode to signalr core get started doc

* mods

* feedaback mods

* tab mods

* doc code changes

* mods
2018-03-15 10:44:09 -04:00
Scott Addie 9dad187615
Add intro to SignalR link 2018-03-14 09:46:02 -05:00
Caleb Lloyd f32f00e077 signalr: rename server method SendMessage, rename client method ReceiveMessage (#5664) 2018-03-13 17:05:03 -04:00
Scott Addie a204c8cc27
Scaleable --> Scalable 2018-03-12 12:37:14 -05:00
Rick Anderson f4a315038f
Update introduction-signalr-core.md 2018-03-10 18:48:09 -10:00
Luke Latham 5300733cca Update metadata (#5647) 2018-03-09 21:31:50 -06:00
Rachel Appel 055847965c
Update introduction-signalr-core.md 2018-03-08 08:48:03 -08:00
Scott Addie db7b8805e0
Fix broken SignalR doc link (#5632) 2018-03-08 10:40:55 -06:00
Scott Addie 423c21278e
Convert headings to sentence case 2018-03-08 09:38:33 -06:00
Rachel Appel d876eaeef0
Draft signalr core intro (#5559)
* Draft signalr core intro

* mods from feedback

* acrolinx mods

* acrolinx updates

* feedback mods

* feedback mods
2018-03-07 16:59:22 -08:00
Rachel Appel 4e60ad9703
Update get-started-signalr-core.md 2018-03-07 16:33:37 -08:00
Scott Addie a3ea1729fb Convert section's h1 heading to h2 (#5621) 2018-03-07 10:36:29 -10:00
Scott Addie 1e2e46d102
Sentence case the SignalR get started title (#5600) 2018-03-06 10:30:13 -06:00
Rachel Appel 4d089847b6
Get Started SignalR Core (#5540)
* Get Started SignalR Core

* mods

* mods

* code mods

* feedback mods

* feedback mods

* border image;punctuation

* feedback mods

* feedback changes, acrolix run

* mods from feedback

* minor code enhancements

* add npm link

* quick fix

* mods

* mods
2018-03-05 17:13:57 -05:00