8437 Commits (17e9bafb5f40fed96fddaedabe2afe1a8a53e83f)

Author SHA1 Message Date
maliming 17e9bafb5f
refactor: change const to static string in CliConsts and CliUrls 12 months ago
maliming c69a8347a9
Set current tenant info before calling `NotifyChanged`. 12 months ago
maliming eae478192e
Enhance `AbpRemoteStreamContentModelBinder` to compatible with multiple files. 1 year ago
maliming da38948e50
Remove `ClientProxyServices` if `ExposeClientProxyServices` is `false`. 1 year ago
maliming 36ba1dcb64
Refactor ClientProxyApiDescriptionFinder to simplify file handling and remove unused methods 1 year ago
maliming efebe80c90
Fix the way to get paths for `GetDirectoryContentPath` and `GetProxyFileInfoPath`. 1 year ago
maliming c8b39e45c4
feat: add AppBasePath parameter to script and style bundling components 1 year ago
maliming bc36cb2b03
Handling Swagger OAuth2 callbacks in a new way. 1 year ago
voloagent 6e97b6ee12 Update_NPM_Packages 1 year ago
liangshiwei 56317b13de Update Volo.Abp.AspNetCore.Components.MauiBlazor.Bundling project target to net9.0 1 year ago
Yunus Emre Kalkan 60ab0d5d66 Update AbpIoSourceCodeStore.cs 1 year ago
Yunus Emre Kalkan d078e5a059 Update version mismatch warning during solution creation 1 year ago
Yunus Emre Kalkan 7dc9d2dd77 Throw error on invalid suite command 1 year ago
maliming c119474505
Remove `Microsoft.EntityFrameworkCore.Relational` from `Volo.Abp.EntityFrameworkCore.MySQL.csproj` 1 year ago
maliming 52b53a4e53
Remove unnecessary initialization of ScriptFiles and StyleFiles during prerendering 1 year ago
maliming 980b9c8049
Fixing the flickering issue when switching the server to wasm. 1 year ago
maliming c95846c1f6
Avoid loading the script twice after prerender. 1 year ago
Yunus Emre Kalkan 2276715750 Update RecreateInitialMigrationCommand.cs 1 year ago
Yunus Emre Kalkan 24514b0703 Cli: provided a way to hide commands from command list 1 year ago
liangshiwei f97e5d9747 Make Bundling system support MAUI Blazor 1 year ago
maliming 6c8d37058d
Add `IgnoredNavigationEntitySelectors` to `AbpEntityChangeOptions` to ignore navigation properties. 1 year ago
maliming b82be5ec77 Support blazor no-layers project. 1 year ago
maliming 912a909a0b
Map static assets if there is a blazor client project. 1 year ago
liangshiwei c2538b47ea Remove `InteractiveAuto` check to add style files 1 year ago
maliming 0782080a8f
Refactor connection string checkers to initialize connection settings within try blocks. 1 year ago
maliming 9bb957392a
Remove `datatables.net` compatible code. 1 year 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 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 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
maliming 4e0037d8fe
Set `.AspNetCore.Culture` cookie `path` to `/`. 1 year ago
EngincanV 20c16e98c8 Update AbpIoSourceCodeStore.cs 1 year ago
enisn e592d6d5d3
Implement IDisposable in PageHeader component to clear toolbar and breadcrumb items on disposal 1 year ago
EngincanV 16f4791954 CLI: Use 'npx' for yarn commands 1 year ago
EngincanV 5576ef5d8f Update AbpApplicationBuilderExtensions.cs 1 year ago
maliming 1ebeb2fcfa
Update EventBusBase.cs 1 year ago
maliming e52bc821e1
Avoid `HandlerFactories` being changed during iteration. 1 year ago
maliming 22578a50a2
Do not set `StatusCode` to `NoContent` if `Response.Body` has been written. 1 year ago
maliming eca1cd4936
Update AbpApplicationBuilderExtensions.cs 1 year ago
maliming 901021e40f
Create `staticwebassets.endpoints.json` if it doesn't exist. 1 year ago
maliming 04165fd543
Use `StaticFiles` instead of `MapStaticAssets` in `Development`. 1 year ago