Commit Graph

51 Commits (ec11baabc6e79d3785d75c83526b7e382d31be50)

Author SHA1 Message Date
Rick Anderson 311cef0e25
appsettings.json noloc (#20320) 2020-10-27 11:27:47 -10:00
Dina Berry bc129865af
JS Dev Center - bulk metadata change (#20300) 2020-10-26 15:47:50 -10:00
Rick Anderson 23bd8d2057
Add ASP.NET Identity to no loc (#19578)
* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc
2020-08-19 11:07:40 -10:00
Rick Anderson 3a5c8b81d4
add Cookie to no loc (#19446) 2020-08-07 14:55:26 -10:00
Kirk Larkin b8eab99333
Fix up dev-langs (cross-repo) (#19167) 2020-07-09 17:22:19 -05:00
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Luke Latham a57e5623aa
Change en dash layout elements to colon-space syntax (#18506)
* Change en dash layout elements to colon-space syntax

* Update

* Update
2020-05-27 09:37:36 -05:00
Luke Latham f2834015b6
Drop existing no-loc entries (#18111) 2020-05-04 12:00:16 -05:00
Scott Addie 9174ead0d3
Update aspnet org. links to reference the dotnet org. (#17077)
* Update aspnet org. links to reference the dotnet org.

* Update API ref links
2020-02-20 19:37:35 -06:00
Martin Mladenov 31a7548c20
Update global application example of AutoValidateAntiForgeryTokenAttribute (#17045)
* Update AutoValidateAntiForgeryToken example

* Update anti-request-forgery.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-02-19 09:54:02 -08:00
Luke Latham 2e9bf90656
Drop styled link text (#16042) 2019-12-05 17:12:26 -06:00
Luke Latham faf0363132
Drop 'decorate'/'decorated' for attribute (#16039) 2019-12-05 15:28:49 -06:00
Rick Anderson d5be42931d
XSRF minor updates (#15816)
* XSRF minor updates

* XSRF minor updates
2019-12-03 18:17:51 -08:00
Ryan Bonomo fc3d17dbb0 Update anti-request-forgery.md (#12626)
Remove phonetic pronunciation explanation of acronym. Such acronyms are spelled out verbally.
2019-06-01 08:47:37 -10:00
Luke Latham 217c6f3604 React to repo name change in repo links (#12152) 2019-04-24 14:04:39 -10:00
Nick Schonning 6adf175e80 fix: MD006/ul-start-left (#11591)
* fix: MD006/ul-start-left

* fix: MD007/ul-indent

* minor edit
2019-03-19 13:15:35 -05:00
Nick Schonning db6e8c438e typo: Similarily -> Similarly (#11576) 2019-03-19 09:30:51 -05:00
Andrew Steele 111a56b46f Update AngularJS code section setting cookie (#10693)
Fixes #9509

Change the documentation to make it more clear that a cookie must be set server side to take advantage of the AngularJS convention to address CSRF. This change adds code showing how to set the cookie via `IAntiforgery`.
2019-01-30 13:09:20 -10:00
Luke Latham 1fe1d47a04
Review/update use of "SSL" (#10139) 2019-01-04 17:16:27 -06: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
Luke Latham 0a8f20ebdb
Update antiforgery cookie options (#8980) 2018-10-12 11:43:27 -05:00
Luke Latham 26df53814c
Host ASP.NET Core in a web farm (#7602) 2018-07-16 14:05:42 -05:00
Scott Addie a18a6bdc8c
Metadata updates to ASP.NET Core security docs (#7188)
Addresses #6541
2018-06-20 12:43:43 -05:00
Scott Addie 645d057bbb
Metadata updates for the Razor Pages docs (#7127)
* Metadata updates for the Razor Pages docs

* Update sample download links

* Change uid values

* Remove unnecessary redirection rule

* Fix date metadata warnings

* Add redirect entries

* Fix invalid link after rebase
2018-06-19 15:06:11 -05:00
Matt Brooks a72ae45423 Add clarification to scenario in anti-request-forgery.md (#6659) 2018-06-11 17:47:30 -05:00
Luke Latham e2a9bbe444
Antiforgery requests topic update (#5762) 2018-03-30 19:23:10 -07: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
Luke Latham af3096253c
Title, description, and H1 updates (1) (#5574) 2018-03-01 15:21:56 -06:00
Luke Latham ee823c7e1d Update XSRF example (#5551)
Remove double spaces
2018-02-26 12:01:44 -06:00
Luke Latham f047169540 Drop [Main] from snippet references (#5547) 2018-02-24 10:08:11 -06:00
Luke Latham ab45f0c5d1 IMiddleware/IMiddlewareFactory topic (#5027)
* IMiddleware/IMiddlewareFactory topic

Change middleware topic filename + add crosslink

Update

Updates

* IMiddleware/IMiddlewareFactory topic

Change middleware topic filename + add crosslink

Update

Updates

* Updates

Updates

* React to feedback

* Add conventional middleware activation example
* Use Ninject to make the samp demo a real nonconforming container

* Show the default factory

* React to feedback

* Cut extraneous Ninject bits

* Updates

Update

* React to feedback

* React to feedback

* Use Simple Injector + default IMiddlewareFactory impl

* Updates

* Update

* Revert topic+sample to using the default container

Update

* Updates

* Updates

* Updates

* React to feedback

* Update
2018-01-30 10:53:14 -06:00
Luke Latham abbe642741 Organize metadata (#5296)
Updates
2018-01-29 09:21:31 -06:00
Luke Latham fa24342f38 Remove smart quotes (#5294) 2018-01-28 15:49:15 -06:00
Luke Latham e22c40247e Section header casing and addl resrouce links to xref (#5291)
Fix one link
2018-01-27 10:21:42 -10:00
Luke Latham 313486d76f Taming the savage contraction issue (#5216)
* Form contractions

* Revert two contractions

* Additional reversions

* Additional reversions

* Additional revisions

* Additional revisions

* React to feedback
2018-01-24 09:27:24 -06:00
Brian Chavez f51b1c6754 English sentence should be outside of code block 2017-09-24 16:50:26 -07:00
Isaac Levin 854c07c430 Remove Deadlinks in aspnetcore section of repo (#4241)
* Create mvc2.md

Added temp file to house doc requested in #3809

* Initial outline of document

* Added Note for Special Tooling (VS 2017 Preview 3)

Will remove when Preview 3 is updated into Release

* Added Porting Link

* Added Core DI Sample

* added DI Section

* Added Storing Configuration Settings Section

* Adding Custom Settings samples

* part of static content

* static content section

* .net standard section

* Adding Edit in VS 2017 Image

* Samples for Startup

* startup and csproj section

* update image reference

* Updates to Migration Doc

changes per @scottaddie

* Final round of changes

Please review

* Edits

* Fix invalid xref link

* More edits

* More edits

* More edits

* More edits

* More edits

* More edits

* Move Content to different directory

* Update Code Sample Links

* change sample location

* ::

* Update Sample Filenames

* Minor edit

* Remove extra space

* More edits

* Move Static Folder

* update reference to image

* Update mvc2.md

* Minor tweaks

* Changes to sample file

* Change copy for Configuration Section

* Fix code formatting

* Remove extra line feed

* Remove extra line feed

* Fix 3xx/4xx/5xx Status Codes in aspnetcore folder

* Take out locality references in urls:

* change MSDN urls to docs.microsoft if possible

* Update aspnet-core-module.md

* Update iis.md

* Remove localization from external links
2017-09-11 20:58:51 -05:00
Galdin Raphael 0f06dd2e95 Fix typo (#3942) 2017-08-13 19:55:56 -04:00
Jonathan 311e93482a Hyphenation (#3852) 2017-07-31 09:21:42 -05:00
Rick Anderson f4c0ec3ebe Update anti-request-forgery.md (#3785) 2017-07-21 11:24:48 -07:00
Rick Anderson f4de84612e forms-gen-anti-forgery-tokens (#3743)
* forms-gen-anti-forgery-tokens

* WORK

* WORK

* WORK
2017-07-17 16:05:29 -06:00
Rick Anderson c008925deb Update anti-request-forgery.md (#3733) 2017-07-15 12:41:20 -06:00
Rick Anderson bd1b333ef4 Update anti-request-forgery.md (#3730)
* Update anti-request-forgery.md

* Update anti-request-forgery.md

* Minor tweaks to note
2017-07-15 07:30:19 -06:00
Rick Anderson c23f9b383b remove /en-us/ (#3670) 2017-07-10 12:20:50 -06:00
Marcin Hoppe 751347380e Fix typo (#3215)
malacious -> malicious
2017-04-13 09:33:55 -04:00
Steve Smith fe1ad66a28 Fixing Link (again)
This didn't get merged in correctly the first time. @tdykstra
2017-03-27 13:27:18 -04:00
Rick Anderson 4896d11eda XSRF (#1945)
* WIP start of XSRF

* MD conversion

* WIP

* Made a lot of progress on filters and javascript impl

* adding sample

* minor updates

* Ajax demo

* Responding to feedback

* Responding to feedback

* Updating JavaScript sample to highlight service injection primarily.

* Updated "session" to "identity" per @blowdart.
Also added a note about use of session elsewhere in the document.
2017-03-27 10:32:27 -04:00
Andy Pasic 010b730d27 Bulk metadata fix (#2871)
* meta data fix

* Revert "meta data fix"

This reverts commit ba36883476.

* meta data fix2

* test

* Update owin-oauth-20-authorization-server.md

* Update api-ref.md

* Update api-ref.md

* test

* test2
2017-03-02 14:50:36 -10:00
Rick Anderson 17f93fe6c5 keywords and decription meta-data 2016-11-17 10:13:02 -10:00
Rick Anderson b23d49f1f6 title + meta on technology 2016-11-16 14:24:57 -10:00