Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/aspnetwebstack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-15Only disable MultipartWriteDelegatingStreamTests on .NET 4.0 (they work on .N...davidmatson
2012-10-13cleanup disabled odata tests.raghuramn
2012-10-13[OData] Changing Error.Argument to Error.ArgumentMustBeGreaterThanOrEqualTo f...youssefm
2012-10-13Addressing more code review feedback for global query supportyoussefm
2012-10-12Addressing code review feedback for global query supportyoussefm
2012-10-12[OData] Add new HttpConfiguration.EnableQuerySupport to enable querying globa...youssefm
2012-10-12Report build failure, not success, when MSBuild returns a negative exit code.davidmatson
2012-10-11Issue 505: ConventionModelBuilder should ignore indexer property.raghuramn
2012-10-11Issue 391: OData $filter returns incorrect results for byte arrays when using...raghuramn
2012-10-11Issue 507: Cannot change base type after convention model builderraghuramn
2012-10-11Enable string comparisons (gt, ge, lt, le) in OData queryingyoussefm
2012-10-10Issue 512: Incorrect navigation links being generatedraghuramn
2012-10-10Issue 484: Self link generation might fail if the model has non-standardraghuramn
2012-10-10[OData] Ensure charset gets set in the response headersyoussefm
2012-10-10[Issue 336]: adding support for anonymous types in query composition.raghuramn
2012-10-10Adding support for having navigation properties on derived types.raghuramn
2012-10-09[OData] Allow serialization of complex type properties that have a null valueyoussefm
2012-10-09Web API Help Page: Remove the dependency on JQueryUI/JQueryyaohuang
2012-10-09Addressing code review feedback for ResultLimit featureyoussefm
2012-10-09Issue 477: QueryableAttribute failed when working with UInt32 and UInt64raghuramn
2012-10-09Issue 460: IsConcurrencyToken(true) doesn't output etag attribute on edmraghuramn
2012-10-09Issue 401: Removing $select and $expand support from the ODataMediaTypeFormat...raghuramn
2012-10-08Support for Transient bindable actions in the ODataModelBuilder Support for A...Alex James
2012-10-08Reverting the help page tab style.yaohuang
2012-10-05Issue 325: Add parameter binder for supporting odata literal format.raghuramn
2012-10-05Help Page UI improvementsyaohuang
2012-10-04Adding support for inheritance in the ODataConventionModelBuilder.raghuramn
2012-10-04merge running type conventions and property conventions.raghuramn
2012-10-04Ignoring test case causing build failure pending investigationyoussefm
2012-10-04Allow users to configure a Result Limit on the [Queryable] attribute to limit...youssefm
2012-10-03Fix incorrect check of ConfigurationSuffix when setting VisualStudioVersionphenning
2012-09-29[Issue 421]: Make collection properties non-nullable by default.raghuramn
2012-09-28Make build work on VS2010/Win7 as well as VS2012/Win8phenning
2012-09-28Code Review feedbackAlex James
2012-09-27ODataActionParametersAlex James
2012-09-26Fix null ref issue in the routing handler when user uses a custom Route.hongmeig
2012-09-25Remove AttributeEdmPropertyConvention<TPropertyConfiguration, TAttribute> and...youssefm
2012-09-24Enabling skipped ODataConventionBuilder test.raghuramn
2012-09-24Adding inheritance support in the odata formatterraghuramn
2012-09-22Update to Enum query support changesetyoussefm
2012-09-22[OData] Throw NotSupportedException if a caller tries to use ODataMediaTypeFo...youssefm
2012-09-22[OData] Add query support for enum propertiesyoussefm
2012-09-20Change output path of NetCore version of formatting assemblybradwilson
2012-09-20Issue 412: NullRef with OData Convention Model Builderraghuramn
2012-09-19Fix incorrect path in .generated.cs files in WebHelpersbradwilson
2012-09-18Fix [Queryable] failure under partial trustyoussefm
2012-09-18policheck fixraghuramn
2012-09-18Adding inheritance support to ODataModelBuilder.raghuramn
2012-09-18Fixing OData partial trust testyoussefm
2012-09-18Getting the partial trust tests for the OData formatter to also test deserial...youssefm