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.Test
/
OpenId
/
OpenIdTestBase.cs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consolidates two OpenID memory app stores
Andrew Arnott
2013-03-28
1
-3
/
+3
*
More StyleCop fixes.
Andrew Arnott
2013-03-26
1
-3
/
+2
*
Lots of StyleCop fixes.
Andrew Arnott
2013-03-26
1
-66
/
+66
*
Just 7 failures left.
Andrew Arnott
2013-03-25
1
-1
/
+1
*
Fixes RequireSsl in OpenID identifier discovery.
Andrew Arnott
2013-03-24
1
-28
/
+29
*
Just 44 failures.
Andrew Arnott
2013-03-24
1
-0
/
+1
*
Fixes 5 more tests
Andrew Arnott
2013-03-22
1
-1
/
+2
*
Fixes remaining build breaks.
Andrew Arnott
2013-03-22
1
-27
/
+89
*
Moves the rest of the static methods out.
Andrew Arnott
2013-03-21
1
-4
/
+4
*
Moves OpenID coordinator handlers to base class.
Andrew Arnott
2013-03-21
1
-2
/
+25
*
Fixes the rest of the build breaks!
Andrew Arnott
2013-03-19
1
-3
/
+0
*
Lots more test build break fixes.
Andrew Arnott
2013-03-17
1
-18
/
+10
*
More unit test fixes.
Andrew Arnott
2013-03-10
1
-26
/
+38
*
More test build break fixes.
Andrew Arnott
2013-03-09
1
-32
/
+33
*
Unit test compile error fixes.
Andrew Arnott
2013-03-03
1
-3
/
+6
*
Updated all copyright notices to reflect copyright assignment to Outercurve.
Andrew Arnott
2012-02-05
1
-2
/
+2
*
Fixed build breaks in test project.
Andrew Arnott
2011-07-10
1
-2
/
+2
*
Added OutgoingWebResponse.Respond method to replace its Send method, and avoi...
Andrew Arnott
2011-06-23
1
-1
/
+1
*
Removed dependency on publicize.exe, which crashes now in some branches due t...
Andrew Arnott
2010-07-09
1
-4
/
+2
*
Removed duplicate using statement.
Andrew Arnott
2010-01-07
1
-1
/
+0
*
Converted all the rest of the tests over to NUnit.
Andrew Arnott
2010-01-06
1
-3
/
+4
*
Support for dual (OP+Claimed) identifiers is contrary to the spec, so we're t...
Andrew Arnott
2009-11-30
1
-1
/
+1
*
Added support for identifiers that perform dual roles as OP Identifiers and C...
Andrew Arnott
2009-11-27
1
-0
/
+12
*
Further refactoring of discovery results.
Andrew Arnott
2009-11-23
1
-5
/
+4
*
Some extensive refactoring around IIdentifierDiscoveryResult and ServiceEndpo...
Andrew Arnott
2009-11-22
1
-6
/
+6
*
Updated tests to build with new extensible identifier discovery.
Andrew Arnott
2009-11-18
1
-0
/
+10
*
Merge branch 'v3.1' into v3.2
Andrew Arnott
2009-08-31
1
-0
/
+13
|
\
|
*
Added tests for unsolicited assertion sending and receiving, including agains...
Andrew Arnott
2009-08-30
1
-0
/
+13
*
|
Added the AXFetchAsSregTransform OpenID behavior that allows RPs and OPs to d...
Andrew Arnott
2009-06-20
1
-1
/
+10
*
|
Fixed StyleCop message
Andrew Arnott
2009-05-16
1
-1
/
+1
*
|
Added security feature so RPs can opt out of accepting delegating identifiers.
Andrew Arnott
2009-05-16
1
-5
/
+15
|
/
*
Fixed a couple of test framework bugs for stateless OpenID mode.
Andrew Arnott
2009-03-08
1
-1
/
+5
*
Refactoring around Provider's IRequest to process responses differently.
Andrew Arnott
2009-03-06
1
-1
/
+1
*
Constructors on all OpenID direct response messages now require the OpenID ve...
Andrew Arnott
2009-02-09
1
-2
/
+6
*
StyleCop fixes
Andrew Arnott
2009-01-30
1
-13
/
+12
*
Refactored IDirectWebRequestHandler to take a set of options rather than be t...
Andrew Arnott
2009-01-30
1
-1
/
+1
*
Refactored test helpers to remove TestSupport and move its functionality into...
Andrew Arnott
2009-01-29
1
-6
/
+124
*
Refactored the entire .config file supporting classes, and added a .config el...
Andrew Arnott
2009-01-15
1
-2
/
+2
*
Individual association types can now have configured lifetimes.
Andrew Arnott
2009-01-15
1
-2
/
+2
*
Added StandardProviderApplicationStore and several OpenIdProvider unit tests.
Andrew Arnott
2009-01-11
1
-0
/
+10
*
Added support for dumb mode in the Relying Party.
Andrew Arnott
2009-01-11
1
-1
/
+1
*
Added several tests for RP.AuthenticationRequest.
Andrew Arnott
2009-01-10
1
-0
/
+1
*
Added RP and OP authentication interfaces and implementations to be compatibl...
Andrew Arnott
2009-01-03
1
-39
/
+59
*
Added a mock extension and test in order to focus the test on the extension b...
Andrew Arnott
2008-12-21
1
-39
/
+39
*
Added several tests and fixed a bug.
Andrew Arnott
2008-12-10
1
-0
/
+4
*
Hundreds more stylecop fixes.
Andrew Arnott
2008-11-25
1
-5
/
+6
*
Several hundred StyleCop fixes.
Andrew Arnott
2008-11-24
1
-2
/
+2
*
All 249 enabled tests pass.
Andrew Arnott
2008-11-24
1
-3
/
+4
*
Added discovery and around 60 tests. The discovery and a few other tests sti...
Andrew Arnott
2008-11-24
1
-2
/
+11
*
Added SecuritySettings members to OP and RP classes.
Andrew Arnott
2008-11-19
1
-0
/
+24