maliming
dca0c1c359
Remove serialization of form data array in abpAjaxForm
1 month ago
maliming
0c273ad0bb
Add submitter data to FormData array on form submission
1 month ago
maliming
7941acfe65
Include submitter data in FormData on submit
1 month ago
maliming
cde6c92bab
Recreate FormData after beforeSubmit mutates form
1 month ago
maliming
ee47706de6
Refactor condition in IsCollectionGenericTypeInternal for clarity
1 month ago
maliming
4a1cf5f473
Reject non-generic collections and add tests
Resolve #24914
1 month ago
maliming
4bac0f1d76
Respect entity tracking by forcing AsTracking
1 month ago
maliming
a881195b3b
refactor: streamline TickerQ initialization and enhance service access methods
1 month ago
maliming
23123df113
Update TickerQ package versions and refactor background job management
1 month ago
maliming
ed0ad6408e
Make OIDC auth scheme configurable
1 month ago
maliming
beccb8dd15
Add DateTimeOffset support and improve data grid value conversion
1 month ago
maliming
c6c5f5d627
Refactor LookupExtensionProperty to nest Autocomplete within Validation component
1 month ago
Alvin So
a9e7e86f97
fix: OIDC schema mismatch in SwaggerGen setup
1 month ago
ugurozturk
3c45933404
Improve FindAsync method to handle entity attachment and state management
1 month ago
maliming
24a3d12af7
feat: add Blazorise 2.0 migration guide and implement BlazoriseFluentSizingParse for dynamic sizing in DataGrid columns
1 month ago
maliming
f212a639e1
Refactor TableColumn width property to string type and implement BlaoriseFluentSizingParse for dynamic sizing in DataGrid columns
1 month ago
maliming
2c37961d71
Upgrade to Blazorise 2.0.
1 month ago
maliming
488ba72f9e
fix: update type for ConfigurationAppService to interface
1 month ago
maliming
7b9673b807
Use static proxy to get `ApplicationConfiguration`.
1 month ago
copilot-swe-agent[bot]
257574173e
Add unit tests for ToCamelCaseWithNamespace method
Co-authored-by: enisn <23705418+enisn@users.noreply.github.com>
1 month ago
enisn
f1da29e3bb
fix: Resolve JS proxy namespace mismatch for multi-segment company names
When generating a project with a company name containing dots (e.g.,
'Demo.App.QoL'), the template replacement was incorrectly camelCasing
the company name as 'demo.App' instead of 'demo.app'.
This was because SolutionRenamer used ToCamelCase() on the entire string
rather than on each dot-separated segment individually. The runtime JS
proxy generator (JQueryProxyScriptGenerator.CamelCaseWithNamespace) applies
camelCase to each segment, causing a mismatch.
Added ToCamelCaseWithNamespace() helper to match runtime behavior.
1 month ago
maliming
fa492e027d
Add authorization support with policies and roles in API description models
1 month ago
Nico Lachmuth
6f5e2df26a
fix missing optional param init
2 months ago
Nico Lachmuth
86c393070c
add required policy to ActionApiDescriptionModel
2 months ago
maliming
37d3a692d0
Add tests for navigation change detection
2 months ago
maliming
d0130a7537
Reset navigation IsModified flags and clear on UoW
Resolve #24806
2 months ago
maliming
9133ce97e2
refactor: make GetRemoteConfigurationAsync and Get methods virtual for extensibility
2 months ago
maliming
5eddbb9224
update localization test to use current UI culture and handle concurrent requests
2 months ago
maliming
bf397757a7
improve culture compatibility checks and handle task exceptions in MvcCachedApplicationConfigurationClient
2 months ago
maliming
a0aa7469df
Concurrently retrieving configuration/localization info in `MvcCachedApplicationConfigurationClient`.
2 months ago
Jack Fistelmann
9e00d9a255
fix(): german translation for tenant related strings
Fixes #24836
2 months ago
maliming
a475272eb5
Implement role-based permission management and admin role checks
2 months ago
maliming
ab61c633a1
Increase max full-name length limits to 512
2 months ago
maliming
288cef2940
Refactor AbpAppPath method to include null checks and streamline script generation
2 months ago
maliming
bdac30bc14
Add AbpAppPath extension method and update appPath handling in Swagger UI scripts
2 months ago
maliming
eacc2d771c
SetBrowserRequestStreamingEnabled in wasm mode.
2 months ago
maliming
dbcd7dbcb9
Add ProductCacheItem2 and update entity cache tests
2 months ago
maliming
b5cd873526
Use EntityCacheItemWrapper in cache config
Resolve #24770
2 months ago
maliming
85770416c6
Skip disabled complex properties in auditing
2 months ago
maliming
bc2a8aef0d
Support nested complex properties & auditing tests
2 months ago
maliming
45557f9ae5
Enhance auditing for complex properties by adding support for nested complex property changes and updating related tests
2 months ago
maliming
e487c0aaf2
Support auditing and history for complex properties
Resolve #24764
2 months ago
maliming
fcc1315014
Add CorrelationId to RabbitMQ job messages
2 months ago
maliming
d01fc48262
Add correlation ID support to RabbitMQ's JobQueue
Resolve #24753
2 months ago
Ma Liming
0f1b9bd6d8
Update framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/LIbs/InstallLibsService.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2 months ago
Ma Liming
15d2b682cb
Update framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/LIbs/InstallLibsService.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2 months ago
Yunus Emre Kalkan
de31c9feea
Add support for JS frameworks in InstallLibsService
Enhanced InstallLibsService to detect and handle JavaScript frameworks (React Native, React, Vue, Next.js) by parsing package.json and running yarn accordingly. Updated project discovery to include these frameworks while avoiding overlap with Angular and .NET projects.
2 months ago
maliming
7f4347182f
Fix key-value mapping in GetOrAddMany and add tests
Refactored GetOrAddMany and GetOrAddManyAsync in DistributedCache to ensure returned key-value pairs are correctly mapped by key, regardless of order from the factory. Added unit tests to verify correct mapping and concurrency behavior.
2 months ago
Ma Liming
e3b06149a6
Update AuditingHelper.cs
2 months ago
Ma Liming
0590f5119f
Update framework/src/Volo.Abp.Auditing/Volo/Abp/Auditing/IAuditingHelper.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2 months ago