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.OAuth.ServiceProvider
/
OAuth
/
ChannelElements
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Closes #356, Closes #357, Closes #358
David Christiansen
2015-01-04
3
-0
/
+5
|
*
Removes OAuthPrincipal in favor of ClaimsPrincipal.
Andrew Arnott
2013-03-03
1
-34
/
+0
|
*
More warning fixes.
Andrew Arnott
2013-02-16
1
-7
/
+7
|
*
C# compiler warning fixes.
Andrew Arnott
2013-02-10
2
-1
/
+4
|
*
Fixes OAuthConsumer twitter sample.
Andrew Arnott
2013-02-09
1
-2
/
+3
|
*
OAuth.SP now builds.
Andrew Arnott
2013-01-13
1
-2
/
+4
|
*
Removes more remnants of Code Contracts.
Andrew Arnott
2012-12-26
5
-176
/
+1
|
*
Replaces DNOA's internal Requires class with Validation NuGet package.
Andrew Arnott
2012-12-26
6
-0
/
+6
|
*
OAuth 1 assemblies now FxCop clean. #68
Andrew Arnott
2012-02-09
2
-3
/
+4
|
*
Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between ↵
Andrew Arnott
2012-02-08
3
-173
/
+33
|
|
|
|
|
|
OAuth 1 and OAuth 2. Related to and closes #71
*
Updated all copyright notices to reflect copyright assignment to Outercurve.
Andrew Arnott
2012-02-05
12
-24
/
+24
|
|
|
|
Fixes #66
*
Fixed OAuth failure due to removing ccrewrite.
Andrew Arnott
2011-09-28
1
-1
/
+0
|
*
Merge branch 'master' into splitDlls
Andrew Arnott
2011-09-28
1
-0
/
+18
|
*
All product assemblies build without ccrewrite.exe now.
Andrew Arnott
2011-09-18
7
-16
/
+16
|
*
C# warnings work.
Andrew Arnott
2011-08-07
2
-3
/
+3
|
*
StyleCop work.
Andrew Arnott
2011-08-07
2
-1
/
+12
|
*
A few stylecop fixes.
Andrew Arnott
2011-08-03
1
-9
/
+15
|
*
The test project now builds, so the whole solution does.
Andrew Arnott
2011-08-02
1
-1
/
+1
|
*
Distributed some more OAuth code to specific libraries.
Andrew Arnott
2011-07-31
2
-0
/
+104
|
*
Moved more OAuth code from the common library to the individual Consumer or ↵
Andrew Arnott
2011-07-31
10
-0
/
+1031
SP ones.