Commit Graph

421 Commits (28aa5dee0bcb46c0848994f376f50fcc5ef2f65b)

Author SHA1 Message Date
Halil İbrahim Kalkan 1528f71413 Added tests for auth interception.
7 years ago
Halil İbrahim Kalkan 01997f7c6c Remove DDD dependency from validation tests.
7 years ago
Halil İbrahim Kalkan 23c31bff4b Remove AbpCommonModule dependency from validation tests.
7 years ago
Halil İbrahim Kalkan 80013faec4 Move permission configuration to AbpIdentityApplicationModule
7 years ago
Halil İbrahim Kalkan 983b38b107 Implemented and tested IObjectSerializer
7 years ago
Halil İbrahim Kalkan 02c6aaa86f Remove unused using statement.
7 years ago
Halil İbrahim Kalkan d4e93e9da3 Added support for aggregate root domain events.
7 years ago
Halil İbrahim Kalkan 4806c55778 Implement IocEventHandlerFactory. Changed namespaces for eventbus.
7 years ago
Halil İbrahim Kalkan d5588d9a07 Added tests for DI.
7 years ago
Halil İbrahim Kalkan 479f0a08e9 Auto register event handlers registered to IOC.
7 years ago
Halil İbrahim Kalkan 389f9e7996 Convert EventBusTestBase to AbpIntegratedTest<EventBusTestModule>
7 years ago
Halil İbrahim Kalkan c44975d61e Added basic unit tests for eventbus.
7 years ago
Halil İbrahim Kalkan 232fa9c8f1 Added Volo.Abp.Caching package.
7 years ago
Halil İbrahim Kalkan b8cb698dc2 Multi-tenancy support for the Identity module.
7 years ago
Halil İbrahim Kalkan 6de1fa43d8 Created permission integration to asp.net core authorization system.
7 years ago
Halil İbrahim Kalkan fc710a3d4f Added tests for authorization.
7 years ago
Halil İbrahim Kalkan c943ead0fe Delete Volo.Abp.Permissions package.
7 years ago
Halil İbrahim Kalkan 07b04e7af1 Added more tests for user permission management.
7 years ago
Halil İbrahim Kalkan 715164d5ac Added tests for permission
7 years ago
Halil İbrahim Kalkan f162d2de02 Added data for permission tests.
7 years ago
Halil İbrahim Kalkan 421ca9a38e Refactored Identity tests and fixed ProxyHelper
7 years ago
Halil İbrahim Kalkan 4f1e692757 Improvements on permissions
7 years ago
Halil İbrahim Kalkan d79a4ed070 Clear unused tests.
7 years ago
Halil İbrahim Kalkan 52b6f31807 Getting list of permissions
7 years ago
Halil İbrahim Kalkan b50cee6bd0 Work on permission re-design.
7 years ago
Halil İbrahim Kalkan dbbe2545f1 Permission system enhancements.
7 years ago
Halil İbrahim Kalkan 94af238b95 Merge branch 'master' into permission-redesign
7 years ago
Halil İbrahim Kalkan 5b4085e220
Merge pull request #206 from aspnetzero/upgrade-packages
7 years ago
Halil İbrahim Kalkan fd03ca3604 Seperated permission checker and manager
7 years ago
Halil İbrahim Kalkan b42ca414d3 Remove IsGranted from PermissionGrant
7 years ago
Halil İbrahim Kalkan 078fab86c2 Enhance unit tests for permission and remove unnecessary todo.
7 years ago
Halil İbrahim Kalkan ee6c7cc4b3 PermissionManager.GetAllAsync should return all grants.
7 years ago
Halil İbrahim Kalkan 075702507d Added tests for permission manager.
7 years ago
Halil İbrahim Kalkan 84785fa241 Added tests for permission system.
7 years ago
Halil İbrahim Kalkan 3c1669b8f9 Rename private test methods to resolve the conflict.
7 years ago
Halil İbrahim Kalkan 94250583b2 Updated SourceLink.Create.CommandLine package. Also fixed test for new xunit.
7 years ago
Halil İbrahim Kalkan 65aad5f3e0 Upgraded all nuget packages.
7 years ago
Halil İbrahim Kalkan 331c1f95fb Created test project for permissions.
7 years ago
Halil İbrahim Kalkan 008f42f08f Enhancements on settings.
7 years ago
Halil İbrahim Kalkan e9ad96c510 Added IsVisibleToClients, IsInherited and CustomData to the SettingDefinition.
7 years ago
Halil İbrahim Kalkan 8496a258dd Added unit tests and fixed the setting manager.
7 years ago
Halil İbrahim Kalkan ab479e90ca Added tests for settings.
7 years ago
Halil İbrahim Kalkan f9618dcf14 Refactored setting system.
7 years ago
Halil İbrahim Kalkan 2e4ef14a77 Improved setting system.
7 years ago
Halil İbrahim Kalkan 387dcae2e2 Implemented settingmanager's GetAll
7 years ago
Halil İbrahim Kalkan 5b77271e49 Renamed ISettingContributor and ISettingProvider.
7 years ago
Halil İbrahim Kalkan 6ccdd1a456 Added tests.
7 years ago
Halil İbrahim Kalkan 1d212e090b Refactored setting system.
7 years ago
Halil İbrahim Kalkan 68b88ff6a8 Added initial setting definition manager.
7 years ago
Halil İbrahim Kalkan bda90d6497 Implemented most basic setting manager to get a setting's value.
7 years ago
Halil İbrahim Kalkan 284ee092a5 Added unit test project for settings.
7 years ago
Halil İbrahim Kalkan 6ac16a3405 Created application layer and tests for multitenancy.
7 years ago
Halil İbrahim Kalkan 38acfd95de Make userrole as entity without id.
7 years ago
Halil İbrahim Kalkan 9db94559a3 Refactoring Client of IdentityServer.
7 years ago
Halil İbrahim Kalkan a03ac02ead Working on Client aggregate
7 years ago
Halil İbrahim Kalkan 9614530e90 Revised IdentityResource class.
7 years ago
Halil İbrahim Kalkan 66ce125f8e Api Resource and related entities are revised.
7 years ago
Halil İbrahim Kalkan 066b07b800 Renamed Repository to BasicRepository and QueryableRepository to Repository.
7 years ago
Halil İbrahim Kalkan 260d57a4ec Added repo doc.
7 years ago
Halil İbrahim Kalkan 76fb510c3d Renamed TPrimaryKey to TKey and documented entities.
7 years ago
Halil İbrahim Kalkan 924ba47fe5 Register repositories without PK.
7 years ago
Halil İbrahim Kalkan d2da1f5a55 Implemented a test entity without Id property.
7 years ago
Halil İbrahim Kalkan 5bd4c78bd8 Enabled entity, repo and aggr root without pk.
7 years ago
Halil İbrahim Kalkan d326b0b105 Delete GetList and Count methods from the repository.
7 years ago
Halil İbrahim Kalkan f66ca10231 Temporary remove default PK entity, repository, agg root etc.
7 years ago
Halil İbrahim Kalkan 6751ce6628 Do not use Entity and Repository default PK interfaces.
7 years ago
Halil İbrahim Kalkan de8de3c92b Made console client working for identity server.
7 years ago
Alper Ebicoglu 696861065c added IdentityResourceStore
7 years ago
Halil İbrahim Kalkan 82f3ba402f Removed inmemory client and resource
7 years ago
Alper Ebicoglu 682d3b8206 Removed IdentityResourceStore tests.
7 years ago
Halil İbrahim Kalkan 00c1a4b334
Merge pull request #190 from aspnetzero/Alper/identity-server-mappings
7 years ago
Alper Ebicoglu f097e2a6f2 Removed IdentityResourceStore (not needed!)
7 years ago
Halil İbrahim Kalkan 2aa25fc08d Multitenancy completely refactored
7 years ago
Alper Ebicoglu faa4b1451b Added IdentityResourceStore new test: GetAllResourcesAsync_Should_Return
7 years ago
Alper Ebicoglu bce5fa63d8 Added new IdentityResource Test
7 years ago
Alper Ebicoglu 56d6abe7c4 Added new IdenityResourceStore Test: FindApiResourcesByScopeAsync
7 years ago
Alper Ebicoglu 0d69dd94dd Added identity resource test
7 years ago
Alper Ebicoglu b4460f7613 Refactored.
7 years ago
Alper Ebicoglu 06b846c929 Added new PersistentGrant tests
7 years ago
Alper Ebicoglu d2ff43dc6e Added new test : StoreAsync_Should_Store_PersistedGrant
7 years ago
Halil İbrahim Kalkan 6f6fcfb798 Merged IMultiTenancyManager with ICurrentTenant
7 years ago
Halil İbrahim Kalkan 9e8a18ceae Moved to multitenancy abstractions module.
7 years ago
Halil İbrahim Kalkan 4099af8cc1 Extracted TenantResolver from MultiTenancyManager. Renamed old ITenantResolver to ITenantResolveContributor
7 years ago
Halil İbrahim Kalkan f768922ce5 Implementing replacing a dbcontext.
7 years ago
Halil İbrahim Kalkan 27dab01f1f Renamed multitenancy module
7 years ago
Halil İbrahim Kalkan 7259155a98 Refactoring multitenancy module.
7 years ago
Alper Ebicoglu 487b4860c9 Added PersistedGrantStore
7 years ago
Halil İbrahim Kalkan b5f5a62c3e Refactored.
7 years ago
Halil İbrahim Kalkan e4f4be05c6 Added multi tenancy document and refactored solution.
7 years ago
Halil İbrahim Kalkan 0fc82bc919 Mapped ClientCorsOrigin
7 years ago
Halil İbrahim Kalkan 79b4b98b79 #185 Created entities, dbcontext and a unit test for identityserver module.
7 years ago
Halil İbrahim Kalkan 5569da2bf2 Extracted Abp UI modules.
7 years ago
Halil İbrahim Kalkan 0b79b02bfd Extracted Volo.Abp.Ddd and some other packages.
7 years ago
Halil İbrahim Kalkan 4e9491181a Extracted Abp.Validation package.
7 years ago
Halil İbrahim Kalkan 929d208f61 Extracted Volo.Abp.ObjectMapping package.
7 years ago
Halil İbrahim Kalkan 2ca009cd7b Extract project: Volo.Abp.Data
7 years ago
Halil İbrahim Kalkan 1bbc6138cb Tested application by publishing.
7 years ago
Halil İbrahim Kalkan 12e38bf7e0 Use virtual file provider to read embedded localization jsons.
7 years ago
Halil İbrahim Kalkan 25af4c2331 Created a seperated Volo.Abp.Localization package. Also seperated unit tests to .Core.Test and .Localization.Tests
7 years ago
Halil İbrahim Kalkan 5de19c03f7 Created Volo.Abp.Core package.
7 years ago
Halil İbrahim Kalkan 503f1d26a5 Add InheritResource attribute for base localization resources. #171.
7 years ago
Halil İbrahim Kalkan 5d67d427ca Seperate validations to AbpValidationResource.
7 years ago
Halil İbrahim Kalkan 1ea0592c87 Inherit from existing resources. Thus we can share common localizations accross modules.
7 years ago
Halil İbrahim Kalkan a26223b57b Allow to extend/override existing resources
7 years ago
Halil İbrahim Kalkan 63a59db44b Added option to validate an automapper profile independent from other configuration.
7 years ago
Halil İbrahim Kalkan 57256272f2 Revised validation.
7 years ago
Halil İbrahim Kalkan 6475d17aea Resolved #135: Call AddMvc from MVC module, not by the application.
7 years ago
Halil İbrahim Kalkan 99de9b367f Replace virtual file system by physical file system on development.
7 years ago
Halil İbrahim Kalkan c667f9372e Simplify EmbeddedFileSet.
7 years ago
Halil İbrahim Kalkan ab34dc7dca Use GetType().Assembly instead of GetType().GetTypeInfo().Assembly.
7 years ago
Halil İbrahim Kalkan 7f95e2810e Revised embedded file system to better work with aspnet core razor pages.
7 years ago
Halil İbrahim Kalkan f9589330f3 Fixed AbpServiceProxiesController_Tests.
7 years ago
Halil İbrahim Kalkan 48aba4e333 Implemented data filtering for in memory db.
7 years ago
Halil İbrahim Kalkan adf83d4e25 Implemented enable/disable filters.
7 years ago
Halil İbrahim Kalkan e2cfcacca6 Implemented Soft Delete filter.
7 years ago
Halil İbrahim Kalkan 6c1985b18f Implemented Current Tenant fiter for EF Core.
7 years ago
Halil İbrahim Kalkan 7b2ce256d5 Fixed unit test: CreateAsync
7 years ago
Halil İbrahim Kalkan c89c840f65 Added accidently deleted ExceptionOnRazor.cshtml.
7 years ago
Halil İbrahim Kalkan ab74af4314 Remove old/unused methods
7 years ago
Halil İbrahim Kalkan 1af65651e1 Initial json localization implementation.
7 years ago
Halil İbrahim Kalkan d34a04adfd Add unit test for view localization.
7 years ago
Halil İbrahim Kalkan aedc1d63c6 Added first unit test for localization.
7 years ago
alirıza adıyahşi d7a733601a #109 User management page (CRUD) for Identity module.
7 years ago
alirıza adıyahşi 44ff921a6a user crud operations
7 years ago
Halil İbrahim Kalkan 29a7cfe9b2 Refactored.
7 years ago
Halil İbrahim Kalkan 601228ab41 Support
7 years ago
Halil İbrahim Kalkan f1780f2841 Remove unnecessary root path for api versioning tests.
7 years ago
Halil İbrahim Kalkan f022b04f7a Implemented media type version selector for c# client.
7 years ago
Halil İbrahim Kalkan a3bd9c8c72 Improvements on api versioning.
7 years ago
Halil İbrahim Kalkan 515bd63f1c Send version for query string or path in C# client.
7 years ago
Halil İbrahim Kalkan a5c8e82e2c Created unit tests.
7 years ago
Halil İbrahim Kalkan 01fead68a5 Add configuration to set version to all app services in a module.
7 years ago
Halil İbrahim Kalkan e3d835578b Revise action name normalization.
7 years ago
Halil İbrahim Kalkan c7780f993c Added a sample unit test to share same table between 2 dbcontextes.
7 years ago
Halil İbrahim Kalkan d992036159 Unit tests and improvements for UOW.
7 years ago
Halil İbrahim Kalkan 4272aef096 Merge branch 'master' of https://github.com/aspnetzero/abp
7 years ago
Halil İbrahim Kalkan 4e9e27437f #23 Added AbpExceptionHandlingMiddleware
7 years ago
yekalkan 7f650fb38a Http requests and responses
7 years ago
Halil İbrahim Kalkan fcc4c6269d Added a unit test returns a razor view.
7 years ago
Halil İbrahim Kalkan 6a3f864b73 Improved unit of work.
7 years ago
Halil İbrahim Kalkan 73f5380ce3 Fix unit test.
7 years ago
yekalkan c064c9bb11 Fix assembly name of Volo.Abp.Http.Client.Tests
7 years ago
Halil İbrahim Kalkan 48d52c27de Merge branch 'master' into uow-enhancements
7 years ago
Halil İbrahim Kalkan 275a64380b Added unit tests.
7 years ago
Halil İbrahim Kalkan ececa994b0 Added unit tes to see auto transaction behaviour for get/post requests.
7 years ago
Halil İbrahim Kalkan 78df9ea118 Added unit test for transaction fo EF core.
7 years ago
Halil İbrahim Kalkan 51f450b207 Set options in UOW interceptor and action filter.
7 years ago
Halil İbrahim Kalkan 6c6b1b080a Refactored UOW.
7 years ago
Halil İbrahim Kalkan 1117073201 #23: UOW Action filter should be able to work without middleware too.
7 years ago
Halil İbrahim Kalkan 37c6ff5a7f Added a simple sample console application.
7 years ago