Commit Graph

18741 Commits (c2763e42a2234b0a801641f05c0e38b3bac2a697)

Author SHA1 Message Date
Luke Latham c2763e42a2
Escape quotes in no-loc text (#33413) 2024-08-22 14:27:22 +00:00
Luke Latham cfb44addeb
Custom input components (#33383) 2024-08-22 09:57:00 -04:00
Luke Latham cbe3b62ab2
Enhanced JSImport/JSExport guidance (#33156) 2024-08-22 09:37:19 -04:00
Luke Latham c1b3cdf173
Change date to pull new code (#33410) 2024-08-21 15:28:44 +00:00
Luke Latham 1e410e9679
Blazor ME-ID Groups & Roles article updates (#33406) 2024-08-21 11:05:12 -04:00
Telmo Gondar faa0718d7a
Update file-uploads.md (#33409) 2024-08-21 01:32:27 +00:00
Luke Latham 3778de4266
Remove stray backslash (#33404) 2024-08-20 18:05:51 +00:00
Rick Anderson ca9266d746
Create DeleteMe.txt (#33400) 2024-08-19 18:02:02 +00:00
Luke Latham d2cdb64f53
Improve custom auth service provoider (#33397) 2024-08-19 13:52:39 -04:00
Suleyman c14c1d5333
Replace HTTP 200 status code with 201 for POST (#33394)
* Replace HTTP 200 status code with 201 for POST

The correct status code for successful POST requests is 201, not 200. Even the accompanying image says 201 as opposed to 200.

* Update aspnetcore/tutorials/min-web-api.md

* Update min-web-api8.md

Extended the fix to the 8.0 version of the topic.

* Update min-web-api6-7.md

Extended the fix to previous versions 6-7

---------

Co-authored-by: Wade Pickett <wpickett@microsoft.com>
2024-08-19 09:06:41 -07:00
Luke Latham 6aeb58abcf
Improve BWA project structure coverage (#33396) 2024-08-19 11:15:50 -04:00
Tom Dykstra dca968ff7e
Fix incorrect names of Azure portal UI elements (#33389) 2024-08-16 21:29:41 -07:00
Rick Anderson 3ceab3e903
delete keys (#33355)
* delete keys

* delete keys

* Update aspnetcore/security/data-protection/configuration/default-settings.md

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* Update aspnetcore/security/data-protection/configuration/default-settings.md

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2024-08-17 01:49:47 +00:00
Luke Latham 585f54f059
File uploads (writing to memory/Autofac content) (#33357) 2024-08-16 16:15:31 -04:00
Luke Latham 748f482e3c
Swap section order (#33386) 2024-08-16 19:05:42 +00:00
Rick Anderson 90e9867111
Recommend Blazor for UI in .NET 9 (#33372)
* Recommend Blazor for UI in .NET 9

* Update choose-web-ui.md

* Update choose-web-ui.md

* Update aspnetcore/tutorials/choose-web-ui.md
2024-08-16 07:43:01 -10:00
Rick Anderson 6796ae0fa0
Merge pull request #33366 from damienbod/damienbod/claims-par-net9
.NET 9: OpenIdConnectHandler adds support for Pushed Authorization Requests (PAR)
2024-08-16 07:01:14 -10:00
Luke Latham 2ab0793cd3
Add NOTE on error boundary support (#33382) 2024-08-16 16:08:49 +00:00
David Pine 92172e15d0
Update routing.md (#33379) 2024-08-16 15:08:03 +00:00
damienbod 108625b884 PR feedback 2024-08-16 09:03:08 +02:00
Luke Latham d143d7b649
Add TOTP security warning (#33375) 2024-08-16 00:14:16 +00:00
Stephen Halter 0fb61a651b
Document that TOTP codes can be reused before it expires (#33373) 2024-08-16 00:11:14 +00:00
damienbod 9ba1e87d66 fix 2024-08-15 10:59:03 +02:00
damienbod b721d8644b improve docs 2024-08-15 10:54:19 +02:00
damienbod 57706d8ed0 Add a PAR note 2024-08-15 10:35:10 +02:00
Andrew Casey 9b512f898c
Remove note about lack data protection deletion API (#33364) 2024-08-14 17:04:55 -10:00
Emily Prindeville cf9e3dab1c
Update bootstrap.bundle.js (#33362)
* Update bootstrap.bundle.js

Suggested change for Policheck flagged term.

* Update aspnetcore/fundamentals/configuration/index/samples/8.x/ConfigSample/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2024-08-14 23:51:26 +00:00
Tom Dykstra 9b4ae16def
Update hybrid.md, specify pkg version to install (#33358) 2024-08-14 09:11:29 -10:00
Luke Latham 2f7972b2fd
Expand images coverage to include documents (#33346) 2024-08-14 07:51:58 -04:00
Tom Dykstra 28a78a82de
Preview 7 changes (#33340) 2024-08-13 14:46:00 -07:00
Rick Anderson 34a57057bf
Verify everything (#33352) 2024-08-13 09:35:36 -10:00
Rick Anderson bf727953e2
WN (#33351) 2024-08-13 19:22:17 +00:00
Rick Anderson 54ce8175d6
WN9 ProblemValidation on route groups /a (#33330)
* WN9 ProblemValidation on route groups /a

* WN9 ProblemValidation on route groups /a

* fix

* fix

* fix

* fix
2024-08-13 09:16:59 -10:00
Luke Latham e48f231867
Change paginator remark (#33348) 2024-08-13 14:55:16 +00:00
Rick Anderson 174ad36f40
Update WN9 include links (#33344)
* Update WN9 include links

* Update WN9 include links

* Update WN9 include links
2024-08-12 14:08:45 -10:00
Wade Pickett 2134e362dc
What's New: SignalR update per feedback (#33341)
* What's New: SignalR update

* Update aspnetcore/release-notes/aspnetcore-9/includes/signalr-trimming-aot.md

Co-authored-by: Brennan <brecon@microsoft.com>

---------

Co-authored-by: Brennan <brecon@microsoft.com>
2024-08-12 16:56:03 -07:00
Rick Anderson 7f611c7343
Opt out metrics/wn/4/ra (#33343)
* .NET 9 WN Opt out of metrics/4

* .NET 9 WN Opt out of metrics/4

* .NET 9 WN Opt out of metrics/4

* Update aspnetcore/release-notes/aspnetcore-9/samples/Metrics/Program.cs

Co-authored-by: James Newton-King <james@newtonking.com>

---------

Co-authored-by: James Newton-King <james@newtonking.com>
2024-08-12 23:43:39 +00:00
Rick Anderson 7450978320
WN9 : Opt/out/metrics/ra/3 (#33342)
* stash

* WN: Opt out of metrics /4

* WN: Opt out of metrics /4
2024-08-12 23:03:28 +00:00
Andy (Steve) De George 59b249fea4
Update repoman to support label to update issues (#33338)
* Update .repoman.yml

* Update .repoman.yml
2024-08-12 12:03:52 -10:00
Rick Anderson 41a220310a
Include of PAR for WN9 /b (#33334)
* Include of PAR for WN9 /b

* Update aspnetcore-2.2.md
2024-08-12 10:13:21 -10:00
Rick Anderson 7cd8277ab5
delete keys for wn (#33324)
* delete keys for wn

* delete keys for wn

* delete keys for wn

* delete keys for wn

* delete keys for wn

* delete keys for wn

* delete keys for wn

* delete keys for wn

* delete keys for wn

* delete keys for wn

* delete keys for wn

* delete keys for wn

* Update aspnetcore/release-notes/aspnetcore-9/includes/delete_keys.md

Co-authored-by: Andrew Casey <amcasey@users.noreply.github.com>

* delete keys for wn

* delete keys for wn

* delete keys for wn

---------

Co-authored-by: Andrew Casey <amcasey@users.noreply.github.com>
2024-08-12 08:33:15 -10:00
dependabot[bot] 1209f4ccb8
Bump SixLabors.ImageSharp (#33137)
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](https://github.com/SixLabors/ImageSharp/compare/v3.1.4...v3.1.5)

---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-12 08:04:24 -10:00
Rick Anderson 7286969d3f
Add SignalR to AOT (#33306)
* Add SignalR to AOT

* Update native-aot.md

* Update native-aot.md

* Update native-aot.md
2024-08-12 08:00:18 -10:00
Luke Latham 3b1819e104
Class field of type function not supported (#33337) 2024-08-12 11:46:19 -04:00
Luke Latham b4d2ba313d
Link updates (#33336) 2024-08-12 10:19:15 -04:00
Luke Latham cac0c1d001
Refactor JS event handler examples (#33335) 2024-08-12 10:11:16 -04:00
Rick Anderson 45cd6ad090
Update native-aot.md (#33331)
* Update native-aot.md

* Update native-aot.md
2024-08-11 18:56:05 -10:00
Rick Anderson f953a184f3
PAR prep for WN (#33333)
* PAR prep for WN

* PAR prep for WN

* PAR prep for WN
2024-08-11 15:58:49 -10:00
Rick Anderson 64062b1334
Prob validation prep (#33329)
* Prob validation prep

* Prob validation prep

* Prob validation prep

* Prob validation prep
2024-08-11 12:31:07 -10:00
Rick Anderson 90794b9010
moniker prep (#33325)
* moniker prep

* moniker prep
2024-08-10 16:52:47 -10:00