summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.Client
Commit message (Collapse)AuthorAgeFilesLines
* Added basic test for resource owner password authorizatino request. Not yet ↵Andrew Arnott2012-02-231-0/+35
| | | | passing.
* Split up end user authorization request message types between auth code and ↵Andrew Arnott2012-02-211-8/+15
| | | | implicit.
* Added two more OAuth2 unit tests, for the UserAgentClient class.Andrew Arnott2012-02-211-11/+43
|
* Added scaffolding for OAuth2 unit tests and added the first test for client ↵Andrew Arnott2012-02-204-4/+16
| | | | authorization.
* Fixed many FxCop messages in OAuth2 assemblies. #68Andrew Arnott2012-02-095-3/+233
|
* Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between ↵Andrew Arnott2012-02-081-4/+0
| | | | | | OAuth 1 and OAuth 2. Related to and closes #71
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-054-9/+9
| | | | Fixes #66
* Fixed whitespace.Andrew Arnott2012-02-041-6/+5
|
* Added returnTo parameter to PrepareRequestUserAuthorization in ↵Rafal Legiedz2012-02-041-2/+6
| | | | OAuth2/WebServerClient.cs
* Added Moq's internal proxy generator to InternalsVisibleTo so that mocks can ↵Andrew Arnott2012-01-291-0/+2
| | | | be created on internal types.
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-2/+2
|
* Merge branch 'master' into splitDllsAndrew Arnott2011-09-281-1/+1
|
* Removed some lingering ccrewrite.exe dependent code.Andrew Arnott2011-09-201-1/+1
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-183-29/+29
|
* Broke out the UI part of OAuth2 client into its own assembly.Andrew Arnott2011-08-014-379/+0
|
* Broke out OAuth 2 into 4 separate assemblies.Andrew Arnott2011-08-018-0/+983