summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth.Test/Mocks
Commit message (Collapse)AuthorAgeFilesLines
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-0415-742/+0
|
* Moved all the OAuth classes into its own namespace in preparation to ↵Andrew Arnott2008-11-033-4/+5
| | | | receiving DotNetOpenId merge.
* Renamed all the OAuth message types.Andrew Arnott2008-11-021-1/+1
|
* Applied FxCop fixes.Andrew Arnott2008-10-239-23/+23
|
* Refactored messages to try to simplify their uses and try to hide ↵Andrew Arnott2008-10-091-3/+3
| | | | information from areas that don't need it.
* Renamed a few OAuth messages and a few more methods.Andrew Arnott2008-10-091-1/+1
|
* Refined the last idea just a bit.Andrew Arnott2008-10-081-2/+11
|
* Added strong-typed request token message to sample.Andrew Arnott2008-10-071-3/+4
| | | | | This proves that messages can be derived from and tailored to provide type-safe additions where the OAuth protocol permits it. As can be seen, several more types and members had to be made public for this to work.
* ITokenManager.StoreNewRequestToken now takes both request and response ↵Andrew Arnott2008-10-061-1/+1
| | | | | | parameters. Fixes one TODO item.
* Removed the queue/dequeue methodology of queued responses. Now the methods ↵Andrew Arnott2008-10-022-6/+2
| | | | | | that generate them return them. Besides simplifying the API somewhat, this change allows for Consumer, ServiceProvider and Channel classes to be entirely threadsafe and reusable.
* Appendix scenario test passing (again), this time with HMAC signing of HTTP ↵Andrew Arnott2008-09-282-3/+3
| | | | requests.
* Added capability to send the final authorized request for protected resources.Andrew Arnott2008-09-261-7/+36
|
* Added check so that unauthorized request tokens cannot be exchanged for ↵Andrew Arnott2008-09-251-0/+24
| | | | access tokens.
* Fixed lots of StyleCop issues and refacted Consumer/Service Provider a bit.Andrew Arnott2008-09-251-9/+15
|
* Added enough token management that the Appendix A scenario test is passing ↵Andrew Arnott2008-09-251-0/+37
| | | | again.
* Implementing and refactoring ServiceProvider and Consumer classes.Andrew Arnott2008-09-231-4/+8
| | | | Beginning to write a test for the spec's appendix A scenario.
* Adding the binding elements necessary for basic OAuth functionality.Andrew Arnott2008-09-211-0/+1
|
* StylCop and FxCop work.Andrew Arnott2008-09-212-3/+2
|
* Removed a lot of DataContract references.Andrew Arnott2008-09-207-8/+1
|
* Worked on test coverage.Andrew Arnott2008-09-201-2/+2
|
* TestDirectedMessage now derives from TestMessage.Andrew Arnott2008-09-191-44/+2
|
* All tests passing, with more work done.Andrew Arnott2008-09-181-0/+6
|
* Fixed a few bugs and got all tests passing.Andrew Arnott2008-09-182-2/+2
|
* MessageDictionary mostly hooked up and most tests passing.Andrew Arnott2008-09-187-23/+34
|
* Added MessageDictionary and supporting classes and tests.Andrew Arnott2008-09-173-1/+27
| | | | Very little documentation is there until I can prove the idea works to solve our signing design problem.
* Renamed the ISignedOAuthMessage.Andrew Arnott2008-09-132-3/+3
|
* Stylecop fixes.Andrew Arnott2008-09-131-5/+9
|
* Added check so Channel can guarantee that messages receive all the ↵Andrew Arnott2008-09-135-7/+33
| | | | protections they require.
* Refactored several Messaging classes into the Messaging.Bindings namespace.Andrew Arnott2008-09-139-19/+33
|
* Totally refactored signing, expiration and replay detection into extensible ↵Andrew Arnott2008-09-136-66/+137
| | | | channel binding elements.
* Added tests for signed, expiring and replay protected messages.Andrew Arnott2008-09-137-3/+182
|
* Added datetime serialization tests.Andrew Arnott2008-09-131-0/+2
|
* Fixed xml spoofing bug for using DataContractSerializer to deserialize messages.Andrew Arnott2008-09-132-0/+77
| | | | Added tests to verify correct behavior.
* Refactored Channel's virtual and abstract methods to NOT be "internal" (or ↵Andrew Arnott2008-09-112-4/+4
| | | | | | | public). This will be useful when we add message signing and verification to the Channel base class. It's also consistent with design guidelines to never have public (or internal in this case) methods be virtual or abstract so the base class has control over its operations.
* Code coverage work is as complete as our implementation will currently allow.Andrew Arnott2008-09-101-0/+45
|
* Great code coverage everywhere we care except for OAuthProtocol and ↵Andrew Arnott2008-09-101-1/+1
| | | | OAuthMessageTypeProvider.
* Much better test coverage.Andrew Arnott2008-09-102-3/+36
|
* Refactored the exception handling in the channel stack.Andrew Arnott2008-09-093-19/+9
|
* Added some channel tests and fixed a bug.Andrew Arnott2008-09-091-1/+1
|
* More channel work and testing.Andrew Arnott2008-09-031-0/+47
|
* Added more tests.Andrew Arnott2008-09-031-0/+42
|
* A bit of Channel refactoring.Andrew Arnott2008-09-031-2/+2
|
* Adjusted channel stack to be more testable.Andrew Arnott2008-09-032-2/+5
|
* Finished up the Channel stack and started with channel tests.Andrew Arnott2008-09-022-0/+67
|
* Moved messaging infrastructure to its own namespace.Andrew Arnott2008-09-011-0/+1
|
* Lots of StyleCop changes.Andrew Arnott2008-09-011-9/+19
|
* Added some more message channel supports.Andrew Arnott2008-09-011-0/+4
|
* Added test for and accomodated required message parts.Andrew Arnott2008-09-011-1/+1
|
* Added test for Uri member of DataContract.Andrew Arnott2008-09-011-0/+3
|
* Added message validation.Andrew Arnott2008-09-011-0/+10
|
* Added some basic classes, message serialization and some unit tests.Andrew Arnott2008-09-011-0/+13