maliming
0b1606f40b
Add AbpAuditPageFilter, AbpFeaturePageFilter, AbpUowPageFilter, AbpExceptionPageFilter.
5 years ago
maliming
1475940d85
Refactor.
5 years ago
maliming
651ca79ce0
Merge branch 'dev' into maliming/Interceptors-ignore-types
5 years ago
Halil İbrahim Kalkan
09cd59b912
Merge pull request #3360 from abpframework/extending-entities
...
Implemented: Entity Extension System
5 years ago
maliming
ed50c793af
Merge pull request #3338 from liangshiw/liangshiwei/cli-ignore-remoteserver
...
Make CLI available when abp.io is offline
5 years ago
Halil İbrahim Kalkan
54f33891db
Configure entity extensions by convention.
5 years ago
Halil İbrahim Kalkan
7da5321d69
Refactor entity extensions.
5 years ago
Halil İbrahim Kalkan
2863b5cb5d
Add test & refactor for EntityExtensionManager
5 years ago
liangshiwei
60ce0e9665
Match template regex use constant
5 years ago
maliming
f2d3b71224
Introducing DynamicProxyIgnoreTypes.
...
Resolve #3180
5 years ago
Halil İbrahim Kalkan
2a62708175
#3126 Implemented initial entity extensions system.
5 years ago
Arkat Erol
fd77de1afe
abp cli generate proxy host connection error added.
5 years ago
liangshiwei
7192c224a0
Formatted output
5 years ago
Alper Ebicoglu
385b66f360
Refactor newcommand
5 years ago
liangshiwei
6ce7f3bb86
Formatted output
5 years ago
maliming
a8d4e7c229
Use Exists property to determine if the file exists.
...
Resolve #3341
5 years ago
liangshiwei
1ba052cba5
Output cache template info, ignore CLI analysis exceptions
5 years ago
liangshiwei
63b764da8d
Make CLI available when abp.io is offline
5 years ago
Halil İbrahim Kalkan
91226ece1b
Created ExceptionSubscriber.
5 years ago
Halil İbrahim Kalkan
e849921f7e
Resolved #3328 : Allow to subscribe to exceptions handled by the abp framework
5 years ago
Galip Tolga Erdem
6d0759ff76
Added multi usage attributes together
5 years ago
Yunus Emre Kalkan
4f3687dbd8
Update NpmGlobalPackagesChecker.cs
5 years ago
Galip Tolga Erdem
3613f90662
Added popover tag helper hoverable functionality
5 years ago
Galip Tolga Erdem
2088b62caf
fixed bootstrap popover link
5 years ago
Arkat Erol
f056055b8f
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Arkat Erol
2c63877a88
apiName added for generate proxy
5 years ago
Halil İbrahim Kalkan
da03bae9c7
Merge pull request #3209 from abpframework/maliming/returnUrl
...
Encode the returnUrl parameter.
5 years ago
Halil İbrahim Kalkan
fe98008518
Resolved #3264 : Allow a controller to set the remote service name to be used by clients
5 years ago
maliming
806fec85d2
MongoDbRepository needs to filter when deleting entity based on Id.
...
Resolve #3256
5 years ago
Galip Tolga Erdem
d44974c9b7
Removed htmltarget element abp-modal from abp-modal-footer tag
5 years ago
Galip Tolga Erdem
8b675324e5
added missing commat at tutorial for multiple buttons
5 years ago
Galip Tolga Erdem
6eb7804afd
Added button alignment attribute to modal footer
5 years ago
Galip Tolga Erdem
3f946ecd69
removed empty string
5 years ago
Galip Tolga Erdem
2a3969b79a
added abp-modal tag static attribute
5 years ago
maliming
3872def4d5
Merge pull request #3150 from abpframework/maliming/Microsoft
...
Upgrade Microsoft.* package to 3.12.
5 years ago
Alper Ebicoglu
d934a7fc21
Refactor AbpIoSourceCodeStore
5 years ago
Alper Ebicoglu
36991b9122
fixes volosoft/volo#1559
5 years ago
Alper Ebicoglu
d72dbb994e
refactor CLI new command for tiered option
5 years ago
Yunus Emre Kalkan
65b6a76b6e
fix build error
5 years ago
Yunus Emre Kalkan
fcf013c990
add-module: alternative tiered target
5 years ago
maliming
52fc9f4a72
Encode the returnUrl parameter.
...
Resolve #3202
5 years ago
Yunus Emre Kalkan
1eee1ef81f
Cli: Don't create "aspnet-core" folder when new project is mvc and doesn't have mobile app
...
resolved https://github.com/abpframework/abp/issues/3206
5 years ago
Yunus Emre Kalkan
8bbbbf9a14
Cli: createSolutionFolder option
5 years ago
Halil İbrahim Kalkan
a628e177a5
Add test for TypeHelper and improve ReflectionHelper
5 years ago
Halil İbrahim Kalkan
aa6241e25b
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Halil İbrahim Kalkan
793a600981
Fix TypeHelper.IsDictionary and add tests.
5 years ago
Halil İbrahim Kalkan
b6f114353d
Added test
5 years ago
Yunus Emre Kalkan
6d16655c23
Fix: CLI update command replaces first character of NPM version with ^
...
resolves https://github.com/volosoft/volo/issues/1497
5 years ago
Alper Ebicoglu
c886575748
Merge branch 'dev' into api-definition
5 years ago
Alper Ebicoglu
d7c369fe9e
Revert "Update CmdHelper.cs"
...
This reverts commit 38059f2c35
.
5 years ago
Alper Ebicoglu
75c74f32c6
Add waitforexit (for MAC issues)
5 years ago
Yunus Emre Kalkan
38059f2c35
Update CmdHelper.cs
5 years ago
Arkat Erol
9dcf495c38
generate proxy bug fixes
5 years ago
Yunus Emre Kalkan
d7c88cfcd0
Update NuGetService.cs
5 years ago
Arkat Erol
fe99094144
Merge branch 'dev' into api-definition
5 years ago
Arkat Erol
93ac20d4f7
Generate proxy command cli descriptions updated
5 years ago
maliming
a045728071
Merge branch 'dev' into maliming/Microsoft
5 years ago
Halil İbrahim Kalkan
b122a641f2
Resolved #3176 : Add Initialize method for the AbpDbContext (EF Core).
...
Also moves some initialization code from UnitOfWorkDbContextProvider to AbpDbContext.
5 years ago
Arkat Erol
91a169bd3f
generate proxy bug fixes
5 years ago
Halil İbrahim Kalkan
819aebe16e
Merge pull request #2971 from abpframework/maliming/CascadeTiming
...
Cascading entities should not be deleted when soft deleting entities.
5 years ago
maliming
2993cfd5f2
Revert "Change CascadeDeleteTiming and DeleteOrphansTiming in AbpDbContext constructor."
...
This reverts commit b23428eee0
.
5 years ago
Halil İbrahim Kalkan
4db091397f
Merge pull request #2972 from abpframework/maliming/BundleContributorCollection
...
Allow replace & delete BundleContributor.
5 years ago
maliming
b23428eee0
Change CascadeDeleteTiming and DeleteOrphansTiming in AbpDbContext constructor.
5 years ago
maliming
d98c393e99
Merge branch 'dev' into maliming/CascadeTiming
5 years ago
Halil İbrahim Kalkan
acc2450b09
Create BackgroundWorkersApplicationInitializationContextExtensions.cs
5 years ago
Yunus Emre Kalkan
1d31a14153
cli mobile app download documentation
...
https://github.com/abpframework/abp/issues/2699
5 years ago
Yunus Emre Kalkan
95d400edbd
Merge branch 'dev' of https://github.com/volosoft/abp into dev
5 years ago
Yunus Emre Kalkan
6dc03b67ab
minor refactor
5 years ago
Halil İbrahim Kalkan
8bab5cb9b3
Support composite keys for CrudAppService
5 years ago
Yunus Emre Kalkan
1cccbad0b7
Add module with source code: Delete "app" folder after download
...
resolves https://github.com/abpframework/abp/issues/3159
5 years ago
Arkat Erol
d19171d7bd
types' basetype properties removed
5 years ago
Yunus Emre Kalkan
f9ee5bf2d9
Make retry process shorter when trying to retrieve latest version on nuget and log for only debug
...
resolves https://github.com/abpframework/abp/issues/3155
5 years ago
Yunus Emre Kalkan
f9050f93b9
Fix: Switc-to-preview/stable command unable to switch npm packages
...
resolves https://github.com/abpframework/abp/issues/3154
5 years ago
Yunus Emre Kalkan
6ca7790531
Cli: Set System.Net.Http.HttpClient logging level to warning
...
resolves https://github.com/abpframework/abp/issues/3145
5 years ago
maliming
bb4688b786
Upgrade Microsoft.* package to 3.12.
5 years ago
Halil İbrahim Kalkan
a721291c77
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Halil İbrahim Kalkan
f2be037bfc
Resolved #3148 : Add IRepository.GetAsync and IRepository.FindAsync methods those get predicate.
...
Also removed old & unused Get and Find methods from the EfCoreRepository.
5 years ago
Alper Ebicoglu
6a67ba35b0
Merge pull request #3133 from abpframework/akin/updated-meta-tags-and-added-localization-keys-of-blogModule
...
added meta tags and localization keys for blog module
5 years ago
Halil İbrahim Kalkan
6280726dd1
Update TestDataBuilder.cs
5 years ago
Arkat Erol
15c4de31cd
Merge branch 'dev' into api-definition
5 years ago
maliming
577183504d
Merge pull request #3116 from zHaytam/dev
...
Add GetAllBytesAsync to AbpFormFileExtensions
5 years ago
Akın Sabri Çam
85a585b651
added meta tags and localization keys
5 years ago
maliming
ccbaf4fd60
Upgrade MailKit to 2.5.2.
...
Fix #3118
5 years ago
maliming
2c9798298a
Update AbpFormFileExtensions.cs
5 years ago
Halil İbrahim Kalkan
bac9a3871b
Merge pull request #3103 from liangshiw/liangshiwei/backgroud-work-logger
...
Backgroundworkerbase logger properties use concrete types as generic parameters
5 years ago
Halil İbrahim Kalkan
59a149457b
Fixed #3117 : Physical razor files are not overridding the virtual files
5 years ago
zHaytam
84b7e85d48
Add GetAllBytesAsync to AbpFormFileExtensions
...
This makes it easier to get an array of bytes directly from an `IFormFile`
5 years ago
Halil İbrahim Kalkan
7a69047b81
Complete the Customization-User-Interface document
5 years ago
liangshiwei
04fcf903df
Backgroundworkerbase logger properties use concrete types as generic parameters
5 years ago
maliming
21ecea03a7
Merge pull request #3089 from abdumostafa/dev
...
Add Arabic resource to AbpUi
5 years ago
Yunus Emre Kalkan
7bd10af6c3
add-module: angular module codes to solution
5 years ago
AbdElmneim Hussein
9cf150b999
Add Arabic resource to AbpUi
5 years ago
Halil İbrahim Kalkan
a45580a6dd
Added new constructor to the AbpValidationException
5 years ago
Halil İbrahim Kalkan
d1565969ac
Added HasLogLevelExtensions
5 years ago
Yunus Emre Kalkan
d223cae767
Merge pull request #3029 from abpframework/ProjectReference-Version-Should-be-read-From-Coomon-Props
...
Cli: changed nuget version info resource
5 years ago
Halil İbrahim Kalkan
283d3904af
Created AbpValidationExceptionExtensions to simplify to throw validation exceptions
5 years ago
Halil İbrahim Kalkan
2b87582cda
Delete Temp.cs
5 years ago
Alper Ebicoglu
e100bd51b7
add RunCmdAndGetOutput override methods
5 years ago
Halil İbrahim Kalkan
52cc215c61
Merge pull request #3051 from leonkosak/patch-11
...
Slovenian translations for Volo.Abp.Localization package
5 years ago
Halil İbrahim Kalkan
c11aaa3364
Merge pull request #3043 from leonkosak/patch-2
...
SLovenian translations for Volo.Abp.Emailing package
5 years ago
Halil İbrahim Kalkan
4c3b60c874
Merge pull request #3050 from leonkosak/patch-10
...
Slovenian translations for Volo.Abp.UI.Navigation package
5 years ago
Halil İbrahim Kalkan
0334868c92
Merge pull request #3053 from leonkosak/patch-13
...
Create sl.json
5 years ago
maliming
b740ca2292
Restore the sourceFile variable.
5 years ago
Leon Košak
271bffa034
Update sl.json
5 years ago
Leon Košak
27913ccdf2
Create sl.json
...
Slovenian translations
5 years ago
Leon Košak
48ba96b1fb
Create sl.json
...
Slovenian translations
5 years ago
Leon Košak
3be1f99d60
Create sl.json
...
Slovenian translations
5 years ago
Roman Rybalko
5269468ce0
Create ru.json
...
for Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy
5 years ago
Roman Rybalko
4fa0f1e580
Added ru.json
...
For Volo.Abp.Ddd.Application.Contracts
5 years ago
Roman Rybalko
c8d8cda55a
Create ru.json for Volo.Abp.Emailing
5 years ago
Roman Rybalko
1edb1e237b
Create ru.json for Volo.Abp.Localization
5 years ago
Roman Rybalko
fe00608d6d
Create ru.json for Volo.Abp.UI.Navigation
5 years ago
Roman Rybalko
b558021f5a
Create ru.json for Volo.Abp.UI
5 years ago
Roman Rybalko
d8a3d324a8
Update ru.json for Volo.Abp.Validation
5 years ago
Roman Rybalko
9a690afddf
Create ru.json for Volo.Abp.Validation
5 years ago
Leon Košak
66e069d0cb
Create sl.json
...
SLovenian translations
5 years ago
Yunus Emre Kalkan
5d8d8fbdb5
Cli: changed nuget version info resource
5 years ago
Yunus Emre Kalkan
b9e6b781f5
Merge pull request #2955 from viewtance/add-extra-large-size-to-bootstrap-modal
...
Add extra enumeration large size to bootstrap modal
5 years ago
Ahmet Çotur
b405a2d08f
Bugfix
5 years ago
Akın Sabri Çam
0f9a2737d5
updated field
5 years ago
Akın Sabri Çam
fe6da79907
added multi tenancy info and current tenant dto class
5 years ago
Yunus Emre Kalkan
3bef0afadd
Merge branch 'dev' of https://github.com/volosoft/abp into dev
5 years ago
Yunus Emre Kalkan
0b2728002d
fix: react random port http
5 years ago
Halil İbrahim Kalkan
338b55e9ed
Fix #2736 : AbpStringLocalizerFactory in "Volo.Abp.Localization" namespace sometimes cause issue
5 years ago
İsmail ÇAĞDAŞ
48e7fc0e63
downgrade Microsoft.Extensions.Http to 3.1.0
5 years ago
maliming
797695ceb4
Allow replace & delete BundleContributor.
5 years ago
Ahmet Çotur
48890f8021
boostrap component demo - updated
5 years ago
Halil İbrahim Kalkan
346958bd28
Merge pull request #2868 from abpframework/ABP-CLI-Replace-Packages-with-Previews
...
ABP CLI Replace Packages with Previews
5 years ago
Ahmet Çotur
a7d168cc43
bootstrap component demos created
5 years ago
maliming
01d1b65cbd
Cascading entities should not be deleted when soft deleting entities.
5 years ago
maliming
2a42ba80cf
Merge branch 'dev' into #214-authorization-improvements
5 years ago
maliming
88b8f6ed83
Check if authorizationPolicy is null.
5 years ago
Ahmet Çotur
3b60c09123
bootstrap component demo - carousel added
5 years ago
Ahmet Çotur
34346abdd1
bootstrap component demo - paginator added
5 years ago
Halil İbrahim Kalkan
2c351d0861
Merge pull request #2964 from NecatiMeral/identitymodel-httpclientfactory-2
...
Using `IHttpClientFactory` to create `HttpClient`s (followup)
5 years ago
Halil İbrahim Kalkan
576a5afe76
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Halil İbrahim Kalkan
d19577edd3
AddHttpClient for the AbpIdentityModelModule.
5 years ago
Ahmet Çotur
6f987a89ec
Update Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo.csproj
5 years ago
Ahmet Çotur
f73fbdb648
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Ahmet Çotur
6340083da1
boostrap demo - form components added
5 years ago
Halil İbrahim Kalkan
1160216849
Merge pull request #2962 from abpframework/maliming/patch-1
...
Fix build errors.
5 years ago
Yunus Emre Kalkan
e9735e9a65
fix: missing await in AbpDynamicformTagHelperService
5 years ago
Necati Meral
60c2dfd779
Using `IHttpClientFactory` to create `HttpClient`s
...
This is a follow up-PR to #2937 , #2953 and #2962 because in the original PR (#2937 ) there was a missing `context.Services.AddHttpClient()` inside the module - which is now part of the module in the `dev` branch.
I haven't used named clients because currently there won't be any benefit from my point of view since the `HttpClient` only gets used to fire the `IdentityModel` requests using extension methods provided by the `IdentityModel` package.
5 years ago
Yunus Emre Kalkan
a835d6bca4
switch Preview npm package & Refactor
...
npm previews are not tested yet
5 years ago
maliming
8c48c8cf97
Fix build errors.
5 years ago
Halil İbrahim Kalkan
a79fe82910
Merge pull request #2913 from gterdem/gterdem/AAD-Guid
...
Guid Parsing error when 3rd party connection has none guid "sub" Claim value
5 years ago
Halil İbrahim Kalkan
f0e41bc55f
Merge pull request #2959 from abpframework/maliming/saveauditlog
...
Save audit logs even if no action performed in the request.
5 years ago
Halil İbrahim Kalkan
d925b52f06
Merge branch 'dev' into pr/2867-modified
5 years ago
Halil İbrahim Kalkan
23e6018278
Renamed Volo.Abp.Http.Client.IdentityModel.Relay to Volo.Abp.Http.Client.IdentityModel.Web. Also fixed depending projects.
5 years ago
maliming
c086bfe609
Fix audit unit tests.
5 years ago
liangshiwei
f1f7102a7c
Fix .sln file
5 years ago
maliming
5616252f74
Save audit logs even if no action performed in the request.
...
Resolve #2820
5 years ago
Yunus Emre Kalkan
7015d76034
Merge branch 'dev' into ABP-CLI-Replace-Packages-with-Previews
5 years ago
wangxinwei
48276e2467
Add extra enumeration large size to bootstrap modal
5 years ago
maliming
38e2c72121
Revert "Use `IHttpClientFactory` instead of manually creating a `HttpClient`"
5 years ago
Yunus Emre Kalkan
524760b6de
Merge pull request #2948 from liangshiw/liangshiwei/cli-custom-template-path
...
Allow CLI to generate templates with custom sources
5 years ago
Halil İbrahim Kalkan
af720277e7
Remove EnvironmentHelper and IParameterTypeComparer.
5 years ago
liangshiwei
fc1b3e72ff
Improve cli custom template source feature
5 years ago
Halil İbrahim Kalkan
5c472108ca
Remove unused namespaces
5 years ago
Halil İbrahim Kalkan
49299861f3
Merge branch 'dev' into 2294-Dynamic-CSharp-Api-Clients-net-standard20
5 years ago
Halil İbrahim Kalkan
9b3e6a56b9
Merge pull request #2904 from liangshiw/liangshiwei/quartz-integrate
...
quartz.net background job&worker integration
5 years ago
Halil İbrahim Kalkan
decf4c7d34
Merge pull request #2880 from abpframework/maliming/auditlogs
...
Fixed the bug that the controller was not logged.
5 years ago
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