summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId.Provider
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵lcalabrese2015-08-072-19/+1
| | | | since we are using .NET 4.5 and the built-in System.Net.Http library
* Test greenDavid Christiansen2015-01-052-14/+19
| | | | - Packages update
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-047-2/+13
|
* Fix xml doc comment.Andrew Arnott2014-09-221-1/+1
|
* Updates NuGet packages.Andrew Arnott2013-10-192-1/+14
|
* Strong-name key is replaced with non-encrypted one.Andrew Arnott2013-06-151-1/+1
|
* Consolidates two OpenID memory app storesAndrew Arnott2013-03-283-125/+7
| | | | | | | The StandardRelyingPartyApplicationStore and StandardProviderApplicationStore were equivalent, and thus redundant. There was also nothing OpenID specific about them. So this consolidates and renames these types to better reflect their general purpose.
* More StyleCop fixes.Andrew Arnott2013-03-261-4/+5
|
* Lots of StyleCop fixes.Andrew Arnott2013-03-263-3/+7
|
* Fixes last two test failures!Andrew Arnott2013-03-262-11/+30
|
* Work toward fixing the serializable test failuresAndrew Arnott2013-03-261-5/+3
|
* More unit test fixes.Andrew Arnott2013-03-102-13/+17
|
* More test build break fixes.Andrew Arnott2013-03-091-2/+2
|
* Moved Offline OP to use controllers.Andrew Arnott2013-03-041-1/+1
|
* Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-042-13/+17
|
* More warning fixes.Andrew Arnott2013-02-161-1/+1
|
* Lots of stylecop fixes.Andrew Arnott2013-02-165-18/+22
|
* More warning fixes.Andrew Arnott2013-02-107-6/+24
|
* C# compiler warning fixes.Andrew Arnott2013-02-1010-76/+97
|
* Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-272-4/+4
|
* Made another method async for consistency.Andrew Arnott2013-01-124-8/+8
|
* OpenId.Provider now builds.Andrew Arnott2013-01-1214-191/+131
|
* DNOA.OpenId.RP now builds.Andrew Arnott2012-12-311-5/+8
|
* Updates Validation NuGet package references for .NET 4.5Andrew Arnott2012-12-281-1/+1
|
* Accomodates nuget's insistent project file changes.Andrew Arnott2012-12-271-0/+2
|
* Upgrades to Validation 2.0.1 to solve partially trusted callers problem.Andrew Arnott2012-12-272-4/+4
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-2628-276/+10
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-2623-20/+51
|
* Removes all traces of MS Code Contracts.Andrew Arnott2012-12-261-0/+6
|
* Merge branch 'v4.1'Andrew Arnott2012-12-021-1/+1
|\ | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/StandardAccessTokenAnalyzer.cs src/DotNetOpenAuth.Test/OAuth2/OAuth2TestBase.cs src/version.txt
| * Avoids OOM exceptions from ResourceServerAndrew Arnott2012-11-111-1/+1
| | | | | | | | Related to #178
* | Merge remote-tracking branch 'aarnott/master'Andrew Arnott2012-10-291-1/+1
|\ \ | |/ |/|
| * Adds AuthorizationServer.DecodeRefreshTokenAndrew Arnott2012-07-201-1/+1
| | | | | | | | | | | | And a unit test. Fixes #182
* | Adjusted AssemblyInfo.cs to be unique for each assembly.Andrew Arnott2012-09-291-9/+1
|/ | | | This should fix nuget pdb package submission to symbolsource.org
* Authorization Server hosts now instantiate their own AccessTokens rather ↵Andrew Arnott2012-04-251-2/+2
| | | | | | | than just parameters. AccessTokens are now serialized via a virtual method on that instance. Fixes #38, I think.
* Added a public constructor to ClaimsResponse.Andrew Arnott2012-04-081-1/+1
| | | | | | Also made the probable type URIs that it accepts public and easily discoverable. Fixes #116
* Fixes InvalidCastExceptions for Identifier and Realm conversionsAndrew Arnott2012-04-051-12/+0
| | | | | | | | that can result from receiving a message before the static constructors for those types have executed. This corrects the regression introduced in v4.0.0. Fixes #109
* Fixed error message generated in exception thrown for bad access token requests.Andrew Arnott2012-03-141-1/+1
|
* Changed the compile-time switch for DH support into a runtime check for the ↵Andrew Arnott2012-03-112-6/+2
| | | | | | supporting assembling. Fixes #87
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-106-7/+7
|
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-051-3/+3
| | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
* Removed reference to OpenId.RelyingParty from OpenId.Provider.Andrew Arnott2012-02-073-38/+27
| | | | This is part of the fix for #71.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-0537-75/+75
| | | | Fixes #66
* Added Moq's internal proxy generator to InternalsVisibleTo so that mocks can ↵Andrew Arnott2012-01-291-0/+2
| | | | be created on internal types.
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-2/+2
|
* Fixed build breaks.Andrew Arnott2012-01-121-0/+1
|
* Moved some OpenID extensions around for a better public API.Andrew Arnott2012-01-026-18/+26
|
* Fixed some build breaks.Andrew Arnott2011-11-024-13/+16
|
* Moved behaviors into their own RP vs. OP namespaces.Andrew Arnott2011-10-214-8/+8
|
* Fixed up Provider so that DH assoc requests don't result in exceptions.Andrew Arnott2011-10-103-3/+5
|
* Added build property that can cause the Diffie-Hellman algorithm and its ↵Andrew Arnott2011-10-102-3/+5
| | | | | | associated functionality to be omitted from OpenID. Provider currently throws an exception for an unexpected message when DH associations are requested.
* Fixes web.config references to OpenID behaviors that have changed name.Andrew Arnott2011-10-092-2/+2
| | | | Also adds a build task that fixes up references to the unified assembly.
* Fixed build warnings.Andrew Arnott2011-10-091-6/+6
|
* Merge branch 'master' into splitDllsAndrew Arnott2011-09-281-2/+2
|
* Fixed non-serializable Identifier and Realm classes.Andrew Arnott2011-09-201-0/+12
|
* StyleCop and other compiler warning fixes.Andrew Arnott2011-09-189-18/+98
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-1823-99/+98
|
* Fixed missing check_auth message factory at OP.Andrew Arnott2011-08-281-0/+2
| | | | Fixes a few more unit tests.
* Fix for failing unit tests.Andrew Arnott2011-08-281-1/+3
|
* Fixed basic association test.Andrew Arnott2011-08-2313-77/+281
|
* Fixed up OpenIdInfoCardSelector button and the association response in the ↵Andrew Arnott2011-08-092-0/+62
| | | | message factory.
* C# warnings work.Andrew Arnott2011-08-074-5/+3
|
* StyleCop work.Andrew Arnott2011-08-0712-28/+101
|
* A few stylecop fixes.Andrew Arnott2011-08-034-15/+29
|
* Split up InfoCard into two assemblies.Andrew Arnott2011-07-311-2/+0
|
* Extracted OpenID UI project.Andrew Arnott2011-07-273-60/+0
|
* Broke out OP UI project.Andrew Arnott2011-07-274-570/+0
|
* OpenID RP and OP projects build now.Andrew Arnott2011-07-2521-1315/+141
|
* More work toward divided OpenID projects.Andrew Arnott2011-07-254-5/+11
|
* Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵Andrew Arnott2011-07-2045-0/+5611
compiles, but the RP and OP ones do not.