summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider/Code/DataClasses.designer.cs
Commit message (Collapse)AuthorAgeFilesLines
* Migrate all samples to target .NET 4.0 and use IIS Express (where available).Andrew Arnott2012-04-021-6/+6
| | | | | | InfoCardRelyingParty sample left out because it seems to cause input validation trouble. Fixes #108
* Migrated to Dev11 project files. They should all open in Dev10 still ↵Andrew Arnott2012-03-311-2/+2
| | | | | | | | (except the new .sqlproj). This reverts commit a5e59982c1b66ebabd4c6436d4d3d177d2440649. Fixes #96
* Revert "Migrated to Dev11 project files. They should all open in Dev10 ↵Andrew Arnott2012-03-301-2/+2
| | | | | | | still (except the new .sqlproj)." This reverts commit dc59bdbc51fce4ad19cb41e5ca610915c2e99789, reversing changes made to e5b8e2e4bd925ef6967c264644e4d67749b5b3de.
* Merge branch 'v4.0' into dev11Andrew Arnott2012-03-211-5/+5
|\ | | | | | | | | Conflicts: src/DotNetOpenAuth.sln
| * Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-5/+5
| |
* | Additional changes.Andrew Arnott2012-02-241-2/+2
|/
* Added OAuth 1.0 samples from v3.4 branch and fixed them up a bit so thatAndrew Arnott2012-02-021-0/+1190
| | | | | | they work here. Fixes #64
* Split the OAuthServiceProvider sample into two samples: ↵Andrew Arnott2010-07-311-1046/+0
| | | | | | OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient.
* Ripped out OAuth 1.0 support from the OAuthServiceProvider sample.Andrew Arnott2010-07-221-61/+65
|
* Stripping OAuth 1.0 support from the OAuthServiceProvider sample.Andrew Arnott2010-07-221-246/+98
|
* Updated OAuth C and SP samples to use standard WAP namespaces.Andrew Arnott2010-04-191-894/+896
|
* Converted the OAuth consumer and SP sample web site projects to web ↵Andrew Arnott2010-04-181-0/+1188
application projects.