83 Commits (3150baeef19035ca8d20eeafcf5d79b4eade4ea3)

Author SHA1 Message Date
Halil İbrahim Kalkan 761a2180d1 Remove TODOs that we won't implement. 4 years ago
maliming dfe75c2a1d
Add `JsonInclude` to `ExtensibleObject ` & Remove `AbpHasExtraPropertiesJsonConverter`. 4 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 4 years ago
Alper Ebicoglu 3ea4d9988e remove bom from text files. closes #10189 5 years ago
maliming 4c6cee1f36 Convert property to enum if necessary. 5 years ago
liangshiwei 156da08c0f Improved 5 years ago
liangshiwei e8b9ee6b90 remove IHasExtraProperties restrictions 5 years ago
Ilkay Ilknur 7e52a7ac14 order values by their keys. 5 years ago
ismail.yilmaz 5a3ba95a6e Removed mapped extra property from source 5 years ago
Halil İbrahim Kalkan c58644209c Added default values to summaries. 5 years ago
ismail.yilmaz 6e30183169 Use ContainsKey instead of Contains 5 years ago
ismail.yilmaz dfd5634085 Map ExtraProperties of an entity to regular properties of a type-safe dto 5 years ago
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