Mehmet Erim
e019d4986a
Merge pull request #4533 from abpframework/docs/4532
...
Documented how RoutesService works and modifying the menu
5 years ago
Mehmet Erim
464e7bcf17
Merge pull request #4526 from abpframework/docs/4525
...
Updated ListService documentation according to ngx-datatable
5 years ago
Levent Arman Özak
b04ba5e722
Merge pull request #4536 from abpframework/docs/bookstore
...
Refactored the bookstore tutorial
5 years ago
mehmet-erim
95cb2b052d
docs: refactor the bookstore tutorial
5 years ago
maliming
6b5195fad1
Merge pull request #4505 from abpframework/liangshiwei/quartzbackgroundAdapter
...
Added PeriodicBackgroundworker quartz adapter
5 years ago
maliming
c014a1f533
Merge pull request #4346 from NecatiMeral/split-crudappservice
...
Split `ICrudAppservice` and implementations
5 years ago
mehmet-erim
8a4fc89b56
chore: add deprecation comment to table.component
5 years ago
Arman Ozak
6963aa73b3
docs: fix patch/remove route example
5 years ago
Arman Ozak
9ba6c9fa48
docs: use js for highlighting
5 years ago
Arman Ozak
68d6120e5e
docs: show how RoutesService works in modifying the menu
5 years ago
Arman Ozak
95ca82762d
docs: add v3 breaking change for ListService
5 years ago
Halil İbrahim Kalkan
ffe6360b70
Merge pull request #4521 from abpframework/maliming/cli-patch
...
Exclude primitive type in CreateType method.
5 years ago
Halil İbrahim Kalkan
8ea4a55030
Merge pull request #4527 from abpframework/Cotur/dynamic-attribute
...
StringLengthAttribute usages converted to DynamicStringLengthAttribute
5 years ago
Ahmet Çotur
397abba3ba
Update AbpUserConsts.cs
5 years ago
Ahmet Çotur
87f8b2672a
Tenant Management Module consts converted to static
5 years ago
Ahmet Çotur
855c952e6f
Update SettingConsts.cs
5 years ago
Ahmet Çotur
40925bbffd
Update PermissionGrantConsts.cs
5 years ago
Ahmet Çotur
581f92cf8e
Identity server module consts converted to static
5 years ago
Ahmet Çotur
72e58df483
Added summaries to identity module
5 years ago
Ahmet Çotur
89f1125a62
Update FeatureValueConsts.cs
5 years ago
Ahmet Çotur
1502f14496
Blog module consts converted to static
5 years ago
Arman Ozak
78c6b051a8
docs: update ListService.md according to ngx-datatable
5 years ago
Ahmet Çotur
238b393009
Added summaries to audit logging consts
5 years ago
Ahmet Çotur
90958e56ec
Update BackgroundJobRecordConsts.cs
5 years ago
Ahmet Çotur
f7d8a96c43
Blog module consts converted to static
5 years ago
Ahmet Çotur
59054a16c4
BlobStoringDatabase module consts converted to static
5 years ago
Ahmet Çotur
a18482bb48
BackgroundJobs module const converted to static
5 years ago
mehmet-erim
bc9bed8b61
chore: remove a duplication from theme-shared.module
5 years ago
Ahmet Çotur
91b2f844e0
AuditLog Module const converted to static
5 years ago
mehmet-erim
5c28936eaa
feat: add roles property to CurrentUser interface
...
resolves #4517
5 years ago
Halil İbrahim Kalkan
c401ce5301
Merge pull request #4524 from abpframework/Cotur/dynamic-max-length
...
Introduced DynamicMaxLength
5 years ago
Ahmet Çotur
2d4f89bddf
Update DynamicMaxLengthAttributeAdapter.cs
5 years ago
Ahmet Çotur
40863bc408
Update DynamicMaxLengthAttributeAdapter.cs
5 years ago
mehmet-erim
c1fd463ad9
ci: add replace with tilde script for mvc packs
5 years ago
mehmet-erim
3d8b3d96b1
chore: change some version suffix of some packages
5 years ago
Ahmet Çotur
56cf234a6e
tests added
5 years ago
mehmet-erim
8308054e41
fix: ngx-datatable localization problem
...
resolves #4421
5 years ago
Ahmet Çotur
4d3a54f4a3
initial
5 years ago
Akın Sabri Çam
e07fb5ebf1
Merge pull request #4522 from abpframework/updated-npm-packages
...
updated "^" chars to "~" char in npm packages
5 years ago
Akın Sabri Çam
97884d4479
updated "^" chars to "~" char in npm packages
5 years ago
Akın Sabri Çam
50be19f321
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Akın Sabri Çam
3f5fe7d795
added localization keys for organizations page in abp io admin
5 years ago
Necati Meral
0b76186928
Used different names for `ReadOnlyRepository` and `Repository` in application services
...
Still using `protected new` on `CrudAppService` because the repository member in `AbstractKeyCrudAppService` has to be renamed to something like `AbstractKeyRepository`, which would be a breaking change.
Renaming the repository in each descendant could lead to misunderstandings, since in `CrudAppService` descendants will be three repositories to choose from: `Repository`, `ReadOnlyRepository`, `AbstractKeyRepository`.
Currently the user must only differ between `ReadOnlyRepository` and `Repository`.
@maliming, can you review this?
5 years ago
maliming
d13c58ecee
Exclude primitive type in CreateType method.
...
Resolve #4486
5 years ago
maliming
8371b74839
Merge pull request #4519 from abpframework/maliming/roles
...
Add roles to CurrentUserDto.
5 years ago
maliming
f2e95c2f47
Add roles to CurrentUserDto.
...
https://github.com/abpframework/abp/issues/4517
5 years ago
Halil İbrahim Kalkan
eb5ac8d2b6
Merge pull request #4516 from iyilm4z/entity-history-audit-log-improvements
...
Disable property auditing for base auditing properties
5 years ago
Halil İbrahim Kalkan
9af5386c8f
Merge pull request #4515 from abpframework/liangshiwei/patch-1
...
Generate the correct editLink value
5 years ago
Ismail Yilmaz
391e443a6d
Disable property auditing for base auditing properties
5 years ago
liangshiwei
4f86aff010
Generate the correct editLink value
5 years ago