index
:
DotNetOpenAuth
develop
origin/DNOA.Messaging.Portable
origin/HEAD
origin/Silverlight
origin/Silverlight3
origin/WIX
origin/boo
origin/ci
origin/contracts_RC
origin/csteeg-v3.4
origin/develop
origin/dimebrain
origin/godaddylogging
origin/infocardintegration
origin/jwt
origin/master
origin/mono
origin/mono2
origin/mvcProjTemplate
origin/netcf
origin/oauthspmvc
origin/osis
origin/v0.1
origin/v1.0
origin/v2.0
origin/v2.1
origin/v2.2
origin/v2.3
origin/v2.4
origin/v2.5
origin/v2.6
origin/v3.0
origin/v3.1
origin/v3.2
origin/v3.3
origin/v3.4
origin/v4.0
origin/v4.1
origin/v4.2
origin/v4.3
origin/v5.0
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
DotNetOpenAuth.OpenId.RelyingParty
/
OpenId
/
Interop
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Removes classic ASP support and sample.
Andrew Arnott
2013-06-09
4
-434
/
+0
|
*
DNOA.OpenId.RP now builds.
Andrew Arnott
2012-12-31
1
-5
/
+8
|
*
Removes more remnants of Code Contracts.
Andrew Arnott
2012-12-26
2
-3
/
+0
|
*
Replaces DNOA's internal Requires class with Validation NuGet package.
Andrew Arnott
2012-12-26
2
-0
/
+2
|
*
Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.
Andrew Arnott
2012-03-10
2
-62
/
+73
|
*
Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵
Andrew Arnott
2012-03-05
1
-3
/
+6
|
|
|
|
|
|
.NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
*
Updated all copyright notices to reflect copyright assignment to Outercurve.
Andrew Arnott
2012-02-05
3
-6
/
+6
|
|
|
|
Fixes #66
*
Fixed some build breaks.
Andrew Arnott
2011-11-02
1
-1
/
+1
|
*
All product assemblies build without ccrewrite.exe now.
Andrew Arnott
2011-09-18
2
-2
/
+2
|
*
More work toward divided OpenID projects.
Andrew Arnott
2011-07-25
1
-1
/
+1
|
*
Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵
Andrew Arnott
2011-07-20
3
-0
/
+418
compiles, but the RP and OP ones do not.