Commit Graph

46 Commits (Rick-Anderson-patch-11)

Author SHA1 Message Date
guardrex 98a9f9caff Bias-free communication 2024-09-25 11:20:34 -04:00
Tom Dykstra e9ee2c089b
Note required package and using directive (#32393)
* Note required package and using direcative

* code style
2024-04-24 17:43:55 -10:00
Luke Latham f4720094eb
Enhance multiple policy/attribute coverage (#29803) 2023-07-14 14:50:03 -04:00
GitHubPang 43f6955da5 Remove repeated word "in" 2022-07-26 08:34:04 +08:00
Luke Latham e175588086
Institute global no-loc (#26036)
* Institute global no-loc

* Updates

* Updates

* Updates

* Updates

* Updates
2022-06-03 11:35:55 -10:00
Luke Latham e430f20f0e
Promote and revise role auth config (#25907) 2022-05-19 16:38:10 -05:00
Luke Latham 546a06a2d5
Blazor no-loc adds (#25429) 2022-03-25 18:19:18 -05:00
Kirk Larkin cc48f32954
Code-fence common filenames (#25369) 2022-03-21 12:24:36 -10:00
Luke Latham 5f1743e629
Add Blazor Hybrid to no-loc metadata (#25064) 2022-02-18 07:17:09 -06:00
Kirk Larkin 2a2fedf512
Replace /dotnet/api with xrefs in Security (#25017) 2022-02-15 10:49:11 +00:00
Kirk Larkin 2405226288
Code-fence references to Program.cs (#24995) 2022-02-14 12:16:29 -10:00
Kirk Larkin e3c99c2fe5
Prefer :::moniker over ::: moniker (#24805) 2022-01-31 13:12:01 -10:00
haibo zhang 3111bcc4ef
Task#536167:[Refresh link]Replace bookmarks in repo. (#24741) 2022-01-26 07:55:46 -10:00
Ilya 63d4794359
Update roles.md (#24167) 2021-12-02 02:27:58 -06:00
Rick Anderson 0808551cf0
update Roles for V6 /3 (#24063)
* update Roles for V6

* update Roles for V6

* update Roles for V6

* update Roles for V6

* update Roles for V6

* update Roles for V6

* update Roles for V6

* update Roles for V6

* update Roles for V6

* update Roles for V6

* update Roles for V6

* update Roles for V6

* update Roles for V6

* update Roles for V6

* update Roles for V6

* update Roles for V6
2021-12-01 09:35:27 -10:00
Rick Anderson ad321c2700
Add Home and Privacy to no-loc (#22237)
* Add Home and Privacy to no-loc

* Add Home and Privacy to no-loc
2021-05-08 10:12:34 -10:00
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Rick Anderson 311cef0e25
appsettings.json noloc (#20320) 2020-10-27 11:27:47 -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
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Luke Latham f2834015b6
Drop existing no-loc entries (#18111) 2020-05-04 12:00:16 -05:00
damienbod 4ae78ade60 Damienbod/aspnetcore/security/authorization/roles.md update 3.0 (#15444)
* updating inline code

* Adding 3_0 update

* improve endpoint call

* clean up identity call

* spacing
2019-11-05 16:33:04 -10:00
Nick Schonning 188fdb2abe fix: MD012/no-multiple-blanks (#11596)
Multiple consecutive blank lines
2019-03-19 13:56:32 -05:00
Pranav K f693a6aa6c Update roles.md (#11136)
Fixes https://github.com/aspnet/Docs/issues/10996
2019-02-26 10:33:20 -10:00
Rick Anderson 82b5271780
add roles (#10928)
Fixes #8819 

[Internal review URL](https://review.docs.microsoft.com/en-us/aspnet/core/security/authorization/roles?view=aspnetcore-1.0&branch=pr-en-us-10928)

mention `AddRoles`

Newline in 
```
options.AddPolicy("RequireAdministratorRole",
             policy => policy.RequireRole("Administrator"));
```
to prevent horizontal scroll bar on tablets.
2019-02-13 14:26:30 -10:00
Rick Anderson b504da9991
Document no support for filters on page handler methods. (#7878)
* Update roles.md

* Update roles.md

* Update roles.md
2018-07-30 13:58:27 -06:00
Scott Addie a18a6bdc8c
Metadata updates to ASP.NET Core security docs (#7188)
Addresses #6541
2018-06-20 12:43:43 -05:00
Luke Latham 7048bb8fbf API link updates (#6149)
* API link updates

Updates

One more!

Fix bookmark

Mo updates

More updates

Updates

Updates

* Update action-return-types.md

* Update index.md

* Update concurrency.md

* Update intro.md

* Update localization.md

* Update search.md
2018-05-02 14:45:06 -05:00
Luke Latham f7e92a3e67 Title, description, and H1 updates (3) (#5717) 2018-03-19 13:40:34 -10:00
Luke Latham abbe642741 Organize metadata (#5296)
Updates
2018-01-29 09:21:31 -06:00
Luke Latham 31df8fcabf Remove keywords and ms.assetid metadata from ASP.NET Core topics (#5208) 2018-01-19 14:11:45 -06:00
Jeroen5356 a9bb2c78cc Inconsistent usage of the 'role' word (#5143)
* Inconsistent usage of the 'role' word

On line 43 the 'Administrator' gets called a 'role' while at line 25 the 'Administrator' gets called a 'group'

* Minor edits
2018-01-09 09:17:22 -06:00
Yi Gyuwon 4e22a25a7e IsInRole is a method, not a property (#4918) 2017-12-04 09:32:59 -06:00
Scott Addie 4c4adff9e8 Add missing description metadata to security docs (#4702) 2017-11-01 09:34:09 -10:00
Scott Addie 912a1efc8f Fix invalid bookmarks (#4570) 2017-10-13 15:50:30 -05: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
Rick Anderson c23f9b383b remove /en-us/ (#3670) 2017-07-10 12:20:50 -06:00
Rick Anderson 2225182397 remove | MS Docs (#3612) 2017-06-30 23:47:15 +00: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
rhires 80aee95a68 "takes part in" -> occurs (#2652) 2017-02-01 19:04:51 -10:00
Andy Pasic a82e144ea1 fixed code snippets 2016-11-17 21:03:07 -08: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
Andy Pasic 81425c2f2a Api link fix (#2115)
* quick test

* quick test

* quick test

* Revert "quick test"

This reverts commit 91b07a3df5.

* Revert "quick test"

This reverts commit e44af19bb4.

* Revert "quick test"

This reverts commit 6872a1921d.

* Removed links to old api site

* Fixed link to H1

* quick fix

* Fixed link to H1

* reverted to match master

* removed random character.

* removed random unix character

* removed random unix character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* Quick fixes

* Update CONTRIBUTING.md

* removed random UTF character

* removed random UTF character

* Update routing.md

* Update validation.md

* Update overview.md

* Update linuxproduction.md

* Update web-publishing-vs.md

* Update sociallogins.md

* Update cors.md

* Update cross-site-scripting.md

* Update overview.md

* Update key-encryption-at-rest.md

* Update adding-model.md

* Update new-field.md

* Update validation.md

* Update first-web-api.md

* Update nano-server.md

* Update your-first-mac-aspnet.md

* Update linuxproduction.md
2016-11-07 07:58:40 -10:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00