summaryrefslogtreecommitdiffstats
path: root/samples/ConsumerWpf
Commit message (Collapse)AuthorAgeFilesLines
* Renamed ConsumerWpf sample to OAuthConsumerWpf.Andrew Arnott2009-03-2612-662/+0
|
* Added Blogger posting OAuth sample.Andrew Arnott2009-03-212-9/+47
|
* Workaround for the bug where WPF projects cannot load MS.Contracts.dll (even ↵Andrew Arnott2009-03-111-0/+1
| | | | though it's not directly using it).
* first sprintAndrew Arnott2009-03-091-0/+10
|
* WhitespaceAndrew Arnott2009-02-013-130/+130
|
* Added OpenID sample sites: RP MVC, RP WebForms, RP Classic ASP, OP WebForms.Andrew Arnott2009-01-311-1/+1
|
* CRLF -> LF line endings change to all .cs files.Andrew Arnott2009-01-092-60/+60
|
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-047-419/+419
|
* Moved all the OAuth classes into its own namespace in preparation to ↵Andrew Arnott2008-11-032-3/+4
| | | | receiving DotNetOpenId merge.
* Moved the Google Consumer app-specific class into a new "sample" project.Andrew Arnott2008-11-032-1/+5
|
* Improved threading of WPF sample.Andrew Arnott2008-11-022-3/+14
|
* Applied the Google common consumer class to the WPF sample.Andrew Arnott2008-11-023-60/+8
|
* Renamed all the OAuth message types.Andrew Arnott2008-11-021-1/+1
|
* Fixed samples' hook into Google.Andrew Arnott2008-11-011-3/+3
|
* Applied FxCop fixes.Andrew Arnott2008-10-231-4/+4
|
* Refactored messages to try to simplify their uses and try to hide ↵Andrew Arnott2008-10-091-2/+2
| | | | information from areas that don't need it.
* Removed ConsumerBase.ConsumerSecret, since the token manager can provide that.Andrew Arnott2008-10-091-1/+0
|
* Split Consumer class into two subclasses for desktop and web clients.Andrew Arnott2008-10-091-2/+2
|
* Renamed a few OAuth messages and a few more methods.Andrew Arnott2008-10-092-2/+2
|
* Added strong-typed request token message to sample.Andrew Arnott2008-10-071-2/+3
| | | | | 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.
* Added Consumer WPF and ASP.NET WebForms samples.Andrew Arnott2008-10-0213-0/+649