Commit Graph

26 Commits (566cd32833a6ad8901bbf109d7499d1559ecd5ec)

Author SHA1 Message Date
Luke Latham 11b975f395
Secure data topic updates (#9899) 2018-12-07 18:51:48 -06:00
Rick Anderson 5d633e4d85
Update Edit.cshtml.cs (#9850)
* Update Edit.cshtml.cs

* Update Edit.cshtml.cs
2018-12-06 17:22:52 -10:00
Luke Latham d18fa2b084
2.2 Sample Updates (#9795) 2018-12-04 10:56:13 -06:00
Rick Anderson 0ee6b101d9
delete map and min files (#9310) 2018-10-31 14:26:48 -10:00
Rick Anderson 8523625611
remove PDFs (#9312)
Part of #9182
2018-10-29 14:54:58 -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
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
Luke Latham 46f41d4774
Update All and App package versions (#8513) 2018-09-13 11:39:23 -05:00
Luke Latham 1a0f79a8fe
Update All/App package version (#8489) 2018-09-11 08:53:03 -05:00
Luke Latham f85202290b Remove HTTP links to Microsoft (#8353)
Fixes #8350
2018-08-30 11:48:27 -07:00
Rick Anderson 6ac0d79fb0
2.1 update of secure user data (#7651)
- [x] Blocked until https://github.com/aspnet/Identity/issues/1813 bits (https://github.com/aspnet/Identity/pull/1832) are surfaced in 2.2 preview

Fixes #6290 
Fixes #7108
[Review URL](https://review.docs.microsoft.com/en-us/aspnet/core/security/authorization/secure-data?view=aspnetcore-2.1&branch=pr-en-us-7651)

@blowdart this is an upgrade to 2.1 with the following security changes:

* The project was generated with the 2.1 templates:
	* *Startup.cs* is based on the 2.1 version.
	* `AddDefaultIdentity` is used, replaced the template generated Identity 2.0 UI with the Identity 2.1 RCL.
* I fixed in the previous version where an unauthorized person could see details by hacking the URL. See [new code here](51f4712af6/aspnetcore/security/authorization/secure-data/samples/final2.1/Pages/Contacts/Details.cshtml.cs (L34-L44)).
* Uses 2.2 preview-1 because of https://github.com/aspnet/Identity/issues/1813

So it shouldn't require a full audit.
cc @joeaudette
2018-08-27 12:31:50 -07:00
Luke Latham 232d345f9e
Specify "Core" for ASP.NET Core refs (#8110) 2018-08-15 22:30:29 -05:00
Luke Latham 2059dd8b41
Add CRLF to the last line of MD topics (#7509) 2018-07-08 21:48:10 -05:00
Rick Anderson 66ab2b2171
Update Startup.cs (#7481) 2018-07-05 21:18:29 -06:00
Jack Franklin Perry, Jr 73ce00711d Update AccessDenied.cshtml (#7247)
It was just missing the @ in the <h1> tag for the title.
2018-06-22 13:34:43 -05:00
Simon Yates ab9c8d8263 Fix HTTPS vs SSL app setting reference (#7008)
* Fix HTTPS vs SSL app setting reference

* Update secure-data.md

* Update appsettings.json
2018-06-12 13:59:07 -07:00
Tom Austin f1cb1666d0 Added missing AllowAnonymous to ForgotPassword and ForgotPasswordConfirmation. Previously it was impossible to navigate to these pages unless logged in which makes no sense if you are trying to reset your password. (#6614) 2018-05-26 10:07:55 -10:00
Rick Anderson dd0081eab2
Secure user data sample help (#6289) 2018-05-08 16:40:58 -10:00
Rick Anderson 4d69b62611
remove AuthorizeFolder in secure user data (#5451)
* remove AuthorizeFolder in secure user data

* SSL to HTTPS
2018-02-13 11:39:53 -10:00
Rick Anderson 6176572dc9
[WIP] Secure user data, react to announcements (#5318)
Secure user data, react to announcements
2018-01-31 17:46:02 -10:00
Rick Anderson 4313ed3047
RP version of secure user data (#5190)
* RP version of secure user data

* work

* work

* work

* work

* work

* work

* work

* ready 4 review

* pdf and fix

* fixes

* fixes

* fixes

* clean up

* clean up

* clean up

* last draft

* last draft

* Updates to Razor Pages user data protection doc

* Page Model to page model

* code fense to bold

* Updates to Razor Pages user data authorization doc

* Enable copying of .NET Core CLI command

* Change HTML code snippets to CSHTML

* Task.CompletedTask;

* Task.CompletedTask;
2018-01-25 21:06:35 -10:00
Ganesan Arunachalam 28104d5e4b Removed unnecessary user management. (#3616) 2017-07-05 10:14:29 -06:00
Ganesan Arunachalam 80aaf4caab Fix issue which rose when rendering index (#3617)
* Fix issue which rose when rendering index

* Includes check for edit permission before listing.

* Inject authorization service and import libraries.

* Commented out cosmetic
2017-07-05 09:40:32 -06:00
Ganesan Arunachalam 5f4e63ec18 Removed redundant Task.FromResult (#3615) 2017-07-05 08:07:03 -06:00
Scott Addie 7c2e804baf Delete project.json from sample project (#3624) 2017-07-03 15:19:09 -06:00
Rick Anderson c0849eb674 Secure user data (#3336)
* Secure user data

* removed dead code

* Revert "removed dead code"

This reverts commit 3311e8e4d4.

* move snippets to final15

* work

* fix

* work

* work

* work

* work

* work

* work

* work

* work

* work

* CRUD check

* work

* rename

* work

* formatting

* tdykstra feedback

* work

* tom feedback

* work

* work

* joe feedback

* work

* download

* fix

* download link

* download link
2017-05-30 13:11:31 -07:00