8954 Commits (95cf5da4374aa40f56447951c35f0bbcff8a55fb)

Author SHA1 Message Date
maliming fc942f73b3 Fix pagination issue by adjusting current page on entity deletion 9 months ago
maliming 05ad46c254
Refactor properties in CliUrls to use explicit getters and setters 9 months ago
maliming cf85b11056
Change the way of initializing static strings 9 months ago
liangshiwei af04ef4d5a Add reset method to PageLayout 10 months ago
liangshiwei c92c8776af Update PageHeader.razor.cs 10 months ago
liangshiwei a720893594 Clear Title while disposing PageHeader 10 months ago
liangshiwei ecd721e3a7 Remove duplicate close button 10 months ago
maliming 17e9bafb5f
refactor: change const to static string in CliConsts and CliUrls 10 months ago
maliming bb1a7df7ca
Fix unit test. 10 months ago
maliming 5d1c9851e1
Set `PropertyNamingPolicy` to `null` to keep original property name and dictionary key. 10 months ago
maliming c69a8347a9
Set current tenant info before calling `NotifyChanged`. 10 months ago
maliming eae478192e
Enhance `AbpRemoteStreamContentModelBinder` to compatible with multiple files. 10 months ago
maliming da38948e50
Remove `ClientProxyServices` if `ExposeClientProxyServices` is `false`. 10 months ago
maliming 36ba1dcb64
Refactor ClientProxyApiDescriptionFinder to simplify file handling and remove unused methods 10 months ago
maliming efebe80c90
Fix the way to get paths for `GetDirectoryContentPath` and `GetProxyFileInfoPath`. 10 months ago
maliming c8b39e45c4
feat: add AppBasePath parameter to script and style bundling components 10 months ago
maliming bc36cb2b03
Handling Swagger OAuth2 callbacks in a new way. 10 months ago
voloagent 6e97b6ee12 Update_NPM_Packages 11 months ago
liangshiwei 56317b13de Update Volo.Abp.AspNetCore.Components.MauiBlazor.Bundling project target to net9.0 11 months ago
Yunus Emre Kalkan 60ab0d5d66 Update AbpIoSourceCodeStore.cs 11 months ago
Yunus Emre Kalkan d078e5a059 Update version mismatch warning during solution creation 11 months ago
Yunus Emre Kalkan 7dc9d2dd77 Throw error on invalid suite command 11 months ago
maliming c119474505
Remove `Microsoft.EntityFrameworkCore.Relational` from `Volo.Abp.EntityFrameworkCore.MySQL.csproj` 11 months ago
maliming 52b53a4e53
Remove unnecessary initialization of ScriptFiles and StyleFiles during prerendering 11 months ago
maliming 980b9c8049
Fixing the flickering issue when switching the server to wasm. 11 months ago
maliming c95846c1f6
Avoid loading the script twice after prerender. 11 months ago
Yunus Emre Kalkan 2276715750 Update RecreateInitialMigrationCommand.cs 11 months ago
Yunus Emre Kalkan 24514b0703 Cli: provided a way to hide commands from command list 11 months ago
liangshiwei f97e5d9747 Make Bundling system support MAUI Blazor 11 months ago
maliming 6c8d37058d
Add `IgnoredNavigationEntitySelectors` to `AbpEntityChangeOptions` to ignore navigation properties. 11 months ago
maliming b82be5ec77 Support blazor no-layers project. 11 months ago
maliming 912a909a0b
Map static assets if there is a blazor client project. 11 months ago
liangshiwei c2538b47ea Remove `InteractiveAuto` check to add style files 11 months ago
maliming 0782080a8f
Refactor connection string checkers to initialize connection settings within try blocks. 12 months ago
maliming 9bb957392a
Remove `datatables.net` compatible code. 12 months ago
maliming 2a0f5e8741
Try to add message to inbox. 1 year ago
maliming d70255a254
Add event to all Inbox/Outbox. 1 year ago
maliming 40c9f63371
Make sure `eventType` is not `null`. 1 year ago
maliming fbe3fe10bf
Refactor `LocalDistributedEventBus`. 1 year ago
Nuno Vieira 2d84e52fcd
Changes to make LocalDistributedEventBus able to use outbox/inbox patterns. 1 year ago
maliming 2fb1d15038
Update DomainEvents_Tests.cs 1 year ago
maliming 5aaf555791
Clear event predicates after `GetEventsRecords` method. 1 year ago
maliming a693f28741
Update TypeApiDescriptionModel to include instance and public properties. 1 year ago
maliming dcf093fa82
Skip adding namespaces if module doesn't need `ThemeModule`. 1 year ago
maliming 1ae5d912ac
Fix unit test `Order`. 1 year ago
maliming e3542fd102
Publish `DistributedEventSentReceived` events first. 1 year ago
maliming 489c74f1ff
Publish `DistributedEventSent/Received` events in `LocalDistributedEventBus`. 1 year ago
maliming 7b16236c41
Check if property has `RequiredMemberAttribute` to determine `IsRequired`. 1 year ago
maliming 2fa00c8370
Only publish `DistributedEventSent/DistributedEventReceived ` events in unit test. 1 year ago
maliming a960f0a854
Update abp.js 1 year ago