summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core
Commit message (Collapse)AuthorAgeFilesLines
...
| * Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between ↵Andrew Arnott2012-02-081-0/+2
| | | | | | | | | | | | OAuth 1 and OAuth 2. Related to and closes #71
| * Removed OAuth1's dependency on OpenID assemblies.Andrew Arnott2012-02-081-0/+2
| | | | | | | | Related to #71
| * Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-0597-195/+195
| | | | | | | | Fixes #66
| * Fixed build break.Andrew Arnott2012-01-291-1/+1
| |
| * Merge branch 'v3.4'Andrew Arnott2012-01-291-2/+3
| | | | | | | | | | | | | | | | | | Conflicts: nuget/nuget.proj samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/Reflection/MessageDescription.cs tools/DotNetOpenAuth.props
* | Fixed name of DNOA.Web.Test project.Andrew Arnott2012-03-011-2/+2
| |
* | Fixed ReadOnlyDictionary.cs location.Andrew Arnott2012-03-011-0/+224
| |
* | Make changes per discussion. Remove the DNOA.WebPages project. Rename ↵Microsoft2012-03-013-5/+32
| | | | | | | | DNOA.Web to DNOA.AspNet.
* | Add DotNetOpenAuth.Web and DotNetOpenAut.WebPages projects. Add commands to ↵Microsoft2012-03-011-0/+1
|/ | | | build nuget packages for DNOA.
* OpenID messages that are missing signed parameters now throws ↵Andrew Arnott2012-01-293-2/+34
| | | | | | ProtocolException instead of KeyNotFoundException. Fixes #45
* Added Moq's internal proxy generator to InternalsVisibleTo so that mocks can ↵Andrew Arnott2012-01-291-0/+2
| | | | be created on internal types.
* Fixed more DotNetOpenAuth.Messaging -> DNOA.Core rename issues.Andrew Arnott2012-01-291-1/+1
|
* Added more support for HttpContextBase, HttpResponseBase, etc.Andrew Arnott2012-01-292-3/+47
|
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-12118-0/+20412