61 Commits (df2cebfcebdf2cdabfc4ba99ef959a5ff5bb04e6)

Author SHA1 Message Date
maliming 1c5b8a7b6f Normalized client proxy controller name. 5 years ago
maliming b4bc92a893 Convert ClientProxy to controller. 5 years ago
liangshiwei 8ce9cdb070 Rename DeclaringFrom to ImplementFrom and Support methods with the same name 5 years ago
liangshiwei 8c7c3404db Add DeclaringFrom to ActionApiDescriptionModel 5 years ago
Halil İbrahim Kalkan 16253a69be Made IRemoteServiceConfigurationProvider async. 5 years ago
maliming 1d54b0da9d Skip authenticate when action allow anonymous. 5 years ago
maliming 5b994139ab Use IOS 8601 as datetime format in querystring and InvariantCulture route. 5 years ago
maliming 31b1608e9a Support using IRemoteStreamContent in Dto 5 years ago
Ahmet dc95eabf43 rename configuration class name 5 years ago
Ahmet 36097d2e40 PropertyNameGenerator moved to static class 5 years ago
Halil İbrahim Kalkan 3b633f631e Static property must be initialized in static constructor. 5 years ago
maliming 8e72d54d3f Add JsonName to ParameterApiDescriptionModel. 5 years ago
Ahmet d06c654d3e Implementing JsonName generating for PropertyApiDescriptionModel 5 years ago
Ahmet 4df9e90de1 Added PropertyNameGenerator to AbpApiProxyScriptingOptions 5 years ago
maliming 105d7fd542 Use controller type as key. 5 years ago
maliming d07230910b Use ApplicationApiDescriptionModel.Create insetad of new. 5 years ago
maliming 37e3924f00 Use commas to separate header objects. 5 years ago
maliming 4aa8fb1e3f Exclude UserCache of ProxyScriptingModel as the cache key. 5 years ago
maliming 26f84195a2 Use object as the parameter of form binding and convert all parameters into camel case. 5 years ago
maliming 5f7f3885e4 Set dataType to text for string return values for dynamic JavaScript proxies. 5 years ago
maliming 04fe0767df Make httpMethod can be nullable. 5 years ago
maliming c0edc126cb Enhancement ApiTypeNameHelper 5 years ago
maliming e1d89aabde
Update ApiTypeNameHelper.cs 5 years ago
maliming b3d4f6929e Prevent ApiTypeNameHelper infinite loop. 5 years ago
Halil İbrahim Kalkan deb04d7a9e Add PropertyApiDescriptionModel.IsRequired 5 years ago
maliming 7b06cfb5a2 Move to System.Text.Json 6 years ago
maliming cf885b92c4 Use netstandard for class library & blazor. 6 years ago
Halil İbrahim Kalkan edff85f6ac Resolved #5525: Exception Handling for the Blazor UI. 6 years ago
Halil İbrahim Kalkan 97f07310dd Introduce UserExceptionInformer 6 years ago
maliming 6e79efce2c Upgrade TargetFramework/packages to net5.0 RC. 6 years ago
Yunus Emre Kalkan fd3b79395e Remote exceptions localization data 6 years ago
Halil İbrahim Kalkan 226d58440b Introduce ApiTypeNameHelper 6 years ago
Halil İbrahim Kalkan d0b1ce8076 Do not include base properties to type definitions 6 years ago
Halil İbrahim Kalkan 64f27887b0 Better hande generics on API definition endpoint. 6 years ago
Halil İbrahim Kalkan d04910fdb6 Properly handle dictionaries for API description model. 6 years ago
Halil İbrahim Kalkan 7cce909750 Resolved #4193: Trigger an event when Javscript service proxy script initialized 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 e9fc742b7e Added ObjectExtensions to ApplicationConfigurationDto 6 years ago
Halil İbrahim Kalkan fe98008518 Resolved #3264: Allow a controller to set the remote service name to be used by clients 6 years ago
Arkat Erol d19171d7bd types' basetype properties removed 6 years ago
maliming 6b9598530e Make proxy script support [FromForm] model binding. 6 years ago
maliming 174e25b0be Remove ConfigureAwait of async method. 6 years ago
maliming a2e3f30c44 Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd. 6 years ago
maliming ba2b790f2c Use MinifyGeneratedScript option to minify script. 6 years ago
Halil İbrahim Kalkan d8bd4783c0 Handle arrays and dictionaries for type models. 6 years ago
Halil İbrahim Kalkan 224494d0aa Revised api description model. 6 years ago
Halil İbrahim Kalkan 82e9803ca8 Add models to the API definition 6 years ago
maliming 7d0a009a9e Minify the script returned by ServiceProxyScript. 6 years ago
Halil İbrahim Kalkan d27fccc523 Extract IProxyScriptManagerCache. Make ProxyScriptManager transient. 7 years ago