93 Commits (94f2dbfb0fff3ff116af7930e3f8557ecbdfc1b0)

Author SHA1 Message Date
liangshiwei efa5b2ac85 Sort the API Definition 3 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 3 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
maliming 451e2e651a
Initialize the api version of `input`. 3 years ago
liangshiwei 95ae085c20 Enable nullable annotations for Volo.Abp.Http 3 years ago
Salih bfd06339bb MimeTypes class moved to Volo.Abp.Core 3 years ago
Halil İbrahim Kalkan 8971d03de6 Code review changes for image compress/resize 3 years ago
maliming f6a853caa4
Also add `net7.0` as target framework. 3 years ago
maliming bc6db16009
Use multiple `netstandard` target frameworks. 3 years ago
Mahmut Gundogdu 132a3c9d39 fix 16025 3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 3 years ago
maliming 1f63d5bb42
Generate DTOs in the client-side for static c# proxy generation. 4 years ago
maliming 585945529f Add `service type` parameter to `ServiceProxyGenerator`. 4 years ago
Halil İbrahim Kalkan 54558f9dd5 Added integration service postfix for several places 4 years ago
maliming ff2ecc004f Remove `HybridJson`. 4 years ago
maliming 0698514b79
Add validation rules for this property. 4 years ago
maliming 65e26c0f0e
Move to `AbpAspNetCoreMvcModule` 4 years ago
maliming a3413dbb44
Disable the abp module for dynamic JavaScript client proxies 4 years ago
maliming e75f0a29ec
Add `IsRemoteService` and `ApiVersion` to `ControllerApiDescriptionModel`. 4 years ago
maliming d3e918bc3f
Update JQueryProxyScriptGenerator.cs 4 years ago
maliming cc60aea2c7
Add version to `Controllers` 4 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 5 years ago
liangshiwei f6977bb8d8 Refactor 5 years ago
liangshiwei e60aa53ec2 Update DynamicJavaScriptProxyOptions.cs 5 years ago
liangshiwei eb2842baab Add EnabledAllModules to DynamicJavaScriptProxyOptions 5 years ago
liangshiwei ddffcccd47 Update JQueryProxyScriptGenerator.cs 5 years ago
liangshiwei a5e9133371 Introduce DynamicJavaScriptProxyOptions 5 years ago
liangshiwei e0049ef0e4 Fix ServiceProxyScript parameters name 5 years ago
Alper Ebicoglu 3ea4d9988e remove bom from text files. closes #10189 5 years ago
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. 6 years ago
maliming 5f7f3885e4 Set dataType to text for string return values for dynamic JavaScript proxies. 6 years ago
maliming 04fe0767df Make httpMethod can be nullable. 6 years ago