Yunus Emre Kalkan
e79ab9138d
add missing namespace to FeatureManagementTestBase: Volo.Abp.Testing
5 years ago
Yunus Emre Kalkan
da4238e62e
add missing namespace to SettingManagementTestBase: Volo.Abp.Testing
5 years ago
Yunus Emre Kalkan
352ffd5c23
add missing namespace to PermissionManagementTestBase: Volo.Abp.Testing
5 years ago
developerrd
76151fcee5
AbpIntegratedTest change all proejct namespace
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
207d861e0a
Merge pull request #2449 from abpframework/maliming/patch-2
...
Updates AbpClaimTypes to be compatible with identity server claims.
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
b06418f844
Merge pull request #2441 from kelely/dev
...
When using FluentValidation for validation, members in ValidationResult are missing
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
ffdb8aca29
Merge pull request #2392 from yinchang0626/feature/setting_lang
...
modify several module's SettingDefinitionProvider to support multi-lingual
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
bde1c1da96
Merge pull request #2383 from abpframework/maliming/MinifyGeneratedScriptOptions
...
Use MinifyGeneratedScript option to minify script.
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
Yasin Aydın
2e9eab77cb
Merge pull request #2477 from abpframework/refactor/remove-deprecated
...
refactor!: remove deprecated functions, outputs, inputs etc.
5 years ago
TheDiaval
3a32436aaa
test(theme-shared): correct test host component input
5 years ago
Halil İbrahim Kalkan
dafa4a534c
Merge pull request #2478 from abpframework/revert-2375-mongo-global-filters
...
Revert "AddGlobalFilters method of MongoDbRepository extracted to a service"
5 years ago
Halil İbrahim Kalkan
3316bcae97
Revert "AddGlobalFilters method of MongoDbRepository extracted to a service"
5 years ago
TheDiaval
67f20a6f83
refactor(tenant-management): change sort order icon key inputs
5 years ago
TheDiaval
d2f54ef185
refactor(identity): change sort order icon key inputs
5 years ago
Halil İbrahim Kalkan
a8d3c97e2b
Merge pull request #2375 from iyilm4z/mongo-global-filters
...
AddGlobalFilters method of MongoDbRepository extracted to a service
5 years ago
TheDiaval
b63d34cd48
refactor(tenant-management): change sort order icon input
5 years ago
TheDiaval
38662f7107
refactor(identity): change sort order icon input
5 years ago
Halil İbrahim Kalkan
7cebf1ce6b
Merge branch 'dev' into mongo-global-filters
5 years ago
TheDiaval
f1d0ebae85
refactor!: remove deprecated functions, outputs, inputs etc.
...
The functions, outputs and inputs that deprecated before version 2.0 are not available in version 2.0 and later.
BREAKING CHANGE: Deprecated functions, outputs, inputs addressed in issue #2476 are removed.
Closes #2476
5 years ago
Halil İbrahim Kalkan
5c90930715
Merge pull request #2240 from wakuflair/dev
...
Adding an additional parameter for the SettingPageGroup's constructor.
5 years ago
TheDiaval
abc2b35943
docs: add and describe a new commit type
5 years ago
Yunus Emre Kalkan
b5dd4f5030
Merge branch 'dev' of https://github.com/volosoft/abp into dev
5 years ago
Yunus Emre Kalkan
712cfd56d3
Update FeatureManagementModal.cshtml
5 years ago
maliming
65cd3ea8ab
Localize exception message on limited result request dto.
5 years ago
Yunus Emre Kalkan
a0adc3209d
Merge pull request #2473 from abpframework/Localize-exception-message-on-LimitedResultRequestDto
...
Localize exception message on limited result request dto
5 years ago
Yunus Emre Kalkan
ec67983c6f
remove int.MaxValue usages for limitedrequestdtos
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
dc07f3b700
Update Part-I.md
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
Halil İbrahim Kalkan
1405121698
Merge pull request #2412 from abpframework/Identity-roles-paged
...
Identity roles paged
5 years ago
Halil İbrahim Kalkan
93f51d3b36
Merge pull request #2457 from abpframework/Docs-section-documentation-
...
Docs documentation Introduce section future.
5 years ago
Halil İbrahim Kalkan
ae0abe3cbe
Merge pull request #2466 from abpframework/maliming/remove-sync-method
...
Remove the sync method for background job module.
5 years ago
maliming
a72fb4e567
Cancel changes to the tenant module.
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
1ae083f11a
Remove the sync method for tenant & background job module.
5 years ago
Halil İbrahim Kalkan
3005297e84
Increment version to 2.0
5 years ago