summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId.RelyingParty
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #379 from lcalabrese/developDavid Christiansen2016-03-252-19/+1
|\ | | | | StyleCop, fix tests, remove Microsoft.Net.Http and Microsoft.Bcl dependencies
| * 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
* | remove the whitespaceagametov2016-03-171-2/+2
| |
* | fix sort endpointsagametov2016-03-161-2/+2
|/
* Test greenDavid Christiansen2015-01-052-12/+17
| | | | - Packages update
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-0411-4/+22
|
* Updates NuGet packages.Andrew Arnott2013-10-192-1/+14
|
* Strong-name key is replaced with non-encrypted one.Andrew Arnott2013-06-151-3/+3
|
* Removes classic ASP support and sample.Andrew Arnott2013-06-095-438/+0
|
* Consolidates two OpenID memory app storesAndrew Arnott2013-03-283-118/+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.
* Fixes OpenID discovery when multiple endpoints are found that only vary in ↵Andrew Arnott2013-03-271-8/+8
| | | | OpenID version.
* Lots of StyleCop fixes.Andrew Arnott2013-03-261-2/+3
|
* Just 37 failures.Andrew Arnott2013-03-241-2/+2
|
* More unit test fixes.Andrew Arnott2013-03-102-3/+3
|
* More test build break fixes.Andrew Arnott2013-03-092-12/+16
|
* Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-041-18/+17
|
* Adds OpenID RP to WebAPI sample so it's a real login.Andrew Arnott2013-03-031-3/+4
|
* More warning fixes.Andrew Arnott2013-02-161-1/+1
|
* Lots of stylecop fixes.Andrew Arnott2013-02-169-56/+115
|
* More warning fixes.Andrew Arnott2013-02-105-9/+15
|
* C# compiler warning fixes.Andrew Arnott2013-02-108-111/+148
|
* Assocations with providers when OpenID discovery yields multiple endpoints ↵Andrew Arnott2013-02-091-11/+11
| | | | can now happen in parallel.
* Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-272-4/+4
|
* Fixes more samples.Andrew Arnott2013-01-231-65/+50
|
* OpenId.Provider now builds.Andrew Arnott2013-01-121-1/+0
|
* OpenID.RP.UI now builds, and ASP.NET control login works.Andrew Arnott2013-01-121-26/+29
|
* Fixes default ctor argument of identifier discovery services.Andrew Arnott2012-12-312-8/+9
|
* DNOA.OpenId.RP now builds.Andrew Arnott2012-12-3112-202/+253
|
* 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-251/+6
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-2624-7/+37
|
* 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
* Merge branch 'v4.0' into v4.1Andrew Arnott2012-09-291-2/+4
|\
| * Mitigates the XML DTD DoS attack from expanding entities.Andrew Arnott2012-09-291-2/+4
| | | | | | | | Fixes #209
* | Merge branch 'SlowGoogleServerWorkaround' into v4.1Andrew Arnott2012-09-171-17/+53
|/
* Fixes OpenIdRelyingParty so it truly operates in stateless mode when null is ↵Andrew Arnott2012-04-271-8/+5
| | | | | | passed into the constructor. Fixes #129
* 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
* Changed the compile-time switch for DH support into a runtime check for the ↵Andrew Arnott2012-03-113-16/+16
| | | | | | supporting assembling. Fixes #87
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-105-66/+78
|
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-052-8/+11
| | | | | | .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-072-44/+23
| | | | 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
* Updated some unit tests to match new argument validation code.Andrew Arnott2012-01-291-0/+1
|
* 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 some build breaks.Andrew Arnott2011-11-025-21/+24
|
* Namespace and public api fixes to OpenID extensions after the DLL refactoring.Andrew Arnott2011-11-023-16/+6
|
* Moved behaviors into their own RP vs. OP namespaces.Andrew Arnott2011-10-213-10/+11
|
* Fixed static for AXFetchAsSregTransform property to be an instance property.Andrew Arnott2011-10-211-1/+1
|
* Added build property that can cause the Diffie-Hellman algorithm and its ↵Andrew Arnott2011-10-103-4/+9
| | | | | | 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-10/+10
|
* Merge branch 'master' into splitDllsAndrew Arnott2011-09-281-1/+1
|
* Fixed non-serializable Identifier and Realm classes.Andrew Arnott2011-09-201-0/+12
|
* StyleCop and other compiler warning fixes.Andrew Arnott2011-09-184-13/+48
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-1822-104/+104
|
* Fixed basic association test.Andrew Arnott2011-08-236-33/+83
|
* Fixed up OpenIdInfoCardSelector button and the association response in the ↵Andrew Arnott2011-08-094-104/+70
| | | | message factory.
* C# warnings work.Andrew Arnott2011-08-071-2/+2
|
* StyleCop work.Andrew Arnott2011-08-0710-10/+80
|
* A few stylecop fixes.Andrew Arnott2011-08-035-17/+21
|
* Split up InfoCard into two assemblies.Andrew Arnott2011-07-311-2/+0
|
* Added Messaging.UI assembly.Andrew Arnott2011-07-272-70/+1
|
* Extracted OpenID RP UI project.Andrew Arnott2011-07-2731-8725/+2
|
* OpenID RP and OP projects build now.Andrew Arnott2011-07-2515-1960/+62
|
* More work toward divided OpenID projects.Andrew Arnott2011-07-2517-874/+63
|
* Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵Andrew Arnott2011-07-2083-0/+17849
compiles, but the RP and OP ones do not.