Commit Graph

328 Commits (44d4f5440f607843b46cc61c0f0596ec3b843cc4)

Author SHA1 Message Date
Halil İbrahim Kalkan a022b003a7 Rename ClientAutoMapperProfile to IdentityServerAutoMapperProfile and move to the Volo.Abp.IdentityServer namespace
6 years ago
Halil İbrahim Kalkan df7c5f61cb Added DeviceFlowCodes and related classes.
6 years ago
Halil İbrahim Kalkan 4aeb2d747f Update IdentityServerDbContextModelCreatingExtensions.cs
6 years ago
Halil İbrahim Kalkan 388dce7cd2
Merge pull request #2489 from recepdmr/todolist
6 years ago
Yunus Emre Kalkan 4fb3e0e587 add missing namespace to modules and templates: Volo.Abp.Testing
6 years ago
Halil İbrahim Kalkan 32fdfb9bab
Merge branch 'dev' into dev
6 years ago
Javier Campos 9422a254ba feat: add ConfigureAwait(false) to all await calls
6 years ago
Halil İbrahim Kalkan e3efdbb7c1 Resolved #2499: Move AbpValidationResource to Volo.Abp.Validation package.
6 years ago
Halil İbrahim Kalkan d5422af84c
Merge pull request #2391 from mehmetuken/update-packages
6 years ago
maliming cf6fc616e5 ConfigureJsonConversionWithValueComparer for Properties of ApiResource.
6 years ago
maliming 8f74373f5f Add ConfigureJsonConversionWithValueComparer extension method.
6 years ago
maliming 25a654dac0 Remove unnecessary namespaces.
6 years ago
maliming c00778d187 Set value comparer for ExtraProperties and Properties dictionary.
6 years ago
Halil İbrahim Kalkan 2527faaa37 identityserver remove old sync api usage
6 years ago
Mehmet Tüken 18344cbdae [modules/identityserver] fix mongo.exe dispose
6 years ago
Mehmet Tüken 2b19e859a1 bump IdentityServer4 and IdentityServer4.AspNetIdentity 3.0.0 to 3.0.2
6 years ago
Mehmet Tüken 1f5e366604 bump Mongo2Go 2.2.11 to 2.2.12
6 years ago
Mehmet Tüken 68754b62ec bump Microsoft.NET.Test.Sdk 16.2.0 to 16.4.0
6 years ago
Halil İbrahim Kalkan c34b89e274
Merge pull request #2225 from Xeevis/localization-cs
6 years ago
maliming ed4f8bb282 Upgrade frameworks & modules & samples to asp net core 3.1.
6 years ago
Yunus Emre Kalkan 3125fd6a46 localization
6 years ago
Xeevis c59d51d01a Update Czech localization files
6 years ago
maliming f5c293d391 Fill missing Chinese localization texts.
6 years ago
Halil İbrahim Kalkan decad8e30f
Merge pull request #1919 from abpframework/Align-Option-Class-Names
6 years ago
maliming a36501a9de Update PersistedGrant data max length.
6 years ago
Halil İbrahim Kalkan 647b863d6f Configure IdentityServer database mapping based on the database provider.
6 years ago
Yunus Emre Kalkan 9bd045d882 DbConnectionOptions to AbpDbConnectionOptions
6 years ago
Yunus Emre Kalkan ae61c6c718 ModelBuilderConfigurationOptions to AbpModelBuilderConfigurationOptions
6 years ago
Yunus Emre Kalkan f9e97319fb ExceptionLocalizationOptions to AbpExceptionLocalizationOptions
6 years ago
Yunus Emre Kalkan be60cd2f87 MongoModelBuilderConfigurationOptions to AbpMongoModelBuilderConfigurationOptions
6 years ago
Yunus Emre Kalkan 2f6eac8c7c VirtualFileSystemOptions to AbpVirtualFileSystemOptions
6 years ago
Halil İbrahim Kalkan c80de66b4f Add option to call AddDeveloperSigningCredential
6 years ago
Halil İbrahim Kalkan 10313cf02c Add setters for DbTablePrefix and DbSchema
6 years ago
Halil İbrahim Kalkan a18becca11 Revisit db table prefixes for identityserver
6 years ago
Halil İbrahim Kalkan 4b89b3042a
Merge pull request #1873 from abpframework/maliming/IdentityServer
6 years ago
maliming 07ad1558fe IdentityServer minor revison notes.
6 years ago
maliming 4c1e36f81d Use Contextualized mappers on all modules
6 years ago
Halil İbrahim Kalkan 0c96d05159
Merge branch 'dev' into maliming/patch-1
6 years ago
Halil İbrahim Kalkan 05cdda75b9 Resolved #1786: Upgrade to ASP.NET Core 3.0 Stable.
6 years ago
Halil İbrahim Kalkan 72847a3277 PersistedGrantStore should not set protected Entity.Id
6 years ago
Halil İbrahim Kalkan 886e0fa420 Merge branch 'dev' into aspnetcore-3.0
6 years ago
maliming bc9b122f70
Merge pull request #1772 from brittos/dev
6 years ago
brittos 09d454b94f Create pt-BR.json
6 years ago
Halil İbrahim Kalkan 0b785160ad Merge branch 'dev' into aspnetcore-3.0
6 years ago
Yunus Emre Kalkan 7c8d92ae4b Update en.json
6 years ago
Yunus Emre Kalkan 00b0aa6b36 added CheckClientIdExistAsync to IClientRepository
6 years ago
Yunus Emre Kalkan 6b930565bc added missing cancellationTokens
6 years ago
Yunus Emre Kalkan 44cb6fcdb4 removed unique indexes from is4
6 years ago
Yunus Emre Kalkan ce60004537 api & identity resource names are made unique
6 years ago
Yunus Emre Kalkan b46ce09a1a Update IdentityResourceDataSeeder.cs
6 years ago
Yunus Emre Kalkan 80d9105d2e added CheckNameExistAsync methods to api and identity resources
6 years ago
Halil İbrahim Kalkan 23fa87e017 Disable swagger. Fix IDS4 tests.
6 years ago
Halil İbrahim Kalkan 1660a7210d Change InMemory to Sqlite for IDS4 tests
6 years ago
Halil İbrahim Kalkan 29cb4a676b Uppgrade identityserver module to .net core 3.0
6 years ago
maliming 216a40eea6 Replace the email with the username before using the Identity methods.
6 years ago
Halil İbrahim Kalkan 08837f1fba IdentityModelAuthenticationService support custom parameters
6 years ago
Halil İbrahim Kalkan 55509a0d8c Revisit GetAdditionalClaimsOrNull method of AbpResourceOwnerPasswordValidator
6 years ago
maliming 64f9956d8d Upgrade to IdentityServer 2.5.2
6 years ago
Halil İbrahim Kalkan 00e58cd2ce
Merge pull request #1606 from abpframework/maliming/AbpResourceOwnerPasswordValidator
6 years ago
maliming 3c9d5fd559 Format code.
6 years ago
maliming ff66516a93 Resolve #1632 MongoDB test problems & optimization.
6 years ago
maliming c823e41a99 Resolve #1512 AbpResourceOwnerPasswordValidator support custom claims.
6 years ago
Fisher Joe eb0ba2ede1 #1332 Move connection string names to constants for modules. done!
6 years ago
Halil ibrahim Kalkan 843ccb3db2 Use new IDS4 API for IdentityModelAuthenticationService.
6 years ago
maliming 6edb87bd3f Fix #1127 the problem of PersistedGrantStore's StoreAsync update entity.
6 years ago
İsmail ÇAGDAŞ f655540555 updated all nuget packages
7 years ago
Yunus Emre Kalkan 1d865232e0 ConfigureFullAuditedAggregateRoot
7 years ago
maliming 1b8bd9fa36 Add PersistentGrantRepository tests.
7 years ago
maliming b8ae3ffefd AbpIdentityServerTestDataBuilder AddClaimTypes.
7 years ago
Halil ibrahim Kalkan bd5381a187 add Volo.Abp.Identity.MongoDB dependency
7 years ago
Halil ibrahim Kalkan e43603d155 Configure audit fields for aggregate roots.
7 years ago
Halil ibrahim Kalkan 8a7aebaebc Run domain layer tests on EF core integration.
7 years ago
Halil ibrahim Kalkan 2de21f72d6 Inherit aggregate roots from FullAuditedAggregateRoot
7 years ago
Halil ibrahim Kalkan de946178c2 Add missing module dependencies
7 years ago
Halil ibrahim Kalkan e29a657ae3 Add Volo.Abp.Caching reference to Volo.Abp.IdentityServer.Domain
7 years ago
Yunus Emre Kalkan e8e9e988b3 Resolved #812
7 years ago
Halil ibrahim Kalkan d31893a709 Resolved #826: Implement IdentityServer Cors Policy Service.
7 years ago
Yunus Emre Kalkan 1a7eaea886 identity server repositories: Removed GetTotalCount
7 years ago
Halil ibrahim Kalkan d6402bb805 Added IClientRepository.GetAllDistinctAllowedCorsOriginsAsync. Added missing tests.
7 years ago
Yunus Emre Kalkan 325daf5498 Resolved #794
7 years ago
Halil ibrahim Kalkan 4913cbc158 Resolved #728: Allow to set client based permissions like roles/users
7 years ago
Halil ibrahim Kalkan 73572f0b32 Resolved #734: Decrease PostLogoutRedirectUriMaxLength from 2000 to 200.
7 years ago
Halil ibrahim Kalkan 000b619c56 Resolved #757: IdentityServer module should work with inmemory stores if data access layer is not added
7 years ago
Halil ibrahim Kalkan 648ab15f2b Updated SourceLink.Create.CommandLine version to 2.8.3.
7 years ago
Halil ibrahim Kalkan 52a8ec62d9 Remove duplicate file
7 years ago
Yunus Emre Kalkan f1ec845038 Resolved #724 Replace AddAlwaysAllowPermissionChecker usage by AddAlwaysAllowAuthorization
7 years ago
Yunus Emre Kalkan 71b269ef94 Identity server : added detailed identityResource for test
7 years ago
Yunus Emre Kalkan ec6bef7780 Identity server : added detailed apiresource for test
7 years ago
Yunus Emre Kalkan 2bf8c5ba3d Identityserver apiscope fixes
7 years ago
Halil ibrahim Kalkan 5820c4e2c8 IdentityResourceDataSeeder should also add role identity resource.
7 years ago
Halil ibrahim Kalkan d0dcccc95b Refactored identity module
7 years ago
Yunus Emre Kalkan 3e2e06b2c7 Identity server test builder: detailed sample client
7 years ago
Yunus Emre Kalkan 10d8ff47e6 IdentityServer: Added AbpIdentityServerTestData.cs
7 years ago
Halil ibrahim Kalkan 3e625d1005 Merge branch 'master' of https://github.com/volosoft/abp
7 years ago
Halil ibrahim Kalkan ae152d5a80 Merge branch 'master' of https://github.com/volosoft/abp
7 years ago
Yunus Emre Kalkan d12f7bdf36 Update ApiResourceRepository.cs
7 years ago
Halil ibrahim Kalkan e5915ed499 Created IdentityResourceDataSeeder
7 years ago
Yunus Emre Kalkan 3eda49b792 Update ClientRepository.cs
7 years ago
Yunus Emre Kalkan 1e643381c3 identity server apiresource refactor
7 years ago
Yunus Emre Kalkan c132d46968 identity server identityresource refactor
7 years ago
Yunus Emre Kalkan 1a3f20b59b identity server clients refactor
7 years ago
Yunus Emre Kalkan a75d48767c Update Client.cs
7 years ago
Halil ibrahim Kalkan 20ae2c5633 IdentityServer Client improvements
7 years ago
Halil ibrahim Kalkan b792c2544f #664 Upgraded to .net core 2.2.
7 years ago
Halil ibrahim Kalkan 71b573bf60 Resolved #694: Auto configure defaults for entities for mongodb.
7 years ago
Yunus Emre Kalkan 7f97c12e61 Resharper and Coding Standards... #610
7 years ago
Yunus Emre Kalkan e5531687c4 AggregateRoot class improvements
7 years ago
Yunus Emre Kalkan 589b0fa39f Resolved #450 : Use Configure instead of context.Services.Configure in module classes
7 years ago
Yunus Emre Kalkan c130f1fb45 removed redundant parameters in Client.cs
7 years ago
Yunus Emre Kalkan 862fff2e7a Merge branch 'master' of https://github.com/volosoft/abp
7 years ago
Yunus Emre Kalkan 7aba70f1ab ClientRepository uri changes
7 years ago
Halil İbrahim Kalkan b8ac318c99
Merge pull request #556 from maliming/pr
7 years ago
Yunus Emre Kalkan 697bce9be6 ClientRepository scope change
7 years ago
Yunus Emre Kalkan 14b0d47420 ClientRepository changes Yunus Emre Kalkan committed
7 years ago
Yunus Emre Kalkan 162b4112e6 ClientRepository changes
7 years ago
maliming 3d29646936 Cross-platform path and project reference path.
7 years ago
Yunus Emre Kalkan a16c109992 ClientRepository
7 years ago
Yunus Emre Kalkan 2228fb9884 IdentityServer IClientRepository changes
7 years ago
Halil ibrahim Kalkan c5b36b11d2 Fix IDS4 package versions
7 years ago
Yunus Emre Kalkan 7b57089c2d ApiResourceRepository changes
7 years ago
Yunus Emre Kalkan 7f382a6e28 identityserver ApiResourceRepository changes
7 years ago
Yunus Emre Kalkan ba600d75c6 Identity Server Api Resource repository
7 years ago
Yunus Emre Kalkan 94410f6fbd Added RemoveAllUserClaims() in IdentityResource
7 years ago
Yunus Emre Kalkan 3ce9c1148d IdentityServer Repositories
7 years ago
Yunus Emre Kalkan 57c6252924 Identityserver domain tests proj
7 years ago
Yunus Emre Kalkan 0468792fcf IDS4 mongodb tests #496
7 years ago
Yunus Emre Kalkan c789fbe2ad IDS4 MongoDb project #496
7 years ago
Yunus Emre Kalkan 348d255da3 Added identityserver module
7 years ago