Commit Graph

563 Commits (0f47f9c77f94dc4b6c675741710e55e46611f308)

Author SHA1 Message Date
Halil İbrahim Kalkan ff694ea5fe
Merge pull request #272 from volosoft/FormTagHelper
7 years ago
Halil İbrahim Kalkan 3c6a95ac24 Implemented toasrt notifications.
7 years ago
yekalkan 5980d9fad7 Validation in dynamic form tag helper
7 years ago
yekalkan 6e69fe71a2 Form Tag Helpers Refactoring
7 years ago
yekalkan 794932cb7d Form Tag helper improvements
7 years ago
yekalkan f27b487395 Field order attiribute in form tag helper
7 years ago
yekalkan 85620a97bc Tag Helper form improvements
7 years ago
yekalkan a486601c28 Form Tag helper override
7 years ago
yekalkan 5c629d6cd8 Removed default select helper in form tag
7 years ago
yekalkan 0c36f77c4f Form create from single model (Basic func.)
7 years ago
Halil İbrahim Kalkan 24c81d96bd Improved Virtual-File-System.md and minor enhancements
7 years ago
Halil İbrahim Kalkan 9d510bce68 Refactored
7 years ago
yekalkan 9ca4e32462 Form tag helper (in proggress)
7 years ago
yekalkan d1441e052a Input tag re-designed & select tag label
7 years ago
yekalkan 8d2c68837e Select Tag Helper
7 years ago
yekalkan 89da8b6bce Render input tag in abp-input
7 years ago
yekalkan 912b2616e4 basic Form-group and input tag helpers
7 years ago
yekalkan 15dca510e5 basic form-group tag helper
7 years ago
yekalkan ec3e5bf21f Enum refactoring grid tag helpers
7 years ago
yekalkan 66ae1998dc Grid Tag Helper Refactor
7 years ago
yekalkan 563fec4fbe Fixes in grid tag helper examples
7 years ago
yekalkan 2601e64382 Vertical and Horizontal examples in grip tag helper (Also a fix fox colTagHelper)
7 years ago
yekalkan df22b687a1 Grid tag helper examples (Also a fix for offset attr.)
7 years ago
Halil İbrahim Kalkan ef103fb9fc Remove example button from demo
7 years ago
Halil İbrahim Kalkan 041a40dfc5 Added sample code
7 years ago
Halil İbrahim Kalkan cf1b1b69cc Added button tag helper
7 years ago
Halil İbrahim Kalkan a6b293a7b5 Remove RestoreProjectStyle
7 years ago
Halil İbrahim Kalkan 230f864afd Add props to Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.csproj
7 years ago
Halil İbrahim Kalkan 4fa0e26f12 Created Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.Tests project.
7 years ago
Halil İbrahim Kalkan 7890956242 Added card example.
7 years ago
Halil İbrahim Kalkan 97de158056 Added AbpCardImageTagHelper
7 years ago
Halil İbrahim Kalkan 1c8be872aa Implemented Title and Subtitle for AbpCardBodyTagHelper.
7 years ago
Halil İbrahim Kalkan 61b1702d49 Added AbpCardLinkTagHelper
7 years ago
Halil İbrahim Kalkan 57f0914f90 Worked on tag helpers.
7 years ago
Halil İbrahim Kalkan e6cff0df3f Introduced ITagHelperService.
7 years ago
Halil İbrahim Kalkan 18e9eb637c Created Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo project
7 years ago
Halil İbrahim Kalkan 2118845a55 Creating minification system.
7 years ago
Halil İbrahim Kalkan 82545081e2 Fixed localization problem for AbpUiModule
7 years ago
Halil İbrahim Kalkan 0567a40c8f Created initial distributed eventbus module.
7 years ago
Halil İbrahim Kalkan e3bc2f6031 Added WithDetails to repository that getting a list of selectors.
7 years ago
Halil İbrahim Kalkan 13d1395697 rename to DefaultWithDetailsFunc from IncludeDetailsFunc
7 years ago
Halil İbrahim Kalkan 649f80e8de Add WithDetails to the repository.
7 years ago
Halil İbrahim Kalkan 4153aa4f88 Handle soft delete on update for mongodb. handle includeDetails for default repositories without creating a custom repository
7 years ago
Halil İbrahim Kalkan 3f19b99de0 Added tests for auditing.
7 years ago
Halil İbrahim Kalkan 769eb2812c Revised entity change events for mongodb.
7 years ago
Halil İbrahim Kalkan 695836bfd6 Trigger domain events for mongodb.
7 years ago
Halil İbrahim Kalkan de874abb17 Added extension method: AbpCollectionExtensions.AddIfNotContains
7 years ago
Halil İbrahim Kalkan e6a102bb50 Upgraded to EF Core 2.1.0-preview2-final.
7 years ago
Halil İbrahim Kalkan 50308a5981 Upgraded all nuget packages.
7 years ago
Halil İbrahim Kalkan 3221924b99 Minor refactor.
7 years ago
Halil İbrahim Kalkan d682802e50 Added includeDetails to repository Get methods.
7 years ago
Halil İbrahim Kalkan abf84ec2ce Developed mongodb model building system.
7 years ago
Halil İbrahim Kalkan 0c6501bc29 Upgrade to EF Core 2.1.0-preview1-final
7 years ago
Halil İbrahim Kalkan b136f483fc Implemented data filters for mongodb. Revised IGeneratesDomainEvents
7 years ago
Halil İbrahim Kalkan f9caa9d365 Implemented tests for memorydb.
7 years ago
Halil İbrahim Kalkan cb96d3df4a Implemented CityRepository for memorydb.
7 years ago
Halil İbrahim Kalkan a4badfb9c9 Moved some EF core tests to a common library to share with mongodb tests.
7 years ago
Halil İbrahim Kalkan 53b81bf410 Move common test code to Repository_Basic_Tests.
7 years ago
Halil İbrahim Kalkan 759bcb1863 Allow to get others collections in a mongodb repository easily
7 years ago
Halil İbrahim Kalkan 32d60e87fd Added test for repositories
7 years ago
Halil İbrahim Kalkan 4519bc3911 added test: Custom_Repository_Method
7 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.
7 years ago
Halil İbrahim Kalkan 0a2f6c3d5a Added basic tests for mongodb.
7 years ago
Halil İbrahim Kalkan b153d7ea1e Added first mongodb test.
7 years ago
Halil İbrahim Kalkan 488d095e7b Enable ABP DI configurations for open generic registration too.
7 years ago
Halil İbrahim Kalkan fb3a05730a Added more unit tests for repository registration.
7 years ago
Halil İbrahim Kalkan f606ab5359 Moved modules and samples to their own repositories.
7 years ago
Halil İbrahim Kalkan 968e6d57dd Register readonly repositories too.
7 years ago
Halil İbrahim Kalkan cc4260c578 Added tests and worked on default repository registration.
7 years ago
Halil İbrahim Kalkan 9b19041c53 Added test cases to RepositoryRegistration_Tests
7 years ago
Halil İbrahim Kalkan e40e1062e6 Resolved #222: Permissions should be available on the client side too.
7 years ago
Halil İbrahim Kalkan 15a10c0d09 Called AuditPropertySetter from AbpDbContext.
7 years ago
Halil İbrahim Kalkan a7d0a81446 Added more tests for AuditPropertySetter.
7 years ago
Halil İbrahim Kalkan 3b84fc3392 Created AuditPropertySetter and initial tests. Added TenantId to current user.
7 years ago
Halil İbrahim Kalkan e19f366afa Created Volo.Abp.Users package and added IUserLookupService.
7 years ago
Halil İbrahim Kalkan cf9d19c05c Remove unused namespaces.
7 years ago
Halil İbrahim Kalkan f91b3170d8 Deleted Volo.Abp package.
7 years ago
Halil İbrahim Kalkan cc204b6f79 Created Volo.Abp.Ddd.Application module.
7 years ago
Halil İbrahim Kalkan 2068a4d318 Created Volo.Abp.Ddd.Domain module
7 years ago
Halil İbrahim Kalkan 7d2da072b1 Created Volo.Abp.Uow package.
7 years ago
Halil İbrahim Kalkan 70a1bfe0c4 #230 Add autosave option to update and delete methods of the repository.
7 years ago
Halil İbrahim Kalkan f40e85f996 Consider in Entity.equals: Different tenants may have an entity with same Id
7 years ago
Halil İbrahim Kalkan f91fccc510 Handle multitenancy in microservices.
7 years ago
Halil İbrahim Kalkan 9d1c0f5ad1 Fix AbpRegistrationBuilderExtensions to send the implementation type instead of service type to the OnServiceRegistredContext.
7 years ago
Halil İbrahim Kalkan a1a29176df Rename class file.
7 years ago
Halil İbrahim Kalkan 9bf60d41e0 Handle multiple roles.
7 years ago
Halil İbrahim Kalkan 429d80f379 Move AddViewLocalization to the framework.
7 years ago
Halil İbrahim Kalkan 347a137333 Fix multitenancy unit tests.
7 years ago
Halil İbrahim Kalkan 4aed3d4828 remove unused namespaces.
7 years ago
Halil İbrahim Kalkan 82c8dce8e5 Redesign permission checker.
7 years ago
Halil İbrahim Kalkan e0544a12db Refactored.
7 years ago
Halil İbrahim Kalkan d131d984a2 Added unit test for anonymous in authorization.
7 years ago
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