Commit Graph

6638 Commits (a1268e1cc9d88b4da8fa71ce3726e36ebad3d40b)

Author SHA1 Message Date
maliming 59a2227ffc Update `AbpDynamicClaimsPrincipalContributorBase`.
2 years ago
maliming a0415c26d7 Update IdentityDynamicClaimsPrincipalContributor.cs
2 years ago
maliming 0b9ae26670 Redirect to register page on social login.
2 years ago
maliming abb8cfc963 Force to clear the claims principal when user is not found.
2 years ago
maliming f6e844851e Update `UserEntityUpdatedEventHandler `.
2 years ago
maliming e583b37fd7 Add `username` to social register page.
2 years ago
maliming 02bd699c4d Add `RemoteDynamicClaimsPrincipalContributor`.
2 years ago
maliming 9a1b4c2004
Create IdentityDynamicClaimsPrincipalContributor_Tests.cs
2 years ago
maliming 44ef56c2d8
Add `IdentityDynamicClaimsPrincipalContributor`.
2 years ago
maliming a549410a22
Merge branch 'dev' into issue-18042
2 years ago
maliming 89e53b3c28
Make the `HandleEventAsync` method UOW.
2 years ago
Alper Ebiçoğlu c9a84ceeb5
Merge pull request #17925 from abpframework/cms-kit-enhancements
2 years ago
maliming f441d0ac2f
Merge branch 'dev' into issue-18042
2 years ago
Enis Necipoglu 8c3f9be310
Update BlogPost.cshtml
2 years ago
Enis Necipoglu 869e833351
Update bootstrap-toc.css
2 years ago
Enis Necipoglu 61627fa489
Update design of TOC
2 years ago
Enis Necipoglu a08745eb7d
Fix Delete button
2 years ago
maliming 02b6ea9561
Use `UserSettingValueProvider` instead `UserPermissionValueProvider`.
2 years ago
maliming 605054835d
Remove all user related thing when deleting a user.
2 years ago
maliming 9059198ee9
Add unit tests for user/role delete event.
2 years ago
maliming 95e7b1bbc6
Add `UserDeletedEventHandler` to `SettingManagement.Application`.
2 years ago
Enis Necipoglu 51ee63c124
Merge pull request #18049 from abpframework/auto-merge/rel-7-4/2260
2 years ago
Salih 35cd8523d0 Fix captcha generate error
2 years ago
maliming bcf65ab18d
Add `UserDeletedEventHandler`.
2 years ago
liangshiwei a750f0039d
Merge pull request #17979 from abpframework/EntityId
2 years ago
Masum ULU 0a1d6886f9
Merge pull request #18039 from abpframework/auto-merge/rel-7-4/2255
2 years ago
liangshiwei 0a5d116f71 Update SimpleMathsCaptchaGenerator.cs
2 years ago
liangshiwei 7c212faed4 Merge branch 'dev' into auto-merge/rel-7-4/2253
2 years ago
voloagent 7c27d7f2b1 Update_NPM_Packages
2 years ago
liangshiwei 745fa41615 Fix ImageSharp upgrade error
2 years ago
maliming a62e6979f5
Merge pull request #17990 from abpframework/salihozkara/emailChangedEvent
2 years ago
Enis Necipoglu 20ccf333da
Fix tags visibility
2 years ago
liangshiwei 24ed11ac11 Upgrade SixLabors.ImageSharp the latest
2 years ago
Enis Necipoglu d12e020c97
Merge branch 'dev' into cms-kit-enhancements
2 years ago
Salih c0a7762b2a Update IdentityUserManager.cs
2 years ago
maliming 0eac81d5f4
Add unit tests.
2 years ago
Salih 1f20fb6466 Update IdentityUserManager.cs
2 years ago
maliming 5e49935e7f
Merge pull request #17995 from abpframework/auto-merge/rel-7-4/2251
2 years ago
Jadyn fddad4ae70 Update zh translate
2 years ago
Salih d3832495f0 Add email and userName changed event
2 years ago
maliming abdf2a320d
Remove `Required` constraints of `EntityChange's EntityId`.
2 years ago
Enis Necipoglu 939548a6a1
Add tests for GetTagNameAsync
2 years ago
Enis Necipoglu e3bd32a9f4
Merge branch 'dev' into cms-kit-enhancements
2 years ago
Enis Necipoglu 2c8f24861b
Update CmsKitWebUnifiedModule.cs
2 years ago
Enis Necipoglu a2fcff32b5
Update Client Proxies
2 years ago
Salih bbc620186a Fix the version problem in cms kit
2 years ago
Enis Necipoglu 0289e15a8f
Add readonly support to CommentingViewComponent
2 years ago
Enis Necipoglu 1c5789dd6a
Add readonly support to rating
2 years ago
Engincan VESKE 705730339f CMS Kit: Fix tests and add new tests for CommentPublicAppService
2 years ago
Enis Necipoglu 2e29d19489
Update Index.cshtml
2 years ago
Enis Necipoglu 1f2e5e74cf
Add filtered tags to UI
2 years ago
Engincan VESKE cdd14dbf4e CMS Kit: Prevent duplicate comment records
2 years ago
Enis Necipoglu 3c7a7d2de2
Make Blogs URL prefix customizable
2 years ago
Enis Necipoglu 251238bbd8
Merge pull request #17903 from abpframework/cmskit-contentfragment-error-handling
2 years ago
Salih a1a98913c3 Fix missing method exception problem
2 years ago
Enis Necipoglu 1f917eccc0
Update ContentFragment.cshtml
2 years ago
Enis Necipoglu e78e5abe2b
Localize the error
2 years ago
Enis Necipoglu d128d68609
Show error instead of return 500 for Widget rendering
2 years ago
Masum ULU 8cc8a56983
Merge pull request #17896 from abpframework/auto-merge/rel-7-4/2233
2 years ago
Halil İbrahim Kalkan 54f6be6f1a
Merge pull request #17870 from abpframework/cpm
2 years ago
Enis Necipoglu c0ed627808
Fix permissions spacing without children in the modal
2 years ago
maliming dc893bc40c
Try to get `email` from `AbpClaimTypes.Email` and `ClaimTypes.Email`.
2 years ago
Enis Necipoglu 1f16df3fd4
Merge pull request #17874 from abpframework/auto-merge/rel-7-4/2226
2 years ago
maliming 6bd43caee5
Enable `Central Package Management`.
2 years ago
liangshiwei ceec91bee3 Update CmsKitPublicMenuContributor.cs
2 years ago
liangshiwei 3118e2c7e8 Check MenuEnable feature
2 years ago
maliming 054bb3396a
Merge branch 'dev' into net8-upgrade-all-packages
2 years ago
Halil İbrahim Kalkan fe7ab3e7d4
Merge pull request #17776 from abpframework/net8
2 years ago
Enis Necipoglu d0bef2fe53
Merge pull request #17824 from abpframework/auto-merge/rel-7-4/2223
2 years ago
voloagent 01639e2024 Update_NPM_Packages
2 years ago
maliming 15e29c39d7 Upgrade depended NuGet packages to the latest versions.
2 years ago
Halil İbrahim Kalkan 028be8805e
Merge pull request #17802 from abpframework/SetForClientAsync
2 years ago
maliming 7c70ca418f
Merge branch 'dev' into net8
2 years ago
maliming 74e0515e23 `AddAlwaysDisableUnitOfWorkTransaction` in EF Core test projects.
2 years ago
maliming a4d57d63fe Add `SetForClientAsync` extension method to `IPermissionManager `.
2 years ago
maliming cfc04e51ca
Update Dockerfile.
2 years ago
Enis Necipoglu cab9e031bb
Remove backward compatibility of CMS Kit Page URL
2 years ago
Enis Necipoglu bd91b4d528
Accept only first part of route in CMS kit pages
2 years ago
maliming d56c64c12f
Remove `ISystemClock` because its obsoleted.
2 years ago
maliming 7462f08676
Update template migrations.
2 years ago
Mahmut Gundogdu 6ced80a49a
Merge pull request #17790 from abpframework/auto-merge/rel-7-4/2218
2 years ago
voloagent d06de2680e Update_NPM_Packages
2 years ago
maliming ac313388b5
Allow users to edit user name.
2 years ago
maliming 7b5dbd02ed
Merge branch 'dev' into username-17750
2 years ago
maliming ca23540e5b Upgrade abp to NET 8.0.
2 years ago
Engincan VESKE 632e4cdd3e
Merge pull request #17773 from abpframework/auto-merge/rel-7-4/2210
2 years ago
maliming d32e8a090f
Fix possible `null` errors.
2 years ago
liangshiwei 3dd7b927bd Add pagination to Tag repository
2 years ago
Engincan VESKE 90ace84464
Basic Theme: Show menu icon if it's specified without checking if it a font-awesome icon
2 years ago
Engincan VESKE d7f0b24c0e
Merge pull request #17764 from abpframework/auto-merge/rel-7-4/2209
2 years ago
Engincan VESKE 69f3f6dfc6
Update CmsKitAdminMenuContributor.cs
2 years ago
liangshiwei 8958af30c4 Search with "contains" instead of exact match while searching users
2 years ago
maliming f731de146d
Allow to set username on social registration.
2 years ago
maliming dd1bc966be
Merge pull request #17737 from abpframework/IdentityUserLookupAppService-obsolete
2 years ago
Halil İbrahim Kalkan 377a8ed671
Merge pull request #17642 from abpframework/cmskit-page-rework
2 years ago
Enis Necipoglu 7050dc8394
Change endpoint from check to exist
2 years ago
Enis Necipoglu fd28ef3ff3
Refactor PagePublicAppService
2 years ago
Enis Necipoglu de61e144ea
Remove cache when Page is deleted
2 years ago
Enis Necipoglu ced33d2f4f
Remove PageCacheKey
2 years ago
Enis Necipoglu 0e94d2e5d2
Configure AbpEndpointRouterOptions instead PreConfigure
2 years ago