117 Commits (fc2cd29f2e58a87f7d64e8076f167cbe23ee0914)

Author SHA1 Message Date
Halil İbrahim Kalkan 4d53c3fd97 Resolved #4985: Change AbpResourceOwnerPasswordValidator to support the external login system. 6 years ago
Halil İbrahim Kalkan 2ad0beb94a Delete unused RandomPasswordGenerator. 6 years ago
Halil İbrahim Kalkan dc05e3e301 Replace user.LoginProvider by IsExternal. 6 years ago
Halil İbrahim Kalkan d12ef80a9d Fix ExternalLoginProviderBase 6 years ago
Halil İbrahim Kalkan ece1842150 Update FakeExternalLoginProvider.cs 6 years ago
Halil İbrahim Kalkan ed792609d7 Fully implement the ExternalLoginProviderBase 6 years ago
Halil İbrahim Kalkan cc94779107 Move create/update to the provider. 6 years ago
Halil İbrahim Kalkan e98084fdf6 Refactor: Extract class RandomPasswordGenerator 6 years ago
Halil İbrahim Kalkan 30d7afb5e6 Set TenantId 6 years ago
Halil İbrahim Kalkan def92907a3 Introduce ExternalLoginProviderBase 6 years ago
Halil İbrahim Kalkan 01580e3aa7 Introduce IExternalLoginProvider 6 years ago
Halil İbrahim Kalkan c232b8d761 Create and register AbpSignInManager. 6 years ago
Halil İbrahim Kalkan 7eb057aaf1 Establish test environment for the Volo.Abp.Identity.AspNetCore package. 6 years ago
maliming 48f7b609aa Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
maliming 0466207a6d Implement security log in Identity module. 6 years ago
Halil İbrahim Kalkan bda2f4184e Resolved #4411, Resolved #4410 6 years ago
maliming 978d80a9be Upgrade identity module packages. 6 years ago
liangshiwei c2fc5f1671 Update IIdentityClaimTypeRepository & IIdentityRoleRepository 6 years ago
liangshiwei 5f412d860d Add unit test 6 years ago
maliming 6a2d8337f0 Fix identity unit test. 6 years ago
maliming e97d090caa Initialize MongoDbRunner in the static constructor. 6 years ago
Galip Tolga Erdem 2c1d6bfbf5 added RemoveAllRoles and RemoveAllMembers to organizationUnitRepository 6 years ago
Halil İbrahim Kalkan 5646ae061e Upgrade EF Core packages on modules. 6 years ago
Galip Tolga Erdem 424d64e23a Updated OrganizationUnitRepository 6 years ago
Galip Tolga Erdem 431fe807eb Updated IOrganizationUnitRepository 6 years ago
Galip Tolga Erdem ad35165c07 organization unit domain update 6 years ago
Halil İbrahim Kalkan 23f3042536 Implemented SearchAsync for the user lookup 6 years ago
Galip Tolga Erdem 06db56de98 fixed update test 6 years ago
Galip Tolga Erdem 7093238d09 OrganizationUnit domain property update for parentId and code 6 years ago
Galip Tolga Erdem 3705c627b3 refactored and renamed 6 years ago
Galip Tolga Erdem cc7921ebe7 fixed error with not counting organizationUnitRoles when roles are requested 6 years ago
Galip Tolga Erdem cdf8cf9907 renaming organizationUnit namepsace 6 years ago
Halil İbrahim Kalkan a75459d480 Add tests and fix mongodb repo. 6 years ago
Halil İbrahim Kalkan f21144ab8f Refactor repositories. 6 years ago
Halil İbrahim Kalkan 118cb5b5f7 Refactor IdentityUserManager & fix unit tests. 6 years ago
Halil İbrahim Kalkan eb068bfff8 Remove ConfigureAwait(false) usages. 6 years ago
Halil İbrahim Kalkan f6ecf06f25 Fix build errors 6 years ago
Halil İbrahim Kalkan 99f23a51bc Resolved #2977: Should set default roles for new external users 6 years ago
Yunus Emre Kalkan 661c800079 Remove Identity test module dependencies from Account module Tests 6 years ago
maliming fb3a0f6c57 Use ListResultDto as return value. 6 years ago
maliming ed5ebe3203 Create an endpoint to query all roles. 6 years ago
maliming adeeb0d5a1 Fixed the bug that the controller was not logged & Filter the controller in AbpAuditingMiddleware. 6 years ago
Yunus Emre Kalkan 61d8e68a0a Default roles on registration 6 years ago
maliming 9cffe676b2 Remove Fody from the unit test project. 6 years ago
Mehmet Perk 876f441cce IdentityUserOrganizationUnit and OrganizationUnitRole do not need a primary key 6 years ago
maliming 174e25b0be Remove ConfigureAwait of async method. 6 years ago
maliming a2e3f30c44 Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd. 6 years ago
Mehmet Perk 4db9a9a42e get users by organization unit 6 years ago
mperk 27c565fc1e event permissions update when role update 6 years ago
Mehmet Perk 1fa0e2852c add organizationUnits foreignKey to User 6 years ago