summaryrefslogtreecommitdiffstats
path: root/samples/DotNetOpenAuth.ApplicationBlock
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v3.1' into v3.2Andrew Arnott2010-07-191-1/+184
|\ | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs
| * Merge branch 'v3.0' into v3.1Andrew Arnott2010-07-191-1/+182
| |\ | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs
| | * Added utility method to make it easy to modify channels' outgoing HTTP ↵Andrew Arnott2010-05-151-1/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | requests, particularly for adding default network credentials to them. A sample use of this would be: WebConsumer consumer; // initialized elsewhere consumer.Channel.UseDefaultNetworkCredentialsOnOutgoingHttpRequests(); Note that this method should only be called ONCE per instantiated channel.
* | | Promoted the OAuthIdentity and OAuthPrincipal classes from ApplicationBlock ↵Andrew Arnott2009-06-233-132/+0
| | | | | | | | | | | | to the core library.
* | | Merge branch 'v3.1'Andrew Arnott2009-06-191-0/+6
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/OpenIdElement.cs src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OpenId/Provider/ProviderEndpoint.cs
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-06-191-0/+6
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/OAuth/ConsumerBase.cs src/DotNetOpenAuth/OAuth/OAuthStrings.Designer.cs src/DotNetOpenAuth/OAuth/OAuthStrings.resx src/DotNetOpenAuth/Yadis/Yadis.cs
| | * Added Google Maps OAuth scope to application block.Andrew Arnott2009-06-041-0/+6
| | |
* | | Added OpenID pluggable behaviors support, including a sample PPID generator.Andrew Arnott2009-06-172-38/+0
| | |
* | | Promoted PPID identifier provider from the application block to the core ↵Andrew Arnott2009-05-314-139/+2
|/ / | | | | | | library.
* | Merge branch 'v3.0' into v3.1Andrew Arnott2009-05-212-2/+8
|\ \ | |/
| * Added MessagePart members to custom extension sample.Andrew Arnott2009-05-072-2/+8
| |
* | StyleCop fixes.Andrew Arnott2009-04-301-3/+3
| |
* | Merge branch 'v3.0' into v3.1Andrew Arnott2009-04-301-4/+4
|\ \ | |/
| * StyleCop fixes.Andrew Arnott2009-04-301-4/+4
| |
* | Merge branch 'v3.0' into v3.1Andrew Arnott2009-04-301-2/+74
|\ \ | |/ | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt
| * Fixes OAuth base signature string construction for URLs that include a ↵Andrew Arnott2009-04-291-0/+6
| | | | | | | | | | | | query-string part. Fixes Trac ticket 42.
| * Added a bunch more Google Scopes to the application block.Andrew Arnott2009-04-291-2/+68
| |
* | Added sample OAuthPrincipal class to the application block.Andrew Arnott2009-04-302-0/+68
| |
* | Added sample OAuthIdentity class to the application block.Andrew Arnott2009-04-292-0/+64
| |
* | Stylecop fixes.Andrew Arnott2009-04-262-12/+14
| |
* | Moved PPID OP Provider code out of the library and into the ApplicationBlock.Andrew Arnott2009-04-264-0/+173
| |
* | Added OpenID+OAuth sample.Andrew Arnott2009-04-181-1/+1
| |
* | Fixed build break from merge.Andrew Arnott2009-04-152-0/+4
|/
* Custom OpenID extensions may now exist outside the library.Andrew Arnott2009-04-154-0/+190
|
* Added X.509 certificate use as an option to the OAuthConsumerWpf sample.Andrew Arnott2009-04-091-0/+20
|
* Split up ITokenManager into two derived interfaces to better fit Consumer ↵Andrew Arnott2009-04-082-52/+2
| | | | and Service Provider scenarios.
* Added Twitter OAuth consumer sample and helper class to the application block.Andrew Arnott2009-04-072-0/+78
|
* Added Blogger posting OAuth sample.Andrew Arnott2009-03-212-1/+103
|
* Fixed assembly name of the appblock sample.Andrew Arnott2009-03-121-2/+2
|
* first sprintAndrew Arnott2009-03-091-0/+10
|
* Renamed Channel.Send method to Channel.PrepareResponse and then added a new ↵Andrew Arnott2009-01-211-1/+1
| | | | Send method.
* Fixed the DirectWebResponse bug that broke the OAuth sample.Andrew Arnott2009-01-121-1/+2
|
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-044-0/+276