Commit Graph

6227 Commits (8e7a46ff2b73a52ec0118469697cabdad06fa8af)

Author SHA1 Message Date
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
Rick Anderson 1f47c83851
Update distributed.md (#7650) 2018-07-16 13:54:28 -06:00
Rick Anderson 55c6253921
Update enforcing-ssl.md (#7649) 2018-07-16 13:15:47 -06:00
Luke Latham 26df53814c
Host ASP.NET Core in a web farm (#7602) 2018-07-16 14:05:42 -05:00
Benjamin Summerton ca3a064691 Mention `wwwroot` when copying over signalr.js (#7634) 2018-07-15 17:52:05 -05:00
Rick Anderson 3b2d21366e
Update accconfirm.md 2018-07-14 11:35:31 -06:00
Luke Latham 9073c566c1 Hosting bundle installer instructions update (#7620) 2018-07-14 10:54:59 -06:00
Rick Anderson 65145f4eb5
Update razor.md (#7605)
* Update razor.md

* Update razor.md

* Update razor.md
2018-07-14 10:34:35 -06:00
Rick Anderson a0073f02a9
Update crud.md (#7613) 2018-07-14 10:34:14 -06:00
Alexandru Năstase 49b52028e1 Fix typo in "Read Related Data" section (#7621) 2018-07-14 10:33:45 -06:00
Rick Anderson cc7922106c
fix build (#7625) 2018-07-14 10:29:55 -06:00
Rick Anderson 25db1b3514
PW recovery, update to 2.1 (#7614)
* WIP:PW recovery, update to 2.1

* fix

* fix

* work

* work

* work

* work
2018-07-13 20:43:44 -06:00
Rutger Storm 9f6a146c14 Fix links pointing to dev branch to point to master branch (#7606) 2018-07-13 15:33:06 -06:00
Rick Anderson 45ee45ee50
Update Register.cshtml (#7607) 2018-07-13 15:31:59 -06:00
Rick Anderson ffccdf3adb
Update read-related-data.md (#7608) 2018-07-13 13:38:32 -06:00
Rutger Storm 995a84e6e7 Fix urls linking to non-existing dev branch (#7604)
I noticed that some links point to https://github.com/aspnet/Mvc/blob/dev/src/ but since that one doesn't exist (anymore?). I fixed them to point to master.
2018-07-13 11:49:12 -06:00
DarkWalker 7af9a89eb5 Update sample14.cs (#7583) 2018-07-12 09:52:56 -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
Peter Blazejewicz 641cf435ac Update information about hosted Bootstrap 4 versions (#7577)
This commit adds information about 4.1.1 being added to the CDN.
The original tip-off:
https://github.com/aspnet/Templating/pull/595#discussion_r201817830

Thanks!
2018-07-11 15:51:37 -06:00
Rick Anderson 93a0aa4791
RCL fix VS tab (#7572)
* RCL fix VS tab

* work
2018-07-11 15:47:49 -06:00
Luke Latham e07174d2c8 Move RP tutorial file uploads into its own topic (#7576) 2018-07-11 15:45:11 -06:00
Rick Anderson 4f26642438
Update RazorPagesMovieContext.cs (#7574) 2018-07-11 15:03:09 -06:00
Luke Latham 6c8ed8edd2
Environment setting clarifications (#7475) 2018-07-11 14:00:31 -05:00
Rick Anderson a326fc5879
Update 20_21.md (#7567) 2018-07-11 12:57:25 -06:00
Luke Latham 1a8b25f764
Apply versioning to Options topic (#7508) 2018-07-11 11:01:50 -05:00
Luke Latham 34b33e245b Add version to App package references (#7551)
Fixes #7532
2018-07-10 22:43:09 -05:00
philxchen 3594893b30 Make Groups.Remove monospace (#7552) 2018-07-10 20:39:08 -05:00
Nate McMaster 5cdd18fc83 Update the migration docs to remove instructions for versionless package references (#7543)
Follow up to https://github.com/aspnet/Docs/pull/7540

I found one more reference to versionless packages. I've updated the migration guide to remove this recommendation, and also briefly mentioned the most common issues users have encountered so far.
2018-07-10 15:01:56 -05:00
Rick Anderson f7170b5420
Update introduction-to-signalr.md (#7547) 2018-07-10 13:19:02 -06:00
Scott Addie 6bfabdb9c8
Convert synchronous web API methods to async (#7544)
* Convert synchronous web API methods to async

* React to feedback
2018-07-10 14:08:50 -05:00
Rick Anderson 512e84e983
await (#7546) 2018-07-10 12:40:07 -06: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
Nate McMaster f3f87290d5 Remove instructions about using the implicit PackageReference feature for AspNetCore.App/All (#7540)
* Remove instructions about using the implicit PackageReference feature for AspNetCore.App/All

cref aspnet/Home#3292

* Minor language updates

* Remove extra line space

* Update metapackage-app.md
2018-07-10 10:18:50 -06:00
Mauricio de los Santos 97f31c8b47 CC63734: Fixing broken link (#7539)
Hello, @rick-anderson ,
This proposed file change comes from https://github.com/aspnet/Docs.zh-tw/pull/56.

Could you review this contribution and help to merge if agreed?

Many thanks in advance.
2018-07-10 09:57:12 -06:00
Luke Latham 63866631d0
Enhance Startup class conventions content (#7525) 2018-07-10 10:16:12 -05:00
Luke Latham 4e777b9d5f
Windows Service topic updates (#7512) 2018-07-10 10:05:42 -05:00
Luke Latham b5e3429efa
Enhance forwarded headers content (#7519) 2018-07-10 09:06:17 -05:00
Luke Latham 8b3f48d530
Enhance logging+troubleshooting cross-links (#7518) 2018-07-08 21:52:04 -05:00
Luke Latham 2059dd8b41
Add CRLF to the last line of MD topics (#7509) 2018-07-08 21:48:10 -05:00
Matt Morse 850284bb2d Fixed simple grammar error. (#7514) 2018-07-07 20:12:45 -05:00
Scott Addie c3df45e474
Remove locale from URLs 2018-07-06 21:30:47 -05:00
Scott Addie 4f450caa71
Web API sample app cleanup (#7506)
- Removes an unnecessary *global.json* file
- Removes an unnecessary NuGet package
- Fixes 2 broken links in README file
2018-07-06 21:28:09 -05:00
Scott Addie dd8d7792c2
Merge pull request #7505 from marklnz/patch-1
Correct broken link to source code sample
2018-07-06 20:55:13 -05:00
Mark Lawrence d0d700292c
Correct broken link to source code sample 2018-07-06 15:47:28 -07:00
Scott Addie 1d8c98c7d1
Eliminate tabs in Browser Link doc (#7502)
* Eliminate tabs in BrowserLink doc

* Minor edits

* Add sentence
2018-07-06 15:46:50 -05:00
Scott Addie cafbadf89f
Clarify when to suppress default [ApiController] behaviors in Startup (#7501)
Fixes https://github.com/aspnet/Docs/issues/6881
2018-07-06 15:46:10 -05:00
Scott Addie 9af3ad63bf
Merge pull request #7500 from v-maudel/patch-4
C26452: Converting links to markdown code
2018-07-06 15:21:37 -05:00
Mauricio de los Santos cdb1703127
C26452: Converting links to markdown code
Hello, @rick-anderson, 
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.  
"Links are not inside the MD link structure"

Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR  then share your PR number so we can confirm and close this PR.

Many thanks in advance.
2018-07-06 17:13:01 -03:00
Scott Addie 4a49a8ab93
Merge pull request #7499 from aspnet/scottaddie/web-api-conventions
Fix incorrect code for Web API 2 compat shim
2018-07-06 14:55:06 -05:00