8910 Commits (51ec903835124cf50de9e9f65359ea06c5dc4261)

Author SHA1 Message Date
maliming 0782080a8f
Refactor connection string checkers to initialize connection settings within try blocks. 2 years ago
maliming 9bb957392a
Remove `datatables.net` compatible code. 2 years ago
maliming 2a0f5e8741
Try to add message to inbox. 2 years ago
maliming d70255a254
Add event to all Inbox/Outbox. 2 years ago
maliming 40c9f63371
Make sure `eventType` is not `null`. 2 years ago
maliming fbe3fe10bf
Refactor `LocalDistributedEventBus`. 2 years ago
Nuno Vieira 2d84e52fcd
Changes to make LocalDistributedEventBus able to use outbox/inbox patterns. 2 years ago
maliming 2fb1d15038
Update DomainEvents_Tests.cs 2 years ago
maliming 5aaf555791
Clear event predicates after `GetEventsRecords` method. 2 years ago
maliming a693f28741
Update TypeApiDescriptionModel to include instance and public properties. 2 years ago
maliming dcf093fa82
Skip adding namespaces if module doesn't need `ThemeModule`. 2 years ago
maliming 1ae5d912ac
Fix unit test `Order`. 2 years ago
maliming e3542fd102
Publish `DistributedEventSentReceived` events first. 2 years ago
maliming 489c74f1ff
Publish `DistributedEventSent/Received` events in `LocalDistributedEventBus`. 2 years ago
maliming 7b16236c41
Check if property has `RequiredMemberAttribute` to determine `IsRequired`. 2 years ago
maliming 2fa00c8370
Only publish `DistributedEventSent/DistributedEventReceived ` events in unit test. 2 years ago
maliming a960f0a854
Update abp.js 2 years ago
maliming 4e0037d8fe
Set `.AspNetCore.Culture` cookie `path` to `/`. 2 years ago
EngincanV 20c16e98c8 Update AbpIoSourceCodeStore.cs 2 years ago
enisn e592d6d5d3
Implement IDisposable in PageHeader component to clear toolbar and breadcrumb items on disposal 2 years ago
EngincanV 16f4791954 CLI: Use 'npx' for yarn commands 2 years ago
EngincanV 5576ef5d8f Update AbpApplicationBuilderExtensions.cs 2 years ago
maliming 1ebeb2fcfa
Update EventBusBase.cs 2 years ago
maliming e52bc821e1
Avoid `HandlerFactories` being changed during iteration. 2 years ago
maliming 22578a50a2
Do not set `StatusCode` to `NoContent` if `Response.Body` has been written. 2 years ago
maliming eca1cd4936
Update AbpApplicationBuilderExtensions.cs 2 years ago
maliming 901021e40f
Create `staticwebassets.endpoints.json` if it doesn't exist. 2 years ago
maliming 04165fd543
Use `StaticFiles` instead of `MapStaticAssets` in `Development`. 2 years ago
maliming b62e0a2fcd
Update Volo.Abp.EntityFrameworkCore.Oracle.Devart.csproj 2 years ago
maliming ec04439f60
Update texts. 2 years ago
maliming 799507277f
Add more infomation to `CheckLibs` page. 2 years ago
liangshiwei 457cddd6cf update comment 2 years ago
liangshiwei b3ae5dd86c Update AbpSettingOptions.cs 2 years ago
liangshiwei a5df485567 Update AbpSettingOptions.cs 2 years ago
liangshiwei 0d10a22181 Add ReturnOrginalValueIfDecryptFailed to 2 years ago
liangshiwei 7d29671976 Return setting value if value is not encrypted 2 years ago
maliming e395ee30ce
Add comments for extension methods of `IAuthorizationService/IFeatureChecker`. 2 years ago
Dolunay a584bbe3cf Rollback : ThrowExceptionForResponseAsync response.StatusCode.ToString() returning Http Response enum remark ("Forbidden" for 403) . RemoteServiceErrorInfo.Code need status code integer value. 2 years ago
maliming 59b015dc73
Skip to add security headers if endpoint has `IgnoreAbpSecurityHeaderAttribute`. 2 years ago
maliming 152f7c2212
Rename to `ValidateEmailAddressAsync`. 2 years ago
maliming f14f7671d0
Use `MailAddressCollection` class to validate the email address. 2 years ago
maliming deba424346
Remove `public` keyword from `interface`. 2 years ago
maliming 1587b91f2a
Allow to change `DistributedLockName` in sub-class. 2 years ago
maliming b4b4738e42
Added `virtual GetWaitingEventsAsync` to `InboxProcessor/OutboxSender`. 2 years ago
maliming f6af11b7c6
Added `filter` to `GetWaitingEventsAsync` method. 2 years ago
maliming d9bbb7dde1
Use more friendly `enum` type names. 2 years ago
maliming 4b59d8e586
Return `enum` string if type is `enum`. 2 years ago
maliming c6ad659f76
Update datatables-extensions.js 2 years ago
maliming 46155fdb19
Return jQuery object instead of empty string for invisible row action. 2 years ago
maliming 362e5eb51d
Return `EnumValues` for `nullable enum`. 2 years ago