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-11-14Updated readmeHEADmasterMarek Habersack
2012-11-14Merge remote-tracking branch 'upstream/master'Marek Habersack
2012-11-14[OData] Add the ODataPathParser feature to parse OData URIs into segments wit...youssefm
2012-11-10HelpPage Area register file is in wrong place.phenning
2012-11-10Add HttpConfigurationExtensions.EnableTracing to System.Web.Http.Tracing.dllphenning
2012-11-09Use the NuGet-advertised minimum version of JSON for builds and unit tests.davidmatson
2012-11-09Remove unnecessary setting additions.davidmatson
2012-11-09Add comment per feedback.davidmatson
2012-11-09Create separate CodeAnalysis configuration.davidmatson
2012-11-08Issue 552: NRE when defining navigation property in derived type byraghuramn
2012-11-07Issue 534: Error creating multiple entity sets for an entity type inraghuramn
2012-11-06Issue 534: Error creating multiple entity sets for an entity type inraghuramn
2012-11-02Add parsed value to SkipQueryOption and TopQueryOption for convenienceyoussefm
2012-10-31Use one version of JSON library, not two.davidmatson
2012-10-31Make defined constants consistent between build.cmd and Visual Studio.davidmatson
2012-10-31Fix warning about missing file in Visual Studio.davidmatson
2012-10-31Convert skipped tests to bug tracking tests.davidmatson
2012-10-31Fix build after clean.davidmatson
2012-10-31Remove need for TestHttpNamespace.bat.davidmatson
2012-10-31[OData] Refactor QueryableAttribute's ValidateQuery method to optionally vali...youssefm
2012-10-30Fix for adding custom httproute. Before this fix, if one add customhongmeig
2012-10-25Coding conventions cleanupdavidmatson
2012-10-24Fix typo in a commentyoussefm
2012-10-24Cleanup to fix test failures.davidmatson
2012-10-24Incorporate code review feedback.davidmatson
2012-10-23Added support for deserializing collection properties into differentraghuramn
2012-10-23updating Microsoft.AspNet.Mvc.Facebook referencesraghuramn
2012-10-23Microsoft.Aspnet.Mvc.Facebook changes:yaohuang
2012-10-23Fixes an issue where HttpContent.ReadAsHttpRequestMessageAsync and HttpConten...henrikn@microsoft.com
2012-10-23Including casts when necessary in generated links when the model hasraghuramn
2012-10-23[OData] Fix the ConventionModelBuilder to recognize properties of types that ...youssefm
2012-10-23[OData] Retrieving $metadata should work if there is an OData formatter regis...youssefm
2012-10-22Facebook Template Updates:yaohuang
2012-10-22Limit nesting of Any/All due to potential denial of service.davidmatson
2012-10-20Merge branch 'working'phenning
2012-10-20Update extension version numbers to 0.2.0.0phenning
2012-10-19Cleaning up the source in Microsoft.AspNet.Mvc.Facebookyaohuang
2012-10-19[OData] Use non-nullable Edm types for action parameters of non-nullable CLR ...youssefm
2012-10-19Removing the comment that was causing policheck failureyaohuang
2012-10-19Fix build path for Facebook prototypephenning
2012-10-19Initial checkin of Microsoft.AspNet.Mvc.Facebook into the extensions.yaohuang
2012-10-18updating to ODataLib Contrib 5.1.0.51016-rc2raghuramn
2012-10-18Issue 506: ODataConventionModelBuilder should ignore object[] propertyraghuramn
2012-10-18Addressing code review feedback for HttpError support in OData and EnableQuer...youssefm
2012-10-17Add support for custom action filters to HttpConfiguration.EnableQuerySupportyoussefm
2012-10-17Add support for serializing HttpErrors with the ODataMediaTypeFormatteryoussefm
2012-10-16Issue 459: [DataMember(IsRequired=true)] doesn't make property as requiredraghuramn
2012-10-16[OData] Add new HttpRequestMessage.CreateODataErrorResponse method to respect...youssefm
2012-10-16[OData] Clean up unused local variablesyoussefm
2012-10-16Issue 368: Consider supporting binding ODataQueryOptions in actions thatraghuramn