Commit Graph

108 Commits (Rick-Anderson-patch-10)

Author SHA1 Message Date
Luke Latham 6bfe903a71
WASM+Identity acct conf and PW recovery (#33976) 2024-11-19 08:17:53 -05:00
Luke Latham c7e8ed335d
Update Blazor article dates (#34158) 2024-11-18 08:14:57 -05:00
Luke Latham 25df462d30
Revert integration guidance to Blazor Server script (#34138) 2024-11-15 09:07:37 -05:00
Robert Haken b259981334
[Blazor] Security overview - Policy name (#34030) 2024-11-06 09:17:25 -05:00
Robert Haken a72cd19f6b
[Blazor] Security overview - SecureMethod correction (#34031) 2024-11-06 09:16:21 -05:00
Luke Latham 203947a757
Remove UseRouting references (#33912) 2024-10-24 11:31:49 +00:00
Luke Latham d4d3760b60
Cross-link 9.0 sample code (#33872) 2024-10-18 08:02:14 -04:00
Luke Latham 2dbbc89d13
Blazor ROPC (#33749) 2024-10-08 18:27:36 -04:00
Luke Latham 127099657d
Authentication state updates (#33668) 2024-09-23 09:20:36 -04:00
Luke Latham 1b1fa24e5e
Language updates (#33587) 2024-09-11 13:48:54 -04:00
Luke Latham 6ebc89ad25
ROPC for Blazor (#33524) 2024-09-04 23:14:42 +00:00
Luke Latham cc36097983
Swap `.Any()` for `.Count()` (#33475) 2024-08-29 09:28:17 -04:00
Luke Latham ab8cfa6b96
Fix misspelled word (#33194) 2024-07-29 11:37:48 -04:00
Luke Latham 3ccdfd5331
Update cascading auth state service requirements (#32603) 2024-05-19 05:37:03 -04:00
Luke Latham 96a7617776
Improve authorization opening remarks (#32195) 2024-03-29 15:21:42 -04:00
Luke Latham 4dbc3736a0
Add coverage on antiforgery services and middleware (#32160) 2024-03-27 08:14:03 -04:00
Luke Latham 33c59c6197
Server-side behaviors during static SSR (#32048) 2024-03-18 12:31:12 -04:00
Luke Latham 0df47e525b
WebSocket compression/CSP and security guidance (#31918) 2024-03-01 06:52:05 -05:00
Luke Latham 67b3ce2f31
WASM+Identity same-site & antiforgery updates (#31888) 2024-03-01 06:01:10 -05:00
Luke Latham ac67e4a063
Remove article front matter (#31944) 2024-03-01 06:00:21 -05:00
Luke Latham 0acd66f022
Clarify remark (#31889) 2024-02-22 14:09:42 -05:00
Luke Latham ceab688144
Update "ASP.NET Core" references (#31783) 2024-02-13 08:14:22 -05:00
Luke Latham 0e74308b8d
Standardize param arguments (#31743) 2024-02-09 09:10:03 -05:00
Luke Latham 0bdc5cc304
Revise built-in components list (#31684) 2024-02-04 14:58:51 -05:00
Luke Latham d3c4bb5b34
Add a remarks on ClaimsPrincipal use (#31682) 2024-02-04 06:08:58 -05:00
Robert Haken 5c12987359
Avoid referring to components or RenderFragment parameters as "tags" (#31662) 2024-02-02 13:04:12 -05:00
Luke Latham 6fa420be76
Content follow-up updates (8.0) (#31622) 2024-01-30 11:48:31 -05:00
Luke Latham 5c7d4727bf
Improve general remarks on static SSR (#31500) 2024-01-18 09:52:37 -05:00
Luke Latham dc64c7d368
Snippet cross-links 8.0 (2) (#31274) 2023-12-20 10:39:31 -05:00
Luke Latham fe33fa7f63
Terminology consistency updates (#31183) 2023-12-01 10:35:56 -05:00
Luke Latham 63f5d2e7f3
Cross-link API (#31155) 2023-11-29 10:36:21 -05:00
Luke Latham 6c64ea72df
Migrate to cascading auth state services (#31065) 2023-11-17 09:20:00 -05:00
Luke Latham 0eefa20212
Blazor dates and release NITs (#31024) 2023-11-14 13:56:15 -05:00
Luke Latham 730f8ecf8f
Blazor 🍖 RTM 8.0 (#31004) 2023-11-14 11:46:25 -05:00
Luke Latham 7f1805db5d
Blazor language and note updates 8.0 (#31003) 2023-11-10 07:47:39 -05:00
Luke Latham 63b3a67b93
Blazor security BWA with Identity components 8.0 (#30977) 2023-11-09 15:29:18 -05:00
Luke Latham 92a669b023
Blazor forms node (#30834)
* Blazor forms node

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates
2023-11-01 11:45:29 -10:00
Luke Latham c66455ff61
Blazor RC2 Updates 8.0 (#30576) 2023-10-10 13:32:36 -04:00
Luke Latham 9328f3d785
Prerender and Integrate work (Round 1) (#30455)
* Prerender and Integrate work (Round 1)

* Updates

* Updates

* Updates
2023-09-25 09:46:05 -10:00
Luke Latham 9b8b944ea8
Blazor router NotFound updates (#30329) 2023-09-12 13:15:20 -04:00
Luke Latham 5b30ba1bd2
Security node article updates 8.0 (#30210) 2023-09-01 09:58:53 -04:00
Luke Latham 52cd9086d6
Blazor forms and antiforgery 8.0 (#30035) 2023-08-16 12:18:19 -04:00
Theano Petersen 7d2becc2a0
[BULK] Fix 50 broken links in AspNetCore.Docs as of 6/22/2023 (#29637)
* all fixed?

* some more issues that pop up in build

* Apply suggestions from code review

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Update aspnetcore/blazor/fundamentals/startup.md

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

---------

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2023-06-24 10:23:02 -10:00
Luke Latham 4b85c77c98
NRT updates (#29454) 2023-06-07 13:13:48 -04:00
Rick Anderson 091983c60a
Not latest version (#28878)
* Not latest version

* Not latest version

* Not latest version

* Apply suggestions from code review

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Not latest version

* Not latest version

* Not latest version

---------

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2023-04-04 15:42:31 -10:00
Luke Latham 1cb91e1bbc
Blazor old content alert (#28874) 2023-04-04 11:06:06 -04:00
Ed Charbeneau de465d550a
Update index.md (#28814) 2023-03-28 20:01:11 -04:00
Tommy Sørbråten 81a2702037
Fix typo ("or" to "and" in "both x or y") (#28593) 2023-03-06 18:32:57 -05:00
Luke Latham 50896b0a62
Fix broken example and add an explanation (#28575) 2023-03-04 13:05:12 -06:00
Luke Latham 165067b31f
Blazor security updates (#28400) 2023-02-16 08:35:09 -06:00