Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Many more unit test build fixes and product touch-ups. | Andrew Arnott | 2013-03-07 | 1 | -2/+4 |
| | |||||
* | Removes more remnants of Code Contracts. | Andrew Arnott | 2012-12-26 | 1 | -2/+3 |
| | |||||
* | Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ↵ | Andrew Arnott | 2012-02-25 | 1 | -2/+2 |
| | | | | patterns. | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 1 | -2/+2 |
| | | | | Fixes #66 | ||||
* | Added base signature string test for protected resource requests. | Andrew Arnott | 2011-04-17 | 1 | -0/+26 |
| | |||||
* | Fixes OAuth 1.0 signatures on Service Providers for messages that omit the ↵ | Andrew Arnott | 2011-04-15 | 1 | -0/+27 |
| | | | | | | optional oauth_version parameter. Closes #28 | ||||
* | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-07-19 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs | ||||
| * | Fixed the namespace of several tests. | Andrew Arnott | 2010-06-27 | 1 | -1/+1 |
| | | |||||
* | | Removed dependency on publicize.exe, which crashes now in some branches due ↵ | Andrew Arnott | 2010-07-09 | 1 | -5/+5 |
| | | | | | | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it. | ||||
* | | Converted all the rest of the tests over to NUnit. | Andrew Arnott | 2010-01-06 | 1 | -3/+3 |
|/ | |||||
* | Fixed some failing unit tests and some associated product bugs. | Andrew Arnott | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | Initial change to comply with OAuth 1.0a. | Andrew Arnott | 2009-06-05 | 1 | -1/+2 |
| | | | | | | Still need to come up with a plan to handle Consumers without callback, including mobile and set-top devices with limited keyboards. No tests yet. Limited thought given so far to interoperability with 1.0 vs. 1.0a. | ||||
* | Added more tests to verify correct behavior of OAuth Authorization header ↵ | Andrew Arnott | 2009-04-30 | 1 | -0/+9 |
| | | | | | | and message parts in different places. Fixed a bug in the signature construction process the test found. | ||||
* | Further fixed base signature string construction and added several tests for it. | Andrew Arnott | 2009-04-30 | 1 | -3/+33 |
| | |||||
* | Refactored MessageDescription to be per-Channel instead of appdomain static. | Andrew Arnott | 2009-03-14 | 1 | -4/+4 |
| | | | | This allows for special scenarios (like OSIS tests) where individual tests might need to contrive special message serialization rules. | ||||
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 1 | -0/+40 |