maliming
2bb8c439cf
Wrap MudBlazor UI calls with InvokeAsync to fix Dispatcher race in InteractiveServer mode
5 months ago
Ma Liming
418cf44d9b
Merge pull request #25344 from abpframework/EngincanV/10-4-release
Create v10.4 Release Post & Update post-release docs
5 months ago
github-actions[bot]
ef36faa71e
Optimised images with calibre/image-actions
5 months ago
maliming
7805cc3297
Update preview images for v10.4 blog post
5 months ago
github-actions[bot]
03b38dd1d7
Optimised images with calibre/image-actions
5 months ago
maliming
5501452551
Add MudBlazor screenshots and notes to v10.4 RC post
5 months ago
github-actions[bot]
4e8ba4caa7
Optimised images with calibre/image-actions
5 months ago
Engincan VESKE
2593f00dce
Update post-version documents for v10.4
5 months ago
github-actions[bot]
a7197346ea
Optimised images with calibre/image-actions
5 months ago
Engincan VESKE
bb8d2b65cf
finalize v10.4 release post
5 months ago
Engincan VESKE
78a74115a7
Remove QA mentions from 10.4 RC post
Made-with: Cursor
5 months ago
Engincan VESKE
c87901ff2a
Add ABP 10.4 RC release docs
Made-with: Cursor
5 months ago
Volosoft Agent
71330e54cc
Merge pull request #25342 from abpframework/auto-merge/rel-10-3/4532
Merge branch rel-10.4 with rel-10.3
5 months ago
Volosoft Agent
b80922994a
Merge pull request #25341 from abpframework/auto-merge/rel-10-2/4531
Merge branch rel-10.3 with rel-10.2
5 months ago
Ma Liming
dbf3d60dec
Merge pull request #25340 from abpframework/maliming/fix-blazor-bundle-webassembly-files
fix: blazor `<AbpStyles>`/`<AbpScripts>` lose `PathBase` for WebAssembly files
5 months ago
maliming
a39ec69d12
Address Copilot review feedback
5 months ago
maliming
a7610e51cb
fix: blazor `<AbpStyles>`/`<AbpScripts>` lose `PathBase` for `WebAssemblyStyleFiles`/`WebAssemblyScriptFiles`
Resolve `WebAssemblyStyleFiles` and `WebAssemblyScriptFiles` through `IComponentBundleUrlBuilder` so they receive the same `PathBase` prefixing as the prerender bundle files.
5 months ago
Volosoft Agent
62a06ec562
Merge pull request #25338 from abpframework/auto-merge/rel-10-3/4529
Merge branch rel-10.4 with rel-10.3
5 months ago
Volosoft Agent
f36f133152
Merge pull request #25337 from abpframework/auto-merge/rel-10-2/4528
Merge branch rel-10.3 with rel-10.2
5 months ago
Engincan VESKE
0ed505d561
Merge pull request #25336 from abpframework/maliming/fix-blazor-pathbase-bundle-25335
fix: blazor `<AbpStyles>`/`<AbpScripts>` ignore PathBase
5 months ago
maliming
6675411e2e
Address Copilot review feedback
- Skip prefixing for external URLs (http/https/protocol-relative/data:)
- Use IsNullOrWhiteSpace for AppBasePath check to align with PR #22514
5 months ago
maliming
c27820d3bd
fix: blazor `<AbpStyles>`/`<AbpScripts>` ignore PathBase
Resolves #25335
5 months ago
voloagent
65e68dc83f
Update_NPM_Packages
5 months ago
Ma Liming
c31586a33b
Merge pull request #25331 from abpframework/maliming/fix-mudblazor-csproj-references
Align Lepton package versions to 5.4.0-preview in templates
5 months ago
Alper Ebiçoğlu
e3dbe54263
Merge pull request #25329 from abpframework/skoc10-patch-3
Update version to release 10.4.0-rc.1
5 months ago
maliming
b622c1ab56
fix: align lepton package versions to 5.4.0-preview
5 months ago
selman koc
456249f3b4
Update version to release 10.4.0-rc.1
5 months ago
Volosoft Agent
8673c4320c
Merge pull request #25328 from abpframework/skoc10-patch-3
Update workflow to merge dev with rel-10.4
5 months ago
selman koc
316dab4bbc
Update workflow to merge dev with rel-10.4
5 months ago
Volosoft Agent
98a89e2d40
Merge pull request #25327 from abpframework/auto-merge/rel-10-3/4523
Merge branch rel-10.4 with rel-10.3
5 months ago
Volosoft Agent
ac1040664f
Merge pull request #25326 from abpframework/skoc10-patch-3
Update workflow to merge rel-10.4 with rel-10.3
5 months ago
selman koc
ae5aa2496f
Update workflow to merge rel-10.4 with rel-10.3
5 months ago
Enis Necipoglu
41d66c1361
Merge pull request #25235 from abpframework/feat/mudblazor
Support MudBlazor.
5 months ago
Volosoft Agent
30dee7c30c
Merge pull request #25325 from abpframework/auto-merge/rel-10-3/4522
Merge branch dev with rel-10.3
5 months ago
Volosoft Agent
f12d9fd0bc
Merge pull request #25324 from abpframework/skoc/github-action
Add PowerShell installation step to build-and-test workflow
5 months ago
selmankoc
585f973bfe
Add PowerShell installation step to build-and-test workflow
Co-authored-by: Copilot <copilot@github.com>
5 months ago
Volosoft Agent
d4267e0cdb
Merge pull request #25323 from abpframework/auto-merge/rel-10-3/4521
Merge branch dev with rel-10.3
5 months ago
Volosoft Agent
ae4ed38d34
Merge pull request #25322 from abpframework/skoc/github-action
Update GitHub workflows: enhance build-and-test.yml with concurrency and caching
5 months ago
Ma Liming
29c1cfabaf
Merge pull request #25314 from bsogulcan/dev
docs(identity): document 2FA verification code mechanics and customization
5 months ago
selmankoc
9af9b865b7
Enhance GitHub workflows: add concurrency settings to angular.yml, build-and-test.yml, codeql-analysis.yml, and image-compression.yml; update cancel-workflow.yml comments
Co-authored-by: Copilot <copilot@github.com>
5 months ago
bsogulcan
aa023d2997
docs(identity): rewrite 2FA section for built-in single-use providers
5 months ago
selmankoc
6c13f1a0dc
Update GitHub workflows: enhance build-and-test.yml with concurrency and caching, and disable cancel-workflow.yml
5 months ago
Engincan VESKE
198d64d4be
Merge pull request #25316 from abpframework/feat/abp-two-factor-token-providers
feat(identity): add single-use Email/Phone 2FA token providers
5 months ago
Volosoft Agent
06f4d6bc07
Merge pull request #25321 from abpframework/auto-merge/rel-10-3/4520
Merge branch dev with rel-10.3
5 months ago
Volosoft Agent
d0db5a7269
Merge pull request #25320 from abpframework/auto-merge/rel-10-2/4519
Merge branch rel-10.3 with rel-10.2
5 months ago
İsmail ÇAĞDAŞ
35419949e5
Merge pull request #25319 from abpframework/maliming/add-shared-user-tests
Add unit tests for shared user covering shared and separate database
5 months ago
github-actions[bot]
9bea1ea4bd
docs: update package version changes [skip ci]
5 months ago
maliming
3cd90a09c6
Merge remote-tracking branch 'origin/dev' into feat/mudblazor
# Conflicts:
# docs/en/package-version-changes.md
# templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Client/MyCompanyName.MyProjectName.Blazor.WebAssembly.Client.csproj
# templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Client/MyCompanyName.MyProjectName.Blazor.Client.csproj
# templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/MyCompanyName.MyProjectName.Blazor.Server.csproj
# templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Client/MyCompanyName.MyProjectName.Blazor.WebApp.Client.csproj
# templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.Client/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.Client.csproj
# templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.csproj
# templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/MyCompanyName.MyProjectName.Blazor.WebApp.csproj
# templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Host.Client/MyCompanyName.MyProjectName.Blazor.Host.Client.csproj
5 months ago
maliming
b344bcc334
Address Copilot review feedback
5 months ago
maliming
5bb367e520
Address Copilot review feedback
5 months ago