Commit Graph

567 Commits (b128006b3f805c12541b26f80e5c52130209c1f9)

Author SHA1 Message Date
Halil İbrahim Kalkan de874abb17 Added extension method: AbpCollectionExtensions.AddIfNotContains
8 years ago
Halil İbrahim Kalkan e6a102bb50 Upgraded to EF Core 2.1.0-preview2-final.
8 years ago
Halil İbrahim Kalkan 50308a5981 Upgraded all nuget packages.
8 years ago
Halil İbrahim Kalkan 3221924b99 Minor refactor.
8 years ago
Halil İbrahim Kalkan d682802e50 Added includeDetails to repository Get methods.
8 years ago
Halil İbrahim Kalkan abf84ec2ce Developed mongodb model building system.
8 years ago
Halil İbrahim Kalkan 0c6501bc29 Upgrade to EF Core 2.1.0-preview1-final
8 years ago
Halil İbrahim Kalkan b136f483fc Implemented data filters for mongodb. Revised IGeneratesDomainEvents
8 years ago
Halil İbrahim Kalkan f9caa9d365 Implemented tests for memorydb.
8 years ago
Halil İbrahim Kalkan cb96d3df4a Implemented CityRepository for memorydb.
8 years ago
Halil İbrahim Kalkan a4badfb9c9 Moved some EF core tests to a common library to share with mongodb tests.
8 years ago
Halil İbrahim Kalkan 53b81bf410 Move common test code to Repository_Basic_Tests.
8 years ago
Halil İbrahim Kalkan 759bcb1863 Allow to get others collections in a mongodb repository easily
8 years ago
Halil İbrahim Kalkan 32d60e87fd Added test for repositories
8 years ago
Halil İbrahim Kalkan 4519bc3911 added test: Custom_Repository_Method
8 years ago
Halil İbrahim Kalkan 1a65039fa3 Remove Migration from ef core test project. add city to test domain and implement in ef core and mongodb.
8 years ago
Halil İbrahim Kalkan 0a2f6c3d5a Added basic tests for mongodb.
8 years ago
Halil İbrahim Kalkan b153d7ea1e Added first mongodb test.
8 years ago
Halil İbrahim Kalkan 488d095e7b Enable ABP DI configurations for open generic registration too.
8 years ago
Halil İbrahim Kalkan fb3a05730a Added more unit tests for repository registration.
8 years ago
Halil İbrahim Kalkan f606ab5359 Moved modules and samples to their own repositories.
8 years ago
Halil İbrahim Kalkan 968e6d57dd Register readonly repositories too.
8 years ago
Halil İbrahim Kalkan cc4260c578 Added tests and worked on default repository registration.
8 years ago
Halil İbrahim Kalkan 9b19041c53 Added test cases to RepositoryRegistration_Tests
8 years ago
Halil İbrahim Kalkan e40e1062e6 Resolved #222: Permissions should be available on the client side too.
8 years ago
Halil İbrahim Kalkan 15a10c0d09 Called AuditPropertySetter from AbpDbContext.
8 years ago
Halil İbrahim Kalkan a7d0a81446 Added more tests for AuditPropertySetter.
8 years ago
Halil İbrahim Kalkan 3b84fc3392 Created AuditPropertySetter and initial tests. Added TenantId to current user.
8 years ago
Halil İbrahim Kalkan e19f366afa Created Volo.Abp.Users package and added IUserLookupService.
8 years ago
Halil İbrahim Kalkan cf9d19c05c Remove unused namespaces.
8 years ago
Halil İbrahim Kalkan f91b3170d8 Deleted Volo.Abp package.
8 years ago
Halil İbrahim Kalkan cc204b6f79 Created Volo.Abp.Ddd.Application module.
8 years ago
Halil İbrahim Kalkan 2068a4d318 Created Volo.Abp.Ddd.Domain module
8 years ago
Halil İbrahim Kalkan 7d2da072b1 Created Volo.Abp.Uow package.
8 years ago
Halil İbrahim Kalkan 70a1bfe0c4 #230 Add autosave option to update and delete methods of the repository.
8 years ago
Halil İbrahim Kalkan f40e85f996 Consider in Entity.equals: Different tenants may have an entity with same Id
8 years ago
Halil İbrahim Kalkan f91fccc510 Handle multitenancy in microservices.
8 years ago
Halil İbrahim Kalkan 9d1c0f5ad1 Fix AbpRegistrationBuilderExtensions to send the implementation type instead of service type to the OnServiceRegistredContext.
8 years ago
Halil İbrahim Kalkan a1a29176df Rename class file.
8 years ago
Halil İbrahim Kalkan 9bf60d41e0 Handle multiple roles.
8 years ago
Halil İbrahim Kalkan 429d80f379 Move AddViewLocalization to the framework.
8 years ago
Halil İbrahim Kalkan 347a137333 Fix multitenancy unit tests.
8 years ago
Halil İbrahim Kalkan 4aed3d4828 remove unused namespaces.
8 years ago
Halil İbrahim Kalkan 82c8dce8e5 Redesign permission checker.
8 years ago
Halil İbrahim Kalkan e0544a12db Refactored.
8 years ago
Halil İbrahim Kalkan d131d984a2 Added unit test for anonymous in authorization.
8 years ago
Halil İbrahim Kalkan 1528f71413 Added tests for auth interception.
8 years ago
Halil İbrahim Kalkan 01997f7c6c Remove DDD dependency from validation tests.
8 years ago
Halil İbrahim Kalkan 23c31bff4b Remove AbpCommonModule dependency from validation tests.
8 years ago
Halil İbrahim Kalkan 80013faec4 Move permission configuration to AbpIdentityApplicationModule
8 years ago
Halil İbrahim Kalkan 983b38b107 Implemented and tested IObjectSerializer
8 years ago
Halil İbrahim Kalkan 02c6aaa86f Remove unused using statement.
8 years ago
Halil İbrahim Kalkan d4e93e9da3 Added support for aggregate root domain events.
8 years ago
Halil İbrahim Kalkan 4806c55778 Implement IocEventHandlerFactory. Changed namespaces for eventbus.
8 years ago
Halil İbrahim Kalkan d5588d9a07 Added tests for DI.
8 years ago
Halil İbrahim Kalkan 479f0a08e9 Auto register event handlers registered to IOC.
8 years ago
Halil İbrahim Kalkan 389f9e7996 Convert EventBusTestBase to AbpIntegratedTest<EventBusTestModule>
8 years ago
Halil İbrahim Kalkan c44975d61e Added basic unit tests for eventbus.
8 years ago
Halil İbrahim Kalkan 232fa9c8f1 Added Volo.Abp.Caching package.
8 years ago
Halil İbrahim Kalkan b8cb698dc2 Multi-tenancy support for the Identity module.
8 years ago
Halil İbrahim Kalkan 6de1fa43d8 Created permission integration to asp.net core authorization system.
8 years ago
Halil İbrahim Kalkan fc710a3d4f Added tests for authorization.
8 years ago
Halil İbrahim Kalkan c943ead0fe Delete Volo.Abp.Permissions package.
8 years ago
Halil İbrahim Kalkan 07b04e7af1 Added more tests for user permission management.
8 years ago
Halil İbrahim Kalkan 715164d5ac Added tests for permission
8 years ago
Halil İbrahim Kalkan f162d2de02 Added data for permission tests.
8 years ago
Halil İbrahim Kalkan 421ca9a38e Refactored Identity tests and fixed ProxyHelper
8 years ago
Halil İbrahim Kalkan 4f1e692757 Improvements on permissions
8 years ago
Halil İbrahim Kalkan d79a4ed070 Clear unused tests.
8 years ago
Halil İbrahim Kalkan 52b6f31807 Getting list of permissions
8 years ago
Halil İbrahim Kalkan b50cee6bd0 Work on permission re-design.
8 years ago
Halil İbrahim Kalkan dbbe2545f1 Permission system enhancements.
8 years ago
Halil İbrahim Kalkan 94af238b95 Merge branch 'master' into permission-redesign
8 years ago
Halil İbrahim Kalkan 5b4085e220
Merge pull request #206 from aspnetzero/upgrade-packages
8 years ago
Halil İbrahim Kalkan fd03ca3604 Seperated permission checker and manager
8 years ago
Halil İbrahim Kalkan b42ca414d3 Remove IsGranted from PermissionGrant
8 years ago
Halil İbrahim Kalkan 078fab86c2 Enhance unit tests for permission and remove unnecessary todo.
8 years ago
Halil İbrahim Kalkan ee6c7cc4b3 PermissionManager.GetAllAsync should return all grants.
8 years ago
Halil İbrahim Kalkan 075702507d Added tests for permission manager.
8 years ago
Halil İbrahim Kalkan 84785fa241 Added tests for permission system.
8 years ago
Halil İbrahim Kalkan 3c1669b8f9 Rename private test methods to resolve the conflict.
8 years ago
Halil İbrahim Kalkan 94250583b2 Updated SourceLink.Create.CommandLine package. Also fixed test for new xunit.
8 years ago
Halil İbrahim Kalkan 65aad5f3e0 Upgraded all nuget packages.
8 years ago
Halil İbrahim Kalkan 331c1f95fb Created test project for permissions.
8 years ago
Halil İbrahim Kalkan 008f42f08f Enhancements on settings.
8 years ago
Halil İbrahim Kalkan e9ad96c510 Added IsVisibleToClients, IsInherited and CustomData to the SettingDefinition.
8 years ago
Halil İbrahim Kalkan 8496a258dd Added unit tests and fixed the setting manager.
8 years ago
Halil İbrahim Kalkan ab479e90ca Added tests for settings.
8 years ago
Halil İbrahim Kalkan f9618dcf14 Refactored setting system.
8 years ago
Halil İbrahim Kalkan 2e4ef14a77 Improved setting system.
8 years ago
Halil İbrahim Kalkan 387dcae2e2 Implemented settingmanager's GetAll
8 years ago
Halil İbrahim Kalkan 5b77271e49 Renamed ISettingContributor and ISettingProvider.
8 years ago
Halil İbrahim Kalkan 6ccdd1a456 Added tests.
8 years ago
Halil İbrahim Kalkan 1d212e090b Refactored setting system.
8 years ago
Halil İbrahim Kalkan 68b88ff6a8 Added initial setting definition manager.
8 years ago
Halil İbrahim Kalkan bda90d6497 Implemented most basic setting manager to get a setting's value.
8 years ago
Halil İbrahim Kalkan 284ee092a5 Added unit test project for settings.
8 years ago
Halil İbrahim Kalkan 6ac16a3405 Created application layer and tests for multitenancy.
8 years ago
Halil İbrahim Kalkan 38acfd95de Make userrole as entity without id.
8 years ago
Halil İbrahim Kalkan 9db94559a3 Refactoring Client of IdentityServer.
8 years ago
Halil İbrahim Kalkan a03ac02ead Working on Client aggregate
8 years ago
Halil İbrahim Kalkan 9614530e90 Revised IdentityResource class.
8 years ago
Halil İbrahim Kalkan 66ce125f8e Api Resource and related entities are revised.
8 years ago
Halil İbrahim Kalkan 066b07b800 Renamed Repository to BasicRepository and QueryableRepository to Repository.
8 years ago
Halil İbrahim Kalkan 260d57a4ec Added repo doc.
8 years ago
Halil İbrahim Kalkan 76fb510c3d Renamed TPrimaryKey to TKey and documented entities.
8 years ago
Halil İbrahim Kalkan 924ba47fe5 Register repositories without PK.
8 years ago
Halil İbrahim Kalkan d2da1f5a55 Implemented a test entity without Id property.
8 years ago
Halil İbrahim Kalkan 5bd4c78bd8 Enabled entity, repo and aggr root without pk.
8 years ago
Halil İbrahim Kalkan d326b0b105 Delete GetList and Count methods from the repository.
8 years ago
Halil İbrahim Kalkan f66ca10231 Temporary remove default PK entity, repository, agg root etc.
8 years ago
Halil İbrahim Kalkan 6751ce6628 Do not use Entity and Repository default PK interfaces.
8 years ago
Halil İbrahim Kalkan de8de3c92b Made console client working for identity server.
8 years ago
Alper Ebicoglu 696861065c added IdentityResourceStore
8 years ago
Halil İbrahim Kalkan 82f3ba402f Removed inmemory client and resource
8 years ago
Alper Ebicoglu 682d3b8206 Removed IdentityResourceStore tests.
8 years ago
Halil İbrahim Kalkan 00c1a4b334
Merge pull request #190 from aspnetzero/Alper/identity-server-mappings
8 years ago
Alper Ebicoglu f097e2a6f2 Removed IdentityResourceStore (not needed!)
8 years ago
Halil İbrahim Kalkan 2aa25fc08d Multitenancy completely refactored
8 years ago
Alper Ebicoglu faa4b1451b Added IdentityResourceStore new test: GetAllResourcesAsync_Should_Return
8 years ago
Alper Ebicoglu bce5fa63d8 Added new IdentityResource Test
8 years ago
Alper Ebicoglu 56d6abe7c4 Added new IdenityResourceStore Test: FindApiResourcesByScopeAsync
8 years ago
Alper Ebicoglu 0d69dd94dd Added identity resource test
8 years ago
Alper Ebicoglu b4460f7613 Refactored.
8 years ago
Alper Ebicoglu 06b846c929 Added new PersistentGrant tests
8 years ago
Alper Ebicoglu d2ff43dc6e Added new test : StoreAsync_Should_Store_PersistedGrant
8 years ago
Halil İbrahim Kalkan 6f6fcfb798 Merged IMultiTenancyManager with ICurrentTenant
8 years ago
Halil İbrahim Kalkan 9e8a18ceae Moved to multitenancy abstractions module.
8 years ago
Halil İbrahim Kalkan 4099af8cc1 Extracted TenantResolver from MultiTenancyManager. Renamed old ITenantResolver to ITenantResolveContributor
8 years ago
Halil İbrahim Kalkan f768922ce5 Implementing replacing a dbcontext.
8 years ago
Halil İbrahim Kalkan 27dab01f1f Renamed multitenancy module
8 years ago
Halil İbrahim Kalkan 7259155a98 Refactoring multitenancy module.
8 years ago
Alper Ebicoglu 487b4860c9 Added PersistedGrantStore
8 years ago
Halil İbrahim Kalkan b5f5a62c3e Refactored.
8 years ago
Halil İbrahim Kalkan e4f4be05c6 Added multi tenancy document and refactored solution.
8 years ago
Halil İbrahim Kalkan 0fc82bc919 Mapped ClientCorsOrigin
8 years ago
Halil İbrahim Kalkan 79b4b98b79 #185 Created entities, dbcontext and a unit test for identityserver module.
8 years ago
Halil İbrahim Kalkan 5569da2bf2 Extracted Abp UI modules.
8 years ago
Halil İbrahim Kalkan 0b79b02bfd Extracted Volo.Abp.Ddd and some other packages.
8 years ago
Halil İbrahim Kalkan 4e9491181a Extracted Abp.Validation package.
8 years ago
Halil İbrahim Kalkan 929d208f61 Extracted Volo.Abp.ObjectMapping package.
8 years ago
Halil İbrahim Kalkan 2ca009cd7b Extract project: Volo.Abp.Data
8 years ago
Halil İbrahim Kalkan 1bbc6138cb Tested application by publishing.
8 years ago
Halil İbrahim Kalkan 12e38bf7e0 Use virtual file provider to read embedded localization jsons.
8 years ago
Halil İbrahim Kalkan 25af4c2331 Created a seperated Volo.Abp.Localization package. Also seperated unit tests to .Core.Test and .Localization.Tests
8 years ago
Halil İbrahim Kalkan 5de19c03f7 Created Volo.Abp.Core package.
8 years ago
Halil İbrahim Kalkan 503f1d26a5 Add InheritResource attribute for base localization resources. #171.
8 years ago
Halil İbrahim Kalkan 5d67d427ca Seperate validations to AbpValidationResource.
8 years ago
Halil İbrahim Kalkan 1ea0592c87 Inherit from existing resources. Thus we can share common localizations accross modules.
8 years ago
Halil İbrahim Kalkan a26223b57b Allow to extend/override existing resources
8 years ago
Halil İbrahim Kalkan 63a59db44b Added option to validate an automapper profile independent from other configuration.
8 years ago
Halil İbrahim Kalkan 57256272f2 Revised validation.
8 years ago
Halil İbrahim Kalkan 6475d17aea Resolved #135: Call AddMvc from MVC module, not by the application.
8 years ago
Halil İbrahim Kalkan 99de9b367f Replace virtual file system by physical file system on development.
8 years ago
Halil İbrahim Kalkan c667f9372e Simplify EmbeddedFileSet.
8 years ago
Halil İbrahim Kalkan ab34dc7dca Use GetType().Assembly instead of GetType().GetTypeInfo().Assembly.
8 years ago
Halil İbrahim Kalkan 7f95e2810e Revised embedded file system to better work with aspnet core razor pages.
8 years ago
Halil İbrahim Kalkan f9589330f3 Fixed AbpServiceProxiesController_Tests.
8 years ago
Halil İbrahim Kalkan 48aba4e333 Implemented data filtering for in memory db.
8 years ago
Halil İbrahim Kalkan adf83d4e25 Implemented enable/disable filters.
8 years ago
Halil İbrahim Kalkan e2cfcacca6 Implemented Soft Delete filter.
8 years ago
Halil İbrahim Kalkan 6c1985b18f Implemented Current Tenant fiter for EF Core.
8 years ago
Halil İbrahim Kalkan 7b2ce256d5 Fixed unit test: CreateAsync
8 years ago
Halil İbrahim Kalkan c89c840f65 Added accidently deleted ExceptionOnRazor.cshtml.
8 years ago
Halil İbrahim Kalkan ab74af4314 Remove old/unused methods
8 years ago
Halil İbrahim Kalkan 1af65651e1 Initial json localization implementation.
8 years ago
Halil İbrahim Kalkan d34a04adfd Add unit test for view localization.
8 years ago
Halil İbrahim Kalkan aedc1d63c6 Added first unit test for localization.
8 years ago
alirıza adıyahşi d7a733601a #109 User management page (CRUD) for Identity module.
8 years ago
alirıza adıyahşi 44ff921a6a user crud operations
8 years ago
Halil İbrahim Kalkan 29a7cfe9b2 Refactored.
8 years ago
Halil İbrahim Kalkan 601228ab41 Support
8 years ago
Halil İbrahim Kalkan f1780f2841 Remove unnecessary root path for api versioning tests.
8 years ago
Halil İbrahim Kalkan f022b04f7a Implemented media type version selector for c# client.
8 years ago
Halil İbrahim Kalkan a3bd9c8c72 Improvements on api versioning.
8 years ago
Halil İbrahim Kalkan 515bd63f1c Send version for query string or path in C# client.
8 years ago
Halil İbrahim Kalkan a5c8e82e2c Created unit tests.
8 years ago
Halil İbrahim Kalkan 01fead68a5 Add configuration to set version to all app services in a module.
8 years ago
Halil İbrahim Kalkan e3d835578b Revise action name normalization.
8 years ago
Halil İbrahim Kalkan c7780f993c Added a sample unit test to share same table between 2 dbcontextes.
8 years ago
Halil İbrahim Kalkan d992036159 Unit tests and improvements for UOW.
8 years ago
Halil İbrahim Kalkan 4272aef096 Merge branch 'master' of https://github.com/aspnetzero/abp
8 years ago
Halil İbrahim Kalkan 4e9e27437f #23 Added AbpExceptionHandlingMiddleware
8 years ago
yekalkan 7f650fb38a Http requests and responses
8 years ago
Halil İbrahim Kalkan fcc4c6269d Added a unit test returns a razor view.
8 years ago
Halil İbrahim Kalkan 6a3f864b73 Improved unit of work.
8 years ago
Halil İbrahim Kalkan 73f5380ce3 Fix unit test.
8 years ago
yekalkan c064c9bb11 Fix assembly name of Volo.Abp.Http.Client.Tests
8 years ago
Halil İbrahim Kalkan 48d52c27de Merge branch 'master' into uow-enhancements
8 years ago
Halil İbrahim Kalkan 275a64380b Added unit tests.
8 years ago
Halil İbrahim Kalkan ececa994b0 Added unit tes to see auto transaction behaviour for get/post requests.
8 years ago
Halil İbrahim Kalkan 78df9ea118 Added unit test for transaction fo EF core.
8 years ago
Halil İbrahim Kalkan 51f450b207 Set options in UOW interceptor and action filter.
8 years ago
Halil İbrahim Kalkan 6c6b1b080a Refactored UOW.
8 years ago
Halil İbrahim Kalkan 1117073201 #23: UOW Action filter should be able to work without middleware too.
8 years ago
Halil İbrahim Kalkan 37c6ff5a7f Added a simple sample console application.
8 years ago
Halil İbrahim Kalkan f4394f9993 Created Unit Of Work reservation system.
8 years ago
Halil İbrahim Kalkan 449dd678e0 Added most simple UOW middleware for asp.net core mvc.
8 years ago
Halil İbrahim Kalkan 13d83674ee #23 implemented nested unit of works.
8 years ago
Halil İbrahim Kalkan 790ed478da Refactored and improved UOW. Added simple UOW middleware. Created a unit test for UOW.
8 years ago
Halil İbrahim Kalkan e68dabf59b Impelemented validation filter for asp.net core mvc.
8 years ago
Halil İbrahim Kalkan 24ae92fcee Added existing validation infrastructure for application services.
8 years ago
Halil İbrahim Kalkan b74260645b Handle remote service error response in dynamic HTTP Proxy clients wherever possible. #90.
8 years ago
Halil İbrahim Kalkan 75e0ed2ee6 #90 Wrap result only for services return object. And only on error case.
8 years ago
Halil İbrahim Kalkan 97e6379e49 Move AbpIdentityDomainModule to new directory and rename.
8 years ago
Halil İbrahim Kalkan 92172b9d0b Renamed Volo.Abp.Identity to Volo.Abp.Identity.Domain
8 years ago
Halil İbrahim Kalkan f0b9e500ee Created IdentityRoleAppService
8 years ago
Halil İbrahim Kalkan dce591f19c Added ISupportsExplicitLoading feature and used while accessing IdentityUser.Roles.
8 years ago
Halil İbrahim Kalkan ecd03af4c7 Added GetRoles to IIdentityUserAppService
8 years ago
Halil İbrahim Kalkan 0d88992089 Added unit tests.
8 years ago
Halil İbrahim Kalkan aedf5d1087 Added UpdateAsync test for IIdentityUserAppService.
8 years ago
Halil İbrahim Kalkan e2d438b286 Added test for Create method.
8 years ago
Halil İbrahim Kalkan 3fc49f02d1 Added first unit test for Abp.Identity.Application layer.
8 years ago
Halil İbrahim Kalkan f0cb66a518 Created basic UserAppService.
8 years ago
Halil İbrahim Kalkan c7f67bbc4a Refactored.
8 years ago
Halil İbrahim Kalkan b2c0fad53a Introduced RemoteServiceOptions.
8 years ago
Halil İbrahim Kalkan ff4363dd61 Rest API Improvements #106: Can use Async in app service methods by hided from client url and proxies.
8 years ago
Halil İbrahim Kalkan 5ac3369a7f Dynamic Javascript Client for API Services #98
8 years ago
Halil İbrahim Kalkan 67fca93d0f Change route for RegularTestController.IncrementValue
8 years ago
Halil İbrahim Kalkan b6820e527b Introduce IRemoteService interface.
8 years ago
Halil İbrahim Kalkan d9cf5c7d22 Created ServiceCollectionDynamicHttpClientProxyExtensions.AddHttpClientProxies.
8 years ago
Halil İbrahim Kalkan 4be4939bfe Added RemoteService to RegularTestController
8 years ago
Halil İbrahim Kalkan a36eeaef86 Added headers for http client proxy.
8 years ago
Halil İbrahim Kalkan 506be99144 Added Update test for PersonAppServiceClientProxy_Tests
8 years ago
Halil İbrahim Kalkan c8301f37c1 Implemented payload body.
8 years ago
Halil İbrahim Kalkan 100b537319 Added Delete test to PersonAppServiceClientProxy_Tests
8 years ago
Halil İbrahim Kalkan 0083892153 Improved DynamicHttpProxyInterceptor
8 years ago
Halil İbrahim Kalkan 994d43bbfd Added ReflectionHelper.GetValueByPath and used in HynamicHttpProxyInterceptor.
8 years ago
Halil İbrahim Kalkan 8f9d41817e Add parameter values for path binding (PoC code).
8 years ago
Halil İbrahim Kalkan 849eed0b54 Created Abp.Http.Client package.
8 years ago
Halil İbrahim Kalkan d96adba277 Added api models and aspnet core model provider.
8 years ago
Halil İbrahim Kalkan c3efe16f98 Worked on dynamic http proxying
8 years ago
Halil İbrahim Kalkan f2a0f68ecb Created Volo.Abp.Http module and unit test project.
8 years ago
Halil İbrahim Kalkan 9a7507ce31 Support secondary Ids and allow to normalize action in url.
8 years ago
Halil İbrahim Kalkan cff53ca466 Refactored.
8 years ago
Halil İbrahim Kalkan 4be2cd2d46 Rename PersonAppService to PeopleAppService
8 years ago
Halil İbrahim Kalkan 7edf315797 Fix comments.
8 years ago
Halil İbrahim Kalkan 0906e4f391 Handle basic URL conventions.
8 years ago
Halil İbrahim Kalkan 32518df791 Remove services prefix for all services.
8 years ago
Halil İbrahim Kalkan b258738fef Added unit test. Added feature to generate ids for in memory database.
8 years ago
Halil İbrahim Kalkan 36f52a616f Added unit test for AddPhone.
8 years ago
Halil İbrahim Kalkan 0273225fe9 Added DeletePhone to IPersonAppService.
8 years ago
Halil İbrahim Kalkan aba80f85cf Added a few custom methods to PersonAppService.
8 years ago
Halil İbrahim Kalkan 5bc7862095 Added phone entity in the sample application.
8 years ago
Halil İbrahim Kalkan e105079311 Change crud add service base.
8 years ago
Halil İbrahim Kalkan 555d3c76b2 Fix comment.
8 years ago
Halil İbrahim Kalkan c52704fdaa Created unit test for Crud application service.
8 years ago
Halil İbrahim Kalkan 38519a001a Make "application services as controllers" working.
8 years ago
Halil İbrahim Kalkan 8172382883 Enable Property Injection only for types in an assembly containing an AbpModule
8 years ago
Halil İbrahim Kalkan d1907e342e Added application service convention for AspNet Core.
8 years ago