maliming
0ccf12ac98
Move UseAntiforgery after UseAuthorization in Blazor templates
1 month ago
maliming
6b111b71db
Update IdentityServer module documentation
1 month ago
sumeyye
72e762c6db
update: some wordings
2 months ago
Engincan VESKE
0881191d66
Update abp-10-6.md
2 months ago
Engincan VESKE
0c37e591f2
Add ABP 10.6 migration guide
Document the upgrade path from ABP 10.5 to 10.6, including background job infrastructure changes, upload/proxy generation updates, Angular 22 adoption, antiforgery and authentication behavior fixes, and dependency version bumps. Also add the new guide to the migration guide index.
2 months ago
Engincan VESKE
d014169892
Update ABP 10.5 migration dependency note
Co-authored-by: Cursor <cursoragent@cursor.com>
2 months ago
sumeyye
df5c7f2e07
update: documents for the angular version 22.0.x
2 months ago
Engincan VESKE
1f597dda64
Prepare ABP 10.5 RC release docs
Co-authored-by: Cursor <cursoragent@cursor.com>
3 months ago
maliming
657a9a73d9
Revert temporary docs syntax failure
4 months ago
maliming
46803ba33c
Temp: trigger docs syntax check (will revert)
4 months ago
Engincan VESKE
0151e0ebe3
Update migration guide
Clarified behavior of Scriban templates regarding method invocation and sandboxing.
4 months ago
maliming
33157ec8e7
Address review feedback on IsSandboxed
- Soften IsSandboxed XML doc as a best-effort marker
- Replace #XXXXX placeholders with #25399
- Set Scriban MemberFilter to allowlist public properties only,
blocking method/field access and reflection escape paths
- Update Razor and Scriban safe-runtime docs to match
- Add reflection-escape, method-invocation and nested-property
tests for Scriban
4 months ago
maliming
e7774523de
Add IsSandboxed to ITemplateRenderingEngine
ITemplateRenderingEngine exposes a new IsSandboxed property so callers can
decide whether editing a template requires elevated trust.
- TemplateRenderingEngineBase provides a virtual default of false (secure-by-default)
- RazorTemplateRenderingEngine declares IsSandboxed=false (compiles to .NET assembly via Roslyn)
- ScribanTemplateRenderingEngine declares IsSandboxed=true (DSL without .NET interop)
- Razor integration docs and TextTemplateManagement docs document the implications
- Migration guide for ABP 10.4 documents the new abstraction member
4 months ago
sumeyye
01cc89f3bb
update: migration guides for the module-based ng applications
4 months ago
Engincan VESKE
2593f00dce
Update post-version documents for v10.4
4 months ago
Engincan VESKE
c87901ff2a
Add ABP 10.4 RC release docs
Made-with: Cursor
4 months ago
Engincan VESKE
c540da5630
Create v10.3 migration guide
5 months ago
maliming
eb42ca88ef
feat: add Volo.Abp.LuckyPenny.AutoMapper package for commercial AutoMapper integration
Closes #25137
5 months ago
enisn
c7ccd3175c
docs: add ABP Suite guidance for Mapperly migration
5 months ago
enisn
ced7c80a34
docs: add ABP Suite guidance for Mapperly migration
5 months ago
sumeyye
a254d370c8
update: migration guide
6 months ago
copilot-swe-agent[bot]
2dee7d8252
docs: add @volo/ai-management NPM package requirement to ABP 10.2 migration guide
Co-authored-by: EngincanV <43685404+EngincanV@users.noreply.github.com>
6 months ago
sumeyye
4b72a4d0f9
update: migration document
6 months ago
sumeyye
7a1bfe1c76
update: migration guide
6 months ago
copilot-swe-agent[bot]
f75d074e68
docs: add Swashbuckle.AspNetCore v10 upgrade section to v10.1 migration guide
Co-authored-by: EngincanV <43685404+EngincanV@users.noreply.github.com>
6 months ago
EngincanV
14e254280d
Update abp-10-2.md
6 months ago
Ma Liming
ce8a2ccdc9
Update docs/en/release-info/migration-guides/abp-10-2.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
6 months ago
EngincanV
bf20b1e7a3
Create v10.2 migration guide
6 months ago
EngincanV
412d4f0a04
Update release notes for v10.1 stable
6 months ago
maliming
c20eb1e046
Update Blazorise 2.0 migration guide with additional input component renames and binding API changes
6 months ago
maliming
2779998c77
Update Blazorise 2.0 migration guide
6 months ago
maliming
c01fa54c1c
Add note: AbpExtensibleDataGrid still uses CurrentPage
6 months ago
maliming
ead292fa94
docs: clarify DataGrid template context changes in migration guide
6 months ago
maliming
24a3d12af7
feat: add Blazorise 2.0 migration guide and implement BlazoriseFluentSizingParse for dynamic sizing in DataGrid columns
6 months ago
Ma Liming
1276cfb5e0
Enhance migration guide for ABP v10.1
Updated migration guide to include user passkey entity details.
8 months ago
EngincanV
27dd72e02a
Create migration guide for v10.1
8 months ago
erdemcaygor
0b15e5c3db
docs update
9 months ago
Eric Johnson
8dd055581d
Fixed misleading parameter variable names of ReverseMap methods.
The ReverseMap methods will map the destination type back to the source type, but the "source" object will be of type TDestination. In other words, the "TDestination source" object is copied to the "TSource destination" object.
9 months ago
Engincan VESKE
ea25805665
Update MySQL compatibility note for ABP 10.0
9 months ago
EngincanV
a8de9df45c
Add MySQL compatibility notice for .NET 10.0 to migration guide
Added a section to the ABP 10.0 migration guide warning users about limited MySQL provider support for .NET 10.0 and recommending to delay upgrades until stable releases are available.
9 months ago
maliming
0c1e493122
Update migration guide for Razor Runtime Compilation
9 months ago
Engincan VESKE
fed483e494
Revise ABP v10.0 migration guide for clarity
Updated migration guide for ABP v10.0 to improve clarity and fix grammatical issues.
10 months ago
github-actions[bot]
33433abf5a
docs: Add SEO descriptions to modified documentation files
Related to PR #24127
10 months ago
Ma Liming
e9668c1f71
Update migration guide for ABP 10.0
Added instructions for using Razor Runtime Compilation.
10 months ago
SALİH ÖZKARA
6c2a9e7e35
add seo description
11 months ago
Engincan VESKE
cbc16cf39f
Fix migration link for AutoMapper to Mapperly
Updated the link for migrating from AutoMapper to Mapperly to use a relative path.
11 months ago
maliming
3922bf03cc
Update ABP 10.0 migration guide for EF Core changes
11 months ago
maliming
dcda36353e
Add manual Razor Runtime Compilation guidance
11 months ago
maliming
4526cc4833
Document cache error hiding behavior in development
11 months ago
maliming
8af63bc3db
Update ABP 10.0 migration guide for OpenIddict and Mapperly
12 months ago