Commit Graph

14506 Commits (0dcc20d068f45c4b95b013d3ed600a5fc8104276)

Author SHA1 Message Date
David Acker 0dcc20d068
Clarify order of precedence for size limits (#26790) 2022-08-19 11:15:47 -10:00
Rick Anderson eb042b5af4
Update min-web-api.md (#26789) 2022-08-19 09:19:08 -10:00
Tom Dykstra 8463d918f2
.NET 7: customize cookie consent value (#26787)
* customize cookie consent value

* fix link
2022-08-19 08:50:52 -10:00
David Acker 36a3de7104
Request decompression improvements (#26785)
* Fix formatting on exception name

* List MaxRequestBodySize configuration sources
2022-08-19 08:49:33 -10:00
Wade Pickett cae569caf0
Update anti-request-forgery.md (#26786)
Prevent Cross-Site Request Forgery: Minor quick fix on code sample type.
2022-08-19 10:54:35 -07:00
Luke Latham 5e07cd10a7
Update localhost redirect URI guidance (#26782) 2022-08-19 07:43:19 -05:00
Luke Latham 007ca21b7f
Update token provider example for NRTs (#26781) 2022-08-19 06:12:52 -05:00
Luke Latham 74f6f37862
Non-Development static files for Blazor Server (#26759) 2022-08-19 05:59:49 -05:00
Rick Anderson 4fddfa2966
What's new Request decompresssion /8 (#26778)
* What's new Request decompresssion /8

* What's new Request decompresssion /8

* What's new Request decompresssion /8
2022-08-18 16:58:29 -10:00
Rick Anderson 4688bc955f
Ra/request decompression middleware/david acker (#26763)
* Add request decompression middleware sample

* Add to table of built-in middleware

* Clean up, fix typo

* minor cleanup of RequestDecompression middleware /8

* minor cleanup of RequestDecompression middleware /8

* minor cleanup of RequestDecompression middleware /8

* react to feedback

Co-authored-by: David Acker <davidacker3@gmail.com>
2022-08-18 16:04:25 -10:00
Luke Latham 950c7acd87
Remove deprecated/obsolete CSP directive (#26754) 2022-08-18 12:20:45 -05:00
Luke Latham 50ab148ac8
Blazor bind get/set/after (#26771) 2022-08-18 12:20:29 -05:00
Rick Anderson a9abbd48d1
Merge pull request #26765 from GitHubPang/patch-health-checks
Remove redundant parenthesis, and fix wording
2022-08-17 15:40:02 -10:00
Wade Pickett 95ccc8533c
Prep: Added moniker range for 7.0 or higher version (#26766)
Verified new 7.0 version range and older ones all show correctly.
2022-08-17 18:06:00 -07:00
GitHubPang 77c4c64347 Remove redundant parenthesis, and fix wording 2022-08-18 08:21:22 +08:00
Luke Latham 893c331355
Transient registration for HTTP message handlers (#26755) 2022-08-17 06:05:16 -05:00
Tom Dykstra e149475cd9
.NET 7: Kestrel performance improvements on high core machines (#26745) 2022-08-16 19:20:29 +00:00
Tom Dykstra 68feb5b91c
AdditionalRequestHeaders (#26742) 2022-08-16 08:19:05 -07:00
Luke Latham a8d984a7e1
Blazor InputX form components (#26753) 2022-08-16 10:18:10 -05:00
Luke Latham 4da31236a7
Blazor WASM loading progress indicator (#26744) 2022-08-16 04:00:28 -05:00
Luke Latham 2c9025caa1
Fix broken link (#26750) 2022-08-16 03:30:12 -05:00
Tom Dykstra ec5643c391
add asp.net core 7 section (#26747) 2022-08-15 17:07:16 -07:00
Tom Dykstra d2304c0131
add 7.0 moniker (#26741) 2022-08-15 09:49:35 -07:00
GitHubPang bd9965d22b
Fix spelling and grammar (#26738) 2022-08-15 08:38:44 -05:00
Francesco Belacca 556df745be
Removed typo (#26735) 2022-08-14 05:31:36 -05:00
Luke Latham fb04b26432
Revise guidance on UsePathBase (#26733) 2022-08-13 11:41:34 -05:00
Tim Deschryver 347bf84b8e
fix(health-checks): cors origin doesn't accept empty args (#26694)
* fix(health-checks): cors origin doesn't accept empty args

* Update aspnetcore/host-and-deploy/health-checks.md

* Update aspnetcore/host-and-deploy/health-checks.md

* Update aspnetcore/host-and-deploy/health-checks.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2022-08-12 15:31:39 -10:00
James Newton-King 3cc658d60c
Sync test app with changes in grpc-dotnet repo (#26721) 2022-08-13 08:20:55 +08:00
Rick Anderson 545aed987e
Merge pull request #26731 from dotnet/jwtWhatsNew
JWT
2022-08-12 13:41:31 -10:00
Rick Anderson 85bcb614e4 JWT 2022-08-12 13:36:34 -10:00
Rick Anderson 2dc8b02372
Merge pull request #26729 from dotnet/Rick-Anderson-patch-1
Update model-binding.md
2022-08-12 12:32:33 -10:00
Rick Anderson ebb7c09561
Update model-binding.md 2022-08-12 12:26:16 -10:00
Luke Latham e40d2fdef8
Update Blazor-macOS guidance (#26713) 2022-08-12 12:29:53 -05:00
Weihan Li c4eeeb3a7f
Update min-api-filters.md (#26722)
* Update min-api-filters.md

- Rename `route handler` => `endpoint handler`
- Rename `AddFilter` => `AddEndpointFilter`

* Update AbcEndpointFilters.cs
2022-08-11 19:27:10 -10:00
Rick Anderson 07b64eab48
Merge pull request #26719 from WeihanLi/patch-1
Rename IRouteHandlerFilter => IEndpointFilter
2022-08-11 16:37:54 -10:00
Weihan Li 139297d097
Rename IRouteHandlerFilter => IEndpointFilter 2022-08-12 10:14:14 +08:00
Rick Anderson 8d4c2274ac
Ra filters (#26698)
* Update min-api-filters.md

* Update min-api-filters.md

* Update minimal API filters /1

* Update min-api-filters.md

Co-authored-by: Weihan Li <weihanli@outlook.com>
2022-08-11 14:42:23 -10:00
Rick Anderson f6d5f79ed3
Use filters in Minimal API applications /8 (#26715)
* work

* Update endpoint filters /8

* Update endpoint filters /8

Co-authored-by: Fiyaz Bin Hasan <fiyazhasan@live.com>
2022-08-11 14:33:07 -10:00
Tom Dykstra 642a1e5396
Simplify code for Instructors page (#26710) 2022-08-11 13:22:27 -07:00
Kia Panahi Rad 4cf62ece97
Fixes description section in jwt-authn.md (#26708)
* Update jwt-authn.md

Fix description section

* Update jwt-authn.md
2022-08-11 08:55:58 -10:00
Luke Latham 2105c4ee53
Use relative cross-link to Azure doc (#26706) 2022-08-11 06:45:58 -05:00
Luke Latham 1c44688cb5
Fix code example (#26705) 2022-08-11 06:40:38 -05:00
Rick Anderson 01ac9cfab3
Cookie consent /8 (#26700)
* Cookie consent /8

* Cookie consent /8

* Cookie consent /8
2022-08-10 18:52:10 -10:00
Rick Anderson 53b93461b5
Do not merge until Preview 7: dotnet user-jwts /1 (#26551)
* dotnet user-jwts /1

* dotnet user-jwts /1

* dotnet user-jwts /1

* dotnet user-jwts /1

* dotnet user-jwts /1

* dotnet user-jwts /1

* dotnet user-jwts /1

* dotnet user-jwts /1

* dotnet user-jwts /1

* dotnet user-jwts /1

* dotnet user-jwts /1

* dotnet user-jwts /1

* dotnet user-jwts /1

* dotnet user-jwts /1

* react to feedback

* work

* work
2022-08-10 14:10:55 -10:00
Rick Anderson f4310a4d74
Azure streaming logs /5 (#26666)
* Azure streaming logs /5

* Azure streaming logs /5

* Azure streaming logs /5

* Azure streaming logs /5

* Azure streaming logs /5

* Azure streaming logs /5

* Azure streaming logs /5

* Azure streaming logs /5
2022-08-10 13:39:12 -10:00
Rick Anderson c07af20acf
Update complex-data-model.md (#26695) 2022-08-10 13:30:17 -10:00
S. Carstens 74ffd55583
Update images.md (#26684) 2022-08-10 11:41:44 -05:00
mrlife a2ae14b6a8
Changed <input> to <select> (#26691)
* Changed <input> to <select>

* Update data-binding.md

Made same correction to 7.0 version of topic.

Co-authored-by: Wade Pickett <wpickett@microsoft.com>
2022-08-10 09:18:36 -07:00
Rick Anderson 600b423a52
What's new react and angular (#26681) 2022-08-09 14:42:57 -10:00
Wade Pickett 30f8729456
7.0 What's new: Adding gRPC JSON transcoding section (#26679)
* 7.0 Whats new: Added gRPC JSON trancoding section

* moved to bullet points
2022-08-09 14:35:04 -10:00