summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs
Commit message (Expand)AuthorAgeFilesLines
* Consolidates two OpenID memory app storesAndrew Arnott2013-03-281-1/+1
* Fixes ContentType of OAuth 1 direct responses.Andrew Arnott2013-03-241-1/+1
* Fixes several more unit tests. 55 leftAndrew Arnott2013-03-231-1/+1
* Fixes remaining build breaks.Andrew Arnott2013-03-221-12/+11
* Moves the rest of the static methods out.Andrew Arnott2013-03-211-2/+2
* Fixes the rest of the build breaks!Andrew Arnott2013-03-191-36/+33
* Many more unit test build fixes and product touch-ups.Andrew Arnott2013-03-071-57/+55
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-1/+0
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+1
* Replaced a bunch of TestCase attribute usages with simply Test.Andrew Arnott2012-04-041-6/+6
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in .N...Andrew Arnott2012-03-051-34/+17
* Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ...Andrew Arnott2012-02-251-14/+14
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* Updated some unit tests to match new argument validation code.Andrew Arnott2012-01-291-1/+1
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-181-1/+1
* The test project now builds, so the whole solution does.Andrew Arnott2011-08-021-7/+7
* Fixed build breaks in test project.Andrew Arnott2011-07-101-2/+2
* Fixed build breaks and StyleCop messages from prior commit.Andrew Arnott2011-04-061-6/+8
* Fixed failing unit test.Andrew Arnott2010-10-201-1/+1
* StyleCop fixes that only appeared when building at the command line.Andrew Arnott2010-07-201-1/+1
* Merge branch 'v3.3' into v3.4Andrew Arnott2010-07-191-1/+8
|\
| * Merge branch 'v3.2' into v3.3Andrew Arnott2010-07-191-1/+8
| |\
| | * Merge branch 'v3.0' into v3.1Andrew Arnott2010-07-191-1/+8
| | |\
| | | * Fixes OAuth 1.0(a) base signature string construction to omit the realm param...Andrew Arnott2010-06-271-0/+7
| | | * Fixed the namespace of several tests.Andrew Arnott2010-06-271-1/+1
* | | | Removed dependency on publicize.exe, which crashes now in some branches due t...Andrew Arnott2010-07-091-6/+3
* | | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-171-1/+6
|\ \ \ \ | |/ / /
| * | | OAuth now supports HEAD HTTP method, and won't throw unhandled exception on u...Andrew Arnott2010-01-121-1/+6
* | | | Fixed a bunch of NUnit warnings.Andrew Arnott2010-01-091-3/+3
* | | | Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-061-25/+25
|/ / /
* | | Merge branch 'master' into openiduxAndrew Arnott2009-11-011-2/+3
|\ \ \
| * | | More contracts work.Andrew Arnott2009-09-061-1/+1
| * | | Merge branch 'master' into contractsAndrew Arnott2009-06-251-9/+9
| |\ \ \ | | |/ /
| * | | Switched almost entirely over to Code Contracts across the entire library.Andrew Arnott2009-05-231-1/+2
* | | | Fixed build break introduced in 0f5556420674886b14723898890f3b492a3854a8.Andrew Arnott2009-10-291-1/+1
| |/ / |/| |
* | | Merge branch 'v3.0' into v3.1Andrew Arnott2009-06-191-5/+5
|\ \ \ | | |/ | |/|
| * | Fixed bug where we were looking up access tokens as if they were request tokens.Andrew Arnott2009-06-091-4/+4
| * | Refactored OAuth service provider interfaces to better suite token and consum...Andrew Arnott2009-06-081-5/+5
| |/
* | Cleaned up distinction between public and rewritten request URLs.Andrew Arnott2009-06-181-4/+4
|/
* StyleCop fixes.Andrew Arnott2009-04-301-1/+0
* Revised OAuth channel to better support different combinations of HTTP methods.Andrew Arnott2009-04-301-0/+2
* Added more tests to verify correct behavior of OAuth Authorization header and...Andrew Arnott2009-04-301-3/+74
* Split up ITokenManager into two derived interfaces to better fit Consumer and...Andrew Arnott2009-04-081-2/+2
* Renamed some methods on the Channel class to be more consistent.Andrew Arnott2009-03-151-2/+2
* Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to In...Andrew Arnott2009-03-151-2/+2
* Added support for classic ASP RPs to use the sreg extension.Andrew Arnott2009-03-111-4/+3
* Renamed all the Channel virtual methods that end with Internal to end with Core.Andrew Arnott2009-03-101-1/+1
* StyleCop fixesAndrew Arnott2009-01-301-16/+16
* OpenID error direct response messages are now sent with HTTP status codes of ...Andrew Arnott2009-01-291-0/+18
* Renamed Channel.Send method to Channel.PrepareResponse and then added a new S...Andrew Arnott2009-01-211-1/+1
* Fixed the DirectWebResponse bug that broke the OAuth sample.Andrew Arnott2009-01-121-2/+2
* A touch of refactoring and C# warning resolution.Andrew Arnott2008-11-241-1/+1
* Added YADIS and other discovery, XRDS, untrusted web requests.Andrew Arnott2008-11-231-3/+3
* Reworked the way messages are instantiated and deserialized.Andrew Arnott2008-11-201-5/+5
* Refactored the Channel extensibility to better suit OpenID.Andrew Arnott2008-11-071-23/+10
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-0/+293