Ahmet Çotur
7714ba2139
Update GridsDemoViewComponent.cs
5 years ago
Ahmet Çotur
dc81bb7ca5
boostrap demo components added
5 years ago
Yunus Emre Kalkan
47f6b12eea
"Cli add-module with source code" should handle test references
...
resolves https://github.com/abpframework/abp/issues/2950
5 years ago
LiangShiWei
71fe56ae35
Merge branch 'dev' into liangshiwei/cli-custom-template-path
5 years ago
maliming
8794a8c8ee
Remove middleware filtering code.
5 years ago
liangshiwei
da72bb1ca0
Fix CIL merge error
5 years ago
LiangShiWei
5f06d8ea5e
Merge branch 'dev' into liangshiwei/cli-custom-template-path
5 years ago
Yunus Emre Kalkan
8889d62207
ProjectBuildArgs mobileApp nullable
5 years ago
Yunus Emre Kalkan
0a7e04d7b3
Merge branch 'dev' into Linking-module-source-code-to-solution
5 years ago
Halil İbrahim Kalkan
1ab8a0c211
Merge pull request #2937 from NecatiMeral/identitymodel-httpclientfactory
...
Use `IHttpClientFactory` instead of manually creating a `HttpClient`
5 years ago
liangshiwei
484f0bc08c
Allow CLI to generate templates with custom sources
5 years ago
liangshiwei
fb3d870459
Make worker and workermanager lifecycles singletons by default
5 years ago
Yunus Emre Kalkan
145d46fe3b
Update NewCommand.cs
5 years ago
Yunus Emre Kalkan
fa3ed65450
Allow to download react native mobile
...
https://github.com/abpframework/abp/issues/2771
5 years ago
Necati Meral
dbd1756c20
Using `IHttpClientFactory` instead of manually creating a `HttpClient` instance
...
This enables customization of the created client or it's handlers from outside of this module.
5 years ago
maliming
506c8929e1
Merge branch 'dev' into 2294-Dynamic-CSharp-Api-Clients-net-standard20
5 years ago
Yunus Emre Kalkan
daa9a0016a
Merge branch 'dev' into Allow-to-download-react-native-mobile-ui
5 years ago
Yunus Emre Kalkan
34b4c0773c
update add-module help
5 years ago
Yunus Emre Kalkan
530fd3a6e3
add-module improvements
5 years ago
Yunus Emre Kalkan
d847847825
added NugetPackageToLocalReferenceConverter
5 years ago
Halil İbrahim Kalkan
133f0c0100
Auto add h2 and refactor the basic theme demo.
5 years ago
LiangShiWei
7f99d139bd
Merge branch 'dev' into liangshiwei/quartz-integrate
5 years ago
Yunus Emre Kalkan
db6233e620
added ReplaceConfigureAwaitPropsStep
5 years ago
Halil İbrahim Kalkan
d6c78b3e6f
Added styles
5 years ago
Halil İbrahim Kalkan
10d8e22e9f
ReplaceEmbeddedByPhysical for the AbpAspNetCoreMvcUiThemeSharedDemoModule
5 years ago
Halil İbrahim Kalkan
f2e27e7541
Created AbpDemoSectionTagHelper
5 years ago
Halil İbrahim Kalkan
c8010bf9d1
POC code for the buttons demo component.
5 years ago
Halil İbrahim Kalkan
4a9bb6db84
Created Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo project.
5 years ago
Yunus Emre Kalkan
d7a7802ce2
Linking module source-code improvements
5 years ago
liangshiwei
31b0c00b4f
Add backgroundjobs.quartz demo app
5 years ago
liangshiwei
df43685307
Release the scope instance in jobfactory
5 years ago
liangshiwei
7af6ede0a7
Code formatting
5 years ago
Galip Tolga Erdem
e5d99b8e1a
Merge branch 'dev' of https://github.com/abpframework/abp into gterdem/AAD-Guid
5 years ago
Galip Tolga Erdem
37f0f3e932
Fixed error when expected UserId is string but not guid
5 years ago
Yunus Emre Kalkan
c3cfa6b1ed
added Mobile app option
5 years ago
maliming
a7d5cba4dd
Make entity property virtual.
...
https://github.com/abpframework/abp/pull/2900#issuecomment-590256111
5 years ago
liangshiwei
595a44fa94
Code formatting
5 years ago
Yunus Emre Kalkan
9b11c6ba6b
Merge branch 'dev' of https://github.com/volosoft/abp into dev
5 years ago
Yunus Emre Kalkan
4391b4a852
refactor
5 years ago
Halil İbrahim Kalkan
32c0745ffa
Merge pull request #2875 from abpframework/maliming/AddAlwaysAllowAuthorization
...
introduce AlwaysAllowMethodInvocationAuthorizationService.
5 years ago
maliming
40bc8e3cc1
Audited*WithUser generic type wrong constraint.
...
Resolve #2624
5 years ago
liangshiwei
724ab7ba86
Check that the parameter is null
5 years ago
liangshiwei
4a0af3e4ba
quartz.net background job&worker integration
5 years ago
Necati Meral
75bb5d6453
Implemented `IParameterTypeComparer` to be used in `ApiDescriptionFinder`
...
The `CrossPlatformParameterTypeComparer` handles type differences in .net-core and .net-framework by replacing the assembly names with placeholders.
This implementation works in all environments because the `CrossPlatformParameterTypeComparer` inherits the default behavior and (once) checks the current framework.
5 years ago
Yunus Emre Kalkan
06196ceb65
refactor & enhancements
5 years ago
maliming
f20a6f0d43
Merge null check expressions.
5 years ago
maliming
adeeb0d5a1
Fixed the bug that the controller was not logged & Filter the controller in AbpAuditingMiddleware.
...
Resolve #2819
5 years ago
Yunus Emre Kalkan
90015f5d8c
Merge branch 'dev' into ABP-CLI-Replace-Packages-with-Previews
5 years ago
Necati Meral
866a5b8b96
Created new framework package `Volo.Abp.Http.Client.IdentityModel.Relay`
...
Package contains the 'pass-through' authenticator-implementation which previously was in `Volo.Abp.Http.Client.IdentityModel.IdentityModelRemoteServiceHttpClientAuthenticator`.
Since the `IdentityModelRemoteServiceHttpClientAuthenticator` implementation (without requiring `IHttpContextAccessor`) is required for basic clients (which should be able to target net-standard or netfx) this package was splitted into `Volo.Abp.Http.Client.IdentityModel.Relay` to support the known behavior of just passing the token around.
WARNING: This commit contains a breaking change for existing backend applications which use automagic C# clients!
5 years ago
maliming
0b74af6f90
introduce AlwaysAllowMethodInvocationAuthorizationService.
...
Resolve #2874
5 years ago
Halil İbrahim Kalkan
cae20a2f86
Depend on common.props from Volo.Abp.Core.csproj
5 years ago
Yunus Emre Kalkan
aac3b9584a
ABP CLI Replace Packages with Previews
...
resolves https://github.com/abpframework/abp/issues/2837
5 years ago
Necati Meral
1702ea6156
Merge branch 'dev' of https://github.com/abpframework/abp into 2294-Dynamic-CSharp-Api-Clients-net-standard20
5 years ago
Yunus Emre Kalkan
6b125349c8
merge
5 years ago
Necati Meral
73f507f605
Updated `HttpAPi.Client` projects to target `netstandard2.0`
...
This makes the usage of clients in traditional .netfx applications (WinForms) possible
5 years ago
Galip Tolga Erdem
a341528aa6
Updated AuditingMidware exception check and new test
5 years ago
Halil İbrahim Kalkan
fc8d34eae9
Refactor and improvements for #2807
5 years ago
Halil İbrahim Kalkan
8d76491209
Merge branch 'dev' into pr/2807
5 years ago
Alper Ebicoglu
e32e43eaed
closes #2831 . Use ` abp login MyUsername -p MyPassword`
5 years ago
Halil İbrahim Kalkan
ed7098faec
Add Event Bus
5 years ago
Alper Ebicoglu
a9338dfafb
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Alper Ebicoglu
1106d9021a
closes volosoft/volo#926
5 years ago
Halil İbrahim Kalkan
f47a0c1f5f
Fix audit log unit tests.
5 years ago
Halil İbrahim Kalkan
abfb823fc2
#2625 remove unused method.
5 years ago
Halil İbrahim Kalkan
5221b99cdf
Merge branch 'dev' into pr/2277
5 years ago
Galip Tolga Erdem
9392954e38
Removed sync methods from RepositoryExtensions
5 years ago
Arkat Erol
746deb05b2
GenerateProxyCommand create type bug fix
5 years ago
Galip Tolga Erdem
89bf4a660e
Merge branch 'dev' of https://github.com/abpframework/abp into pr/139-hardDelete
5 years ago
Galip Tolga Erdem
eef0f5f59a
Added HardDelete with EfCoreRepository and MongoDbRepository tests
5 years ago
Yunus Emre Kalkan
0712329fc9
Fix: CLI doesn't add migration and update database after adding a module on Mac/Linux
...
resolved https://github.com/abpframework/abp/issues/2795
5 years ago
Halil İbrahim Kalkan
8ac00e8e99
Merge branch 'master' into dev
5 years ago
Halil İbrahim Kalkan
d9b7e3aef0
Merge branch 'dev' into maliming/Auditing
5 years ago
Yunus Emre Kalkan
c9bd4bb3ee
Merge branch 'dev' of https://github.com/volosoft/abp into dev
5 years ago
Yunus Emre Kalkan
8b3f36c607
added localization to ui resource
5 years ago
maliming
1a35f9095c
Fix unit test errors.
5 years ago
Halil İbrahim Kalkan
1a622bc50f
Merge pull request #2645 from abpframework/maliming/FodyConfigureAwait
...
Use Fody ConfigureAwait library instead of manual ConfigureAwait calls.
5 years ago
maliming
b146221c90
Remove find-tenant router.
...
Resolve #2765
5 years ago
Yunus Emre Kalkan
37055944fe
update localization
5 years ago
Yunus Emre Kalkan
a5e725db83
Update en.json
5 years ago
Halil İbrahim Kalkan
3b369df403
Merge branch 'dev' into maliming/FodyConfigureAwait
5 years ago
Yunus Emre Kalkan
ae1dec6fba
Update ModuleInfo.cs
5 years ago
maliming
ca74abd8d6
Merge branch 'dev' into maliming/FodyConfigureAwait
5 years ago
Halil İbrahim Kalkan
b27f1f36e3
Merge pull request #2751 from abpframework/maliming/proxyscript
...
Make proxy script support [FromForm] model binding.
5 years ago
Yunus Emre Kalkan
d99a9ffe00
minor improvements on cli
5 years ago
maliming
6b9598530e
Make proxy script support [FromForm] model binding.
5 years ago
maliming
6f29a642d8
Add localization.
5 years ago
Yunus Emre Kalkan
731aceccfd
added localization
5 years ago
maliming
b71b39eeda
Merge branch 'dev' into maliming/FodyConfigureAwait
5 years ago
AkinCam
743b2dbc79
DocsLink consant added in appprotemplate
5 years ago
AkinCam
f057a6a258
url modified
5 years ago
AkinCam
75e0ca681a
DocsLink Constant added
5 years ago
AkinCam
7f8f555b7a
Modified pro-doc-link again
5 years ago
AkinCam
0a2c580342
Updated abp.ip document for commercial abp.io
5 years ago
maliming
9cffe676b2
Remove Fody from the unit test project.
5 years ago
AkinCam
d9cae1ca63
Updated abp.ip document for commercial abp.io
5 years ago
maliming
099d7f83c5
Merge branch 'dev' into maliming/FodyConfigureAwait
5 years ago
Halil İbrahim Kalkan
74af60205a
Replace IOptionsFactory<RequestLocalizationOptions>
5 years ago
Armağan Ünlü
c2518fd7f4
Update layout.css
5 years ago
Halil İbrahim Kalkan
9e994bd8ea
Merge branch 'master' into dev
5 years ago
maliming
35f0717a6f
Merge branch 'dev' into maliming/FodyConfigureAwait
5 years ago
Yunus Emre Kalkan
48aa6047d4
AbpColumnTagHelper remove "col" when a size is given
5 years ago
Yunus Emre Kalkan
2f829037b6
typo fix
5 years ago
Yunus Emre Kalkan
77845f683a
AbpTabsTagHelper col md
5 years ago
Halil İbrahim Kalkan
5fcfd2f009
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Halil İbrahim Kalkan
8c3ad64c4e
Remove unused namespace import
5 years ago
maliming
81ea882a7b
Merge branch 'dev' into maliming/FodyConfigureAwait
5 years ago
Galip Tolga Erdem
1b0a06b633
Merge branch 'dev' of https://github.com/abpframework/abp into pr/2519
5 years ago
Galip Tolga Erdem
b5cb8a5808
Improved hard-coded AuthenticationType.
5 years ago
maliming
45c2abbd32
framework & module& template & sample to target .NET Standard 2.0
...
Resolve #2668
5 years ago
maliming
fc33924d0a
Update zh-Hant.json
5 years ago
YinChang
ea140ba748
add zh-hant to project in framework
5 years ago
Arkat Erol
387142a875
GPC recursive create type & code cleanup
5 years ago
Alper Ebicoglu
2a344d5f5c
add offline_access to scopes for retrieving refresh token.
5 years ago
Galip Tolga Erdem
338af4b5c4
Merge branch 'dev' of https://github.com/abpframework/abp into pr/2519
5 years ago
Galip Tolga Erdem
2995a204a4
updated logout functionality for sso signout
5 years ago
maliming
3cc29f7ca6
Use propertyEntry.IsModified instead of the Equals method of the object.
5 years ago
Yunus Emre Kalkan
0c16d0439a
Merge pull request #2661 from Xeevis/localization-cs
...
Update Czech translations
5 years ago
Xeevis
ad1607cd37
Update Czech translations
5 years ago
Yunus Emre Kalkan
20de8baeb7
Merge branch 'dev' of https://github.com/volosoft/abp into dev
5 years ago
Yunus Emre Kalkan
a16f3f9124
SolutionModuleAdder default startup project migrator
5 years ago
maliming
289e8c4da6
Add more Auditing unit tests.
...
Resolve #2648
5 years ago
Arkat Erol
f87e96ed75
generate proxy command clean up
5 years ago
Galip Tolga Erdem
cce337439a
fixed logic error on middleware
5 years ago
Galip Tolga Erdem
7576cf6eae
Merge branch 'dev' of https://github.com/abpframework/abp into pr/2277
5 years ago
Halil İbrahim Kalkan
27e2461581
Created initial audit logging document.
5 years ago
maliming
174e25b0be
Remove ConfigureAwait of async method.
5 years ago
maliming
a2e3f30c44
Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd.
5 years ago
Yunus Emre Kalkan
6c252a25dd
Merge pull request #2639 from abpframework/maliming/helpcommand
...
Output a warning if the command is not found.
5 years ago
maliming
65186e9a88
Output a warning if the command is not found.
5 years ago
Halil İbrahim Kalkan
c7059c7312
Merge pull request #2634 from abpframework/maliming/PostConfigure
...
Add PostConfigure & PostConfigureAll method to AbpModule.
5 years ago
Yunus Emre Kalkan
524ed4328d
fix cli incorrect license error and warning
...
resolves https://github.com/abpframework/abp/issues/2626
5 years ago
Yunus Emre Kalkan
530f5c6b23
Update AbpIoApiKeyService.cs
5 years ago
maliming
4b1b051a02
Add PostConfigure & PostConfigureAll method to AbpModule.
5 years ago
Halil İbrahim Kalkan
969771306d
Fixed #2624 : FullAuditedAggregateRootWithUser generic type wrong constraint.
5 years ago
Galip Tolga Erdem
1a9fd66be7
updated AbpAuditingMiddleware
5 years ago
Galip Tolga Erdem
ca64497b1f
reverted back
5 years ago
Galip Tolga Erdem
5c73a61e1c
updated AuditingMiddleware for AlwaysLogOnExceptions
5 years ago
Arkat Erol
88df0a3e37
Generate proxy command bug fix
5 years ago
Galip Tolga Erdem
a529a3df9e
Merge branch 'dev' of https://github.com/abpframework/abp into pr/2277
5 years ago
Galip Tolga Erdem
62127df0ea
removed empty space
5 years ago
Halil İbrahim Kalkan
a8e8cf26f1
#2597 Rename UseSerilogEnrichers to UseAbpSerilogEnrichers
5 years ago
Halil İbrahim Kalkan
32407660da
Create launchSettings.json
5 years ago
Halil İbrahim Kalkan
c88cd2054e
#2597 Refactor AbpAspNetCoreSerilogOptions
5 years ago
Halil İbrahim Kalkan
da4c91cabd
#2597 Rename AbpSerilogModule to AbpAspNetCoreSerilogModule to bettern align the module name and the package name.
5 years ago
Galip Tolga Erdem
73782c1408
Reverted SaveAsync on IAuditLgSaveHandle instead added AddException method.
5 years ago
Halil İbrahim Kalkan
f31c335c15
Merge pull request #2597 from mehmetuken/serilog-enrichment
...
Serilog enrichments.
5 years ago
Arkat Erol
c7e575c689
Generate proxy command refactor
5 years ago
RayMMond
40d0586d49
correct chinese localization
5 years ago
Halil İbrahim Kalkan
beb8cc113f
Remove unused namespace.
5 years ago
Halil İbrahim Kalkan
9c9e224b0a
Add NuGetPackageTarget.Undefined.
5 years ago
Galip Tolga Erdem
58d9f3fb5c
Updated AuditingMiddleware, updated AuditingManager
5 years ago
Halil İbrahim Kalkan
7172e2f108
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Halil İbrahim Kalkan
625632ed94
Resolved #2607 : Renamed ValidationHandler to ValidationHelper.
5 years ago
Mehmet Tüken
e84dde4f76
Change Serilog.Extensions.Hosting package to Serilog.AspNetCore.
5 years ago
Mehmet Tüken
beecc19957
Add test project.
5 years ago
Mehmet Tüken
3c479b9524
Adding AbpAspNetCoreSerilogEnrichersOptions.
5 years ago
Mehmet Tüken
cfa4d09e36
Create Volo.Abp.AspNetCore.Serilog package.
5 years ago
maliming
24ed94a328
Make AbpDictionaryValueComparer support generics to resolve migration errors.
5 years ago
Arkat Erol
6ec6a7bb0b
Update generate proxy command
5 years ago
maliming
714ab6fa27
Remove the angular folder on module project creation with --no-ui option
...
Resolve #2585
5 years ago
Halil İbrahim Kalkan
6e0c55d4b6
Merge pull request #2462 from abpframework/maliming/SetValueComparer
...
Set value comparer for ExtraProperties and Properties dictionary.
5 years ago
Aaron Chong
e199513e3e
Remove unnecessary extensions
5 years ago
Aaron Chong
a6608af1dc
Remove unnecessary using directive
5 years ago
Aaron Chong
3de25ee4b3
Refactor to use ABP converter and comparer
5 years ago
Aaron Chong
288b80cfdc
Implement AbpDictionaryValueConverter
5 years ago
Aaron Chong
e754f3350f
Implement generic AbpJsonValueConverter
5 years ago
Halil İbrahim Kalkan
4bd5fa750c
Update DeveloperApiKeyResult.cs
5 years ago
Halil İbrahim Kalkan
8f0ce16a24
Move setting the IApplicationBuilder line to top.
5 years ago
Halil İbrahim Kalkan
2d8b349a27
Merge pull request #2528 from mehmetuken/application-shutdown
...
Application shutdown
5 years ago
Halil İbrahim Kalkan
0d28779811
Merge pull request #2550 from mehmetuken/client-validation
...
Dynamic C# Api client-side validation.
5 years ago
Halil İbrahim Kalkan
314d46d81c
Explicitly set TransactionBehavior to Auto
5 years ago
Halil İbrahim Kalkan
db1cd57787
Resolved #2558 : Add options to IUnitOfWorkManager.Begin().
5 years ago
Arkat Erol
32a2328904
generete proxy command added for abp cli (not ready)
5 years ago
Mehmet Tüken
d2cca7306e
Add ValidationInterceptor.
5 years ago
maliming
881aa82b9d
Correcting the path of error page.
...
Resolve #2552
5 years ago
Halil İbrahim Kalkan
4ba4306165
Remove unnecessary async usages.
5 years ago
Halil İbrahim Kalkan
401376e109
Resolved #2540 . Resolved #2539 .
...
* Send IServiceProvider to DoWork method of the periodic background worker #2539
* Introduce AsyncPeriodicBackgroundWorkerBase #2540
5 years ago
Halil İbrahim Kalkan
d815b9cfee
Refactor AbpTabLinkTagHelperService: Remove unnecessary async.
5 years ago
maliming
e434fc30c4
Fixed unit test failure due to NoContent method filter.
5 years ago
Mehmet Tüken
8d5d0adb83
Disposing AbpApplicationWithExternalServiceProvider.
5 years ago
Mehmet Tüken
bf1960213f
Listen IHostApplicationLifetime Stopping and Stopped event.
5 years ago
Mehmet Tüken
908f28297a
Implement IDisposable on AutofacServiceProvider.
5 years ago
maliming
faa917ba7a
Set 204 No Content for void/Task.
...
Resolve #262
5 years ago
Halil İbrahim Kalkan
fdf83e4dc6
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Halil İbrahim Kalkan
7049453fba
Fix VoloNugetPackagesVersionUpdater
5 years ago
Halil İbrahim Kalkan
388dce7cd2
Merge pull request #2489 from recepdmr/todolist
...
Move AbpIntegratedTest to Volo.Abp.Testing namespace
5 years ago
Halil İbrahim Kalkan
76d742683a
Merge pull request #2502 from abpframework/maliming/WithCulture
...
Removed obsolete WithCulture method.
5 years ago
maliming
1801407ae0
Use CultureHelper instead of extension methods & rename AbpCultureHelper to CultureHelper.
5 years ago
Halil İbrahim Kalkan
32fdfb9bab
Merge branch 'dev' into dev
5 years ago
Yunus Emre Kalkan
9d65b6d848
Rename AbpDddResource to AbpDddApplicationContractsResource
...
resolves https://github.com/abpframework/abp/issues/2490
5 years ago
developerrd
76151fcee5
AbpIntegratedTest change all proejct namespace
5 years ago
Alper Ebicoglu
a8258bdd03
Update VoloNugetPackagesVersionUpdater.cs
5 years ago
maliming
bed26a0a62
Removed obsolete WithCulture method.
...
Resolve #2491
5 years ago
Alper Ebicoglu
a4e20048af
closes volosoft/volo#760
5 years ago
Javier Campos
0f1542d111
fix: configureawait on object casted to task
5 years ago
Javier Campos
911ce80a7c
feat: add ConfigureAwait(false) to all await calls
5 years ago
Halil İbrahim Kalkan
e3efdbb7c1
Resolved #2499 : Move AbpValidationResource to Volo.Abp.Validation package.
5 years ago
Halil İbrahim Kalkan
33123af7b0
Resolved #2495 : Add public setter for TenantConfiguration.ConnectionStrings.
5 years ago
Halil İbrahim Kalkan
d78bc4ffbc
Use generic GetRequiredService
5 years ago
Halil İbrahim Kalkan
c010c56793
Optimization& refactor: Move localizer inside the validation control
5 years ago
Halil İbrahim Kalkan
58f04d34cc
Fix test: AbpServiceProxiesController_Tests.GetAllWithMinify
5 years ago
developerrd
6730ec1c0b
make todo ,AbpIntegratedTest class namespace change.
5 years ago
developerrd
1efbcd8c26
proxy helper code refactor.
5 years ago
Halil İbrahim Kalkan
d3826db89a
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Halil İbrahim Kalkan
2bda094fcf
Fix build errors after PR merges.
5 years ago
Halil İbrahim Kalkan
59410a2f85
Merge pull request #2470 from abpframework/maliming/ValueGeneratedNever
...
Cancel value generation for aggregate roots and entities.
5 years ago
Halil İbrahim Kalkan
b1b96ebc1f
Merge pull request #2447 from abpframework/maliming/TryToSetTenantId
...
Add GetSetMethod condition before SetValue.
5 years ago
Halil İbrahim Kalkan
1a44e4fdde
Merge branch 'dev' into dev
5 years ago
Halil İbrahim Kalkan
3f4b6c9909
Merge pull request #2422 from abpframework/maliming/AddRazorSupportForMvc
...
Add Razor support for mvc.
5 years ago
Halil İbrahim Kalkan
4ba6dfeb49
Merge branch 'dev' into feature/setting_lang
5 years ago
Halil İbrahim Kalkan
d5422af84c
Merge pull request #2391 from mehmetuken/update-packages
...
Update nuget packages.
5 years ago
Halil İbrahim Kalkan
f8928c67a1
Merge branch 'dev' into maliming/MinifyGeneratedScriptOptions
5 years ago
Halil İbrahim Kalkan
7d3a1b0662
Merge pull request #2381 from abpframework/maliming/AsyncBackgroundJob
...
Implement AsyncBackgroundJob.
5 years ago
Halil İbrahim Kalkan
3316bcae97
Revert "AddGlobalFilters method of MongoDbRepository extracted to a service"
5 years ago
Halil İbrahim Kalkan
7cebf1ce6b
Merge branch 'dev' into mongo-global-filters
5 years ago
maliming
65cd3ea8ab
Localize exception message on limited result request dto.
5 years ago
Yunus Emre Kalkan
a6b48ab4fe
Localize exception message on LimitedResultRequestDto cont.
5 years ago
Yunus Emre Kalkan
f703db96e5
Localize exception message on LimitedResultRequestDto
...
resolves https://github.com/abpframework/abp/issues/2468
5 years ago
maliming
59ade77831
Add more ConfigureJsonConversionWithValueComparer extension methods.
5 years ago
maliming
d736a84ab5
Cancel value generation for aggregate roots and entities.
...
When they use Guid as the primary key type
5 years ago
maliming
8f74373f5f
Add ConfigureJsonConversionWithValueComparer extension method.
5 years ago
Halil İbrahim Kalkan
5722c99727
Remove unused methods from InMemoryBackgroundJobStore
5 years ago
Halil İbrahim Kalkan
ee403c37e9
Resolved #2467 : Add MaxMaxResultCount to LimitedResultRequestDto.
5 years ago
maliming
25a654dac0
Remove unnecessary namespaces.
5 years ago
maliming
c00778d187
Set value comparer for ExtraProperties and Properties dictionary.
...
Resolve #2459
5 years ago
Halil İbrahim Kalkan
d332818f6a
Background job remove sync api
5 years ago
Halil İbrahim Kalkan
f0ae994848
Audit log remove sync api
5 years ago
Halil İbrahim Kalkan
f6084749f9
Use Castle.Core.AsyncInterceptor
5 years ago
Halil İbrahim Kalkan
c4b2d2b48c
Remove reflection for ExecuteWithoutReturnValueAsync
5 years ago
Halil İbrahim Kalkan
0754254428
Remove UnitOfWork Sync API.
5 years ago
Halil İbrahim Kalkan
0860f54e5a
Remove CachedApplicationConfigurationClient.Get
5 years ago
Halil İbrahim Kalkan
676a5c61ac
Removed sync interception and sync repository methods.
5 years ago
maliming
6890919357
Update FluentObjectValidationContributor.cs
5 years ago
maliming
3d1ee5ec52
Add GetSetMethod condition before SetValue.
...
Resolve #2444
5 years ago
兜小神
c318133484
fixed unittest for FluentValidation
5 years ago
兜小神
c4e28c127d
Update FluentObjectValidationContributor.cs
...
fixed validationErrors members
5 years ago
Mehmet Tüken
dcc2d63e10
Merge branch 'dev' into update-packages
5 years ago
YinChang
3ba06fe022
move AbpValidationResource to Volo.Abp.Validation from Volo.Abp.Localization
5 years ago
maliming
87eb1891f5
Change some simplified Chinese translations.
5 years ago
maliming
97353bf5f9
Formatting code.
5 years ago
YinChang
9b502bd69a
fix EmailingResource's Definition
5 years ago
YinChang
49a9eb0a0c
configure embedded resources by wildcard
5 years ago
YinChang
447237426e
modify several module's SettingDefinitionProvider to support multi-lingual
5 years ago
Alper Ebicoglu
3b6908c060
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Alper Ebicoglu
f0e275a0c8
add Poly to Abp.Cli.Core and use it GetApiKeyOrNullAsync method.
5 years ago
Halil İbrahim Kalkan
a5d74d32af
Add async/await
5 years ago
Halil İbrahim Kalkan
f2099d5966
Resolved #2427 Integrate ILoggerFactory to EF Core.
5 years ago
Rwing
9ae64bd113
fix typo in CLI sample
5 years ago
maliming
a6ccc3320f
Add Razor support for mvc.
...
Resolve #2420
5 years ago
Yunus Emre Kalkan
e4cefe83fe
Update UpdateCommand.cs
5 years ago