68 Commits (706986715ca682008eeefea70df5cd2bb20517a7)

Author SHA1 Message Date
Ilkay Ilknur 55f8c1670c set lookup property display name to the text field. 5 years ago
Ilkay Ilknur 3ad30f972b lookup property fix. 5 years ago
Halil İbrahim Kalkan cd4a7200f9 Implement synchronization for object extensions. 5 years ago
Ilkay Ilknur 700f9884e6 hide lookup property from Getoperation and refactoring. 5 years ago
Ilkay Ilknur 59ee6f9ed4 add additional lookup text field. 5 years ago
Ilkay Ilknur 36aca102a1 add filterparam name to property config. 5 years ago
Ilkay Ilknur 32634cfdca add result items property name and move lookup config to the UI. 5 years ago
Ilkay Ilknur 476ae4bd11 ExtensionPropertyLookupConfiguration added. 5 years ago
Halil İbrahim Kalkan 7d4b876935 Move ExtraPropertyDictionary to its own file. 5 years ago
Halil İbrahim Kalkan c198dd8f9e Change Dictionary<string, object> to ExtraPropertyDictionary for IHasExtraProperties 5 years ago
maliming cf885b92c4 Use netstandard for class library & blazor. 6 years ago
maliming 6e79efce2c Upgrade TargetFramework/packages to net5.0 RC. 6 years ago
maliming 356dcb6648 Handle nullable type. 6 years ago
maliming 21759b39f2 Handle GUID type before Change Type. 6 years ago
Halil İbrahim Kalkan 13177fc094 Update IHasExtraProperties.cs 6 years ago
Halil İbrahim Kalkan 2b3ea53bf6 Resolved #4351: Remove ObjectExtensionPropertyInfo.ValidationAttributes. 6 years ago
Halil İbrahim Kalkan f160b368a9 handle dates and datetimes on datatables MVC UI 6 years ago
Halil İbrahim Kalkan 2f0a7af7b3 Resolved #3984 Expose enum type & members to client side for extension properties. 6 years ago
Halil İbrahim Kalkan 2cd8311792 #3979: Allow to set custom "default value" for extra properties. 6 years ago
Halil İbrahim Kalkan 3345f7e988 Normalize UI/API configuration of an extension property if possible. 6 years ago
Halil İbrahim Kalkan 5f20c7726e Resolved #3978: ObjectExtensionManager should automatically add RequiredAttribute & EnumDataTypeAttribute when needed 6 years ago
Halil İbrahim Kalkan dc43ee05df Make ObjectExtensionManager.Instance protected set! 6 years ago
Ahmet cccffb6240 Revert "Merge branch 'dev' into Cotur/Blogging" 6 years ago
Ahmet d358e80ecb Merge branch 'dev' into Cotur/Blogging 6 years ago
Halil İbrahim Kalkan 0282c46100 Use ConcurrentDictionary for the configuration. 6 years ago
Halil İbrahim Kalkan c4955719b1 Rename and refactor module extensions. 6 years ago
Halil İbrahim Kalkan e26d693ca3 Refactor module entity extensions 6 years ago
Halil İbrahim Kalkan 3317b78095 Move Module property to an extension method. 6 years ago
Halil İbrahim Kalkan 50d416dd25 Check validation on SetProperty. 6 years ago
Halil İbrahim Kalkan fa02cd7a19 Added IsAvailableToClients. 6 years ago
Halil İbrahim Kalkan 3ca475804d Move related classes to the Volo.Abp.ObjectExtending.Modularity namespace 6 years ago
Halil İbrahim Kalkan e75005ceed Added Entity configuration for object extensions 6 years ago
Halil İbrahim Kalkan d319fe2525 Added API config for extra properties. 6 years ago
Halil İbrahim Kalkan 407807fe97 Add ModuleObjectExtensionConfigurationHelper 6 years ago
Halil İbrahim Kalkan 06e665b755 Use default localization resource. Introduce IHasNameWithLocalizableDisplayName. 6 years ago
Halil İbrahim Kalkan 7e10bd92ce Auto find the display name for a extra property (if not specified explicitly). 6 years ago
Halil İbrahim Kalkan ef54a6416f Added UI config for extra properties 6 years ago
Halil İbrahim Kalkan e9fc742b7e Added ObjectExtensions to ApplicationConfigurationDto 6 years ago
Halil İbrahim Kalkan 676b677b1f Added module object extension configurations. 6 years ago
Halil İbrahim Kalkan 9c2297074f Add Configuration to ObjectExtensionManager 6 years ago
Halil İbrahim Kalkan 055ba8312d Added ObjectExtensionPropertyInfo.Attributes and marked ValidationAttributes as obsolete 6 years ago
Halil İbrahim Kalkan 41b6c7337a Update ObjectExtensionPropertyInfo.cs 6 years ago
Halil İbrahim Kalkan 55016d8446 ExtensibleObject should set default values for defined properties. 6 years ago
Halil İbrahim Kalkan ccf759ed27 Added DisplayName to ObjectExtensionPropertyInfo 6 years ago
Halil İbrahim Kalkan 7278f0c949 Update ObjectExtensionManagerExtensions.cs 6 years ago
Halil İbrahim Kalkan 8f906ad49f Added more extension methods for ObjectExtensionManager 6 years ago
Halil İbrahim Kalkan 660ce383fb Added AbpModelExpressionProvider and AbpExtraPropertyValidationMetadataProvider 6 years ago
Halil İbrahim Kalkan adfc60d8ca Add IsValid and refactor ExtensibleObjectValidator 6 years ago
Halil İbrahim Kalkan c69e2f12ed Allow to write custom code to validate an extensible object. 6 years ago
Halil İbrahim Kalkan 2d35a8be96 Refactor ExtensibleObjectValidator 6 years ago