Commit Graph

6678 Commits (8523625611411766c1daed510ee1ff2ed634236e)

Author SHA1 Message Date
Rick Anderson 8523625611
remove PDFs (#9312)
Part of #9182
2018-10-29 14:54:58 -10:00
Rick Anderson 30c1b48128
Update routing.md (#9240)
* Update routing.md

* Update routing.md

* Update routing.md
2018-10-29 14:52:32 -10:00
Rick Anderson a755bcb804
Update enforcing-ssl.md (#9231)
Fixes #7351

I tested on a clean 2.2 Preview 3 machine and a 2.1 RTM
2018-10-29 14:48:50 -10:00
Titu BG c824a8f947 Added a link to the YouTube version of the tutorial (#9300) 2018-10-29 13:44:45 -10:00
Tom Dykstra c7a80cd464 Add back to ToC dropped Get started tutorial (#9305)
[Internal review link](https://review.docs.microsoft.com/en-us/aspnet/core/getting-started/?view=aspnetcore-2.1&branch=pr-en-us-9305&tabs=windows)
2018-10-29 13:00:56 -10:00
Rick Anderson 375e422f2c
Update working-with-forms.md (#9241)
Fixes #3863
2018-10-29 10:51:44 -10: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
Scott Addie 1d8c0fb4a6
Fix snippet type 2018-10-29 12:26:28 -05:00
Alfred Myers 2083734da1 Fixed typo on web-api/index.md (#9293) 2018-10-29 11:00:23 -05:00
Ahmed Yahia 8c842cd859 Update url-rewriting.md (#9296) 2018-10-29 10:54:23 -05:00
Gareth Oates 27313dcef3 Added additional verbs to routing convention text (#9272)
Fixes #8208 

This is in relation to and hopefully fixes #8208. I have added the additional supported HTTP Action verbs, HEAD, OPTION and PATCH to those listed as convention.
2018-10-29 10:51:04 -05:00
Lampei 81f0addd7a Update docker-aspnetmvc.md (#9248)
* Update docker-aspnetmvc.md

The current windows container releases appear to have fixed the "localhost" issue that was previously mentioned in this readme.  I've updated the article and have made a separate pull request for the referenced ps1 script to also remove the `docker inspect`

* Update the ASP.NET Version included in base image

* UE pass
2018-10-29 10:40:29 -05:00
Antoine Griffard e1fed9db54 Update Razor Pages (#9295)
Add 'as' in 'Mark page properties **as** required' to be clearer and avoid mistakes when translated.
2018-10-29 10:39:44 -05:00
Danilo Dantas f53fb7d199 Providing a "Build an ASP.NET app in Azure" updated tutorial link (#9284) 2018-10-29 07:45:41 -05:00
Luke Latham 4f5443cdf3
C47285: Adding "\" before "@" (#9291) 2018-10-29 07:39:55 -05:00
Ahmed Yahia 67b1197098 Update url-rewriting.md (#9290) 2018-10-29 07:35:54 -05:00
Martin Koudelka 971f7a0774 C47280: Missing semicolon (#9287) 2018-10-29 07:32:45 -05:00
Martin Koudelka 305e0b1388 C47281: Missing semicolon (#9288) 2018-10-29 07:32:17 -05:00
Ahmed Yahia 58f5d7e66e Update url-rewriting.md (#9289) 2018-10-29 07:31:20 -05:00
binarygalwalkin a0ca1ab4f1 app-stat.md - added needed commas, corrected grammar. (#9281) 2018-10-29 07:29:54 -05:00
Dave Brock 854d3499a7 Link fix (#9276) 2018-10-28 17:35:26 -05:00
Sean Killeen 302034cf62 Add newlines to PR template comment (#9265) 2018-10-27 08:38:28 -05:00
Rick Anderson 74e1cdaf0d
Update create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-pas… (#9235)
Fixes #6268 
[Review URL](https://review.docs.microsoft.com/en-us/aspnet/mvc/overview/security/create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-password-reset?branch=pr-en-us-9235#hook-up-sendgrid)
2018-10-26 18:37:28 -10: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
Rick Anderson abce8f785e
Add wwwroot to .gitignore (#9188)
* Add wwwroot to .gitignore

* Update .gitignore

* Update .gitignore

* Update .gitignore

* Update .gitignore
2018-10-26 17:46:18 -10:00
Sean Killeen c42c6770cc Update sample to reflect .NET Core 2.1 out of the box (#9260)
* Update sample to reflect .NET Core 2.1 out of the box

In support of https://github.com/aspnet/Docs/issues/8558

* Update line highlights for 2.1 sample

* Update _Layout21.cshtml
2018-10-26 17:38:48 -10:00
Sean Killeen f249d5f332 Use comment in pull request template (#9261) 2018-10-26 17:32:01 -10:00
Tom Dykstra 936642b415
convert toc for aspnet folder to yaml (#9259) 2018-10-26 18:55:12 -07:00
Scott Addie cdff41e456
Add Razor SDK info to generated class section (#9254)
Fixes https://github.com/aspnet/Docs/issues/8839

**Internal Review Pages**
- [2.1+](https://review.docs.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-2.1&branch=pr-en-us-9254#inspect-the-razor-c-class-generated-for-a-view)
- [<= 2.0](https://review.docs.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-2.0&branch=pr-en-us-9254#inspect-the-razor-c-class-generated-for-a-view)
2018-10-26 16:17:43 -05:00
Charmis Varghese 0a25471bbf Updated vary-by-query (#9249) 2018-10-26 11:51:37 -05:00
Andrew Stanton-Nurse eb84aae5e4 Fix status code for WebSocket origin validation (#9250) 2018-10-26 11:47:35 -05:00
jenschristianschroder 3744fb6afc Syntax fixes for index.md (#9243) 2018-10-26 08:02:55 -05:00
minoseah629 c0db4b146c previous url gave 404. corrected url to point to run.ps1 file (#9242) 2018-10-26 08:00:33 -05:00
Mikael Mengistu 74c91c7029 Update TOC to reflect new SignalR Java client package name (#9220)
The current link 404s because we've updated the package name from `com.microsoft.aspnet.signalr` to `com.microsoft.signalr`
2018-10-25 21:08:48 -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
Luke Latham 5704de168e Implicit versioning of the All package (#9223)
Fixes #9219 

@JunTaoLuo Dan calls out the implicit versioning "for 2.1 SDK or later;" however, we don't usually version the doc content by SDK release. We might need to say something for this update in the passage that I'm adding to the All topic (*aspnetcore/fundamentals/metapackage.md*) about which SDK version this applies to. I don't know if that's something that you would like to do or what version to call out.

I also remove the version from the samples. We also assume that devs are using the latest SDK with our samples.
2018-10-25 15:16:50 -10:00
Rick Anderson a54c593a12
Update config-builder.md (#9230) 2018-10-25 14:07:22 -10:00
Rick Anderson d469ad6e1b
Update config-builder.md 2018-10-25 13:43:00 -10:00
Rick Anderson 57b456a9b2
Update signalr.md (#9187)
* Update signalr.md

* Update signalr.md
2018-10-25 13:14:21 -10:00
Rick Anderson e725b4427d
Update config-builder.md 2018-10-25 13:11:37 -10:00
Rick Anderson 37b81bbef6
ASP.NET config builders (#8374)
* WIP: Classic ASP.NET config builders

* work

* Update config-builder.md

* work

* work

* work

* work

* work

* work

* work

* work

* work

* react to feedback

* react to feedback

* feedback

* work

* work

* work

* work

* work

* work

* fix

* react to Fritz feedback

* react to feedback

* react to feedback

* react to feedback

* remove unecessary assets

* remove unecessary assets

* steve's edits

* my edits of steve's edits
2018-10-25 12:34:26 -10:00
Luke Latham 2151d98831
Link to the hosting bundle installer section and section update (#9109) 2018-10-25 16:25:16 -05:00
Luke Latham 1e59c5d7ef
Update link to DP reg keys provisioning script (#9174) 2018-10-25 15:36:28 -05:00
Scott Addie 29f0f58eb0
Replace backtick with apostrophe 2018-10-25 15:24:25 -05:00
Luke Latham 24290e78f8 Change tokens link updates (#9222)
Fixes #9221
2018-10-25 14:22:24 -05:00
Dave Brock 66119b9a1d Changed to reflect default json file (#9215)
While going through [this topic](https://docs.microsoft.com/en-us/aspnet/core/tutorials/razor-pages-vsc/model?view=aspnetcore-2.1), I noticed that the *appsettings.json* file that is shipped with the template is different now. I updated it. With the change, the highlighted lines do not change - a nice surprise.
2018-10-25 14:19:06 -05:00
Luke Latham ca299155ca Fix versioning and UE pass (#9218)
Fixes #9217 

Came to fix versioning ... there was a build warning on another PR.

It looks like the whole topic should be versioned >=2.1, so that's what I did.
2018-10-25 13:54:32 -05:00
Luke Latham 949014cb93
Surface bootstrapping of Program.Main (#9173) 2018-10-25 13:26:28 -05:00
Jeffrey Rennie 95a56d0d82 List Stackdriver under Third-party logging providers (#9196)
List Stackdriver under Third-party logging providers.
2018-10-25 12:19:59 -05:00