maliming
ab3e007a9b
Merge branch 'elsa-pro-document' of github.com:abpframework/abp into elsa-pro-document
10 months ago
Engincan VESKE
d60d26c695
Merge pull request #23800 from abpframework/berkan/add-article
Create article: How to Dynamically Set the Connection String in EF Core
10 months ago
Mansur Besleney
da2ea13eba
Merge pull request #23797 from abpframework/issue-#7348-localization
Add Blazorise support 'More Info' localization key
10 months ago
Mansur Besleney
b6a9561636
Merge pull request #23786 from abpframework/vs-internal-issue-#7285
Move TableOfContents files to application layer
10 months ago
github-actions[bot]
b5e586e8f1
Optimised images with calibre/image-actions
10 months ago
berkansasmaz
e78f69cd59
Create cover-image.png
10 months ago
Yağmur Çelik
651e3439d4
Merge pull request #23750 from abpframework/issue-23113
Add logo provider and tokens to theme-shared package
10 months ago
berkansasmaz
c8f1d70623
Create article: How to Dynamically Set the Connection String in EF Core
10 months ago
maliming
3e08e6d1b0
Fix code block language for package reference
10 months ago
github-actions[bot]
34f54aa5da
Optimised images with calibre/image-actions
10 months ago
maliming
678896cbcf
Add part permissions documentation for Elsa
10 months ago
github-actions[bot]
51e44a7f12
Optimised images with calibre/image-actions
10 months ago
maliming
1af8970835
Add documentation for Elsa Pro module
10 months ago
Engincan VESKE
f314bb4b4e
Merge pull request #23794 from abpframework/AbpEmbeddedFileProvider
Improve virtual file provider path resolution
10 months ago
Alperen Samurlu
0de067bf14
Add Blazorise support 'More Info' localization key
Introduced the 'BlazoriseSupportMoreInfo' key to both Commercial and Www English localization resource files to provide a link for additional information.
10 months ago
maliming
d8528735a4
Handle 'rtl' in embedded file provider path check
10 months ago
enisn
0de420cb24
Move AbpAIOptions to Abstractions project
Renamed and relocated AbpAIOptions.cs from Volo.Abp.AI to Volo.Abp.AI.Abstractions to improve project structure and separation of concerns.
10 months ago
maliming
005b51578b
Improve virtual file provider path resolution
10 months ago
sumeyye
cc040197a8
Merge pull request #23460 from abpframework/issue-15479
Update unit tests - Issue 15479
10 months ago
sumeyyeKurtulus
e520cae546
update: replace RouterTestingModule with provideRouter
10 months ago
selman koc
bd363d0836
Merge pull request #23793 from abpframework/fix/version-validation-script
Fixing the folder check while validating the versions in `validate-versions` script
10 months ago
sumeyye
b76a175ad9
fix: `package.json` file check for `compare function`
10 months ago
Fahri Gedik
e58841ddfe
Clean up and update test imports and providers
Replaces deprecated HttpClientModule with provideHttpClient and provideHttpClientTesting in breadcrumb tests, removes unused imports and declarations from card, error handler, and validation utils test files for improved clarity and maintainability.
10 months ago
Fahri Gedik
66471dfadf
Remove redundant Angular test environment setup
Eliminated manual Angular test environment initialization from multiple test-setup.ts files, relying on jest-preset-angular defaults. Also removed unused 'timer' and 'firstValueFrom' imports from test specs. This simplifies test configuration and reduces boilerplate.
10 months ago
Fahri Gedik
39350f52c0
Refactor test setup to use provideHttpClient APIs
Replaces HttpClientTestingModule imports with provideHttpClient and provideHttpClientTesting in test files for improved Angular test setup. This aligns with updated Angular best practices for providing HTTP client dependencies.
10 months ago
sumeyye
30f478bf4c
Merge pull request #23792 from abpframework/issue/angularAppOptimisationPost
Angular - Adding a post for performance optimization
10 months ago
github-actions[bot]
fdd71f2be7
Optimised images with calibre/image-actions
10 months ago
sumeyye
fdbb394546
add: new article about the angular app optimization
10 months ago
Enis Necipoglu
a3e90f0837
Merge pull request #23791 from abpframework/Microsoft.Maui
Update MAUI package versions to 10.0.0-rc.*
10 months ago
maliming
9cc257496d
Update MAUI package versions to 10.0.0-rc.*
10 months ago
SALİH ÖZKARA
f6f5a544fe
Merge pull request #23788 from abpframework/AddRazorRuntimeCompilation
Add manual Razor Runtime Compilation guidance
10 months ago
maliming
dcda36353e
Add manual Razor Runtime Compilation guidance
10 months ago
Fahri Gedik
d84c3c2368
Merge branch 'dev' into issue-23113
10 months ago
Yağmur Çelik
d1312391b8
Merge pull request #23778 from abpframework/issue/focusProblemOnFormProps
Angular - Fixing the property focus problem on extensible form props
10 months ago
yagmurcelk
232c3a836c
Merge branch 'dev' into issue/focusProblemOnFormProps
10 months ago
Ma Liming
bf81fea3eb
Merge pull request #23787 from abpframework/skoc/net10
Upgrade Dockerfiles from .NET SDK 9.0 to 10.0 across multiple modules
10 months ago
selmankoc
12c678dd0a
Upgrade Dockerfiles from .NET 9.0 to 10.0 across multiple modules
10 months ago
Enis Necipoglu
82cb05f0c3
Merge pull request #23782 from abpframework/ai-code-review-3
AI Package Refactor & Review Changes
10 months ago
selmankoc
cae507d9cb
Upgrade Dockerfiles from .NET SDK 9.0 to 10.0 across multiple modules
10 months ago
selmankoc
d01adc8fed
Upgrade base image from .NET 9.0 to 10.0 in Dockerfiles across multiple modules
10 months ago
Enis Necipoglu
0f3ffc0957
Merge branch 'dev' into ai-code-review-3
10 months ago
enisn
fe92be0c64
Remove unused package versions from Directory.Packages.props
10 months ago
Halil İbrahim Kalkan
cc351d532a
Merge pull request #23609 from abpframework/net10.0
Upgrade to .NET 10.0.
10 months ago
Enis Necipoglu
dfa8d212ea
Merge pull request #23777 from abpframework/IValidationMetadataProvider
Enhance assembly resource registration for localization in multiple wb modules
10 months ago
SALİH ÖZKARA
cfc992a28e
Merge pull request #23785 from abpframework/vs-internal-#6656-localization
Update en.json
10 months ago
Fahri Gedik
1010923215
Refactor LogoComponent to use injectable tokens
Updated LogoComponent to use LOGO_URL_TOKEN and LOGO_APP_NAME_TOKEN for logo URL and app name, falling back to environment values if tokens are not provided. This improves flexibility and allows for easier customization of the logo and app name.
10 months ago
maliming
019cf1e4ec
Merge branch 'dev' into net10.0
10 months ago
maliming
4526cc4833
Document cache error hiding behavior in development
10 months ago
Ahmet Çelik
2d7b4b4568
Move TableOfContents files to application layer
Relocated ITocGeneratorService and TocHeading to the Application.Contracts project, and TocGeneratorService to the Application project. This improves project structure by separating contracts and implementations from the web layer.
10 months ago
Ahmet Çelik
31f2aea8b0
Update en.json
10 months ago