summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Added returnTo parameter to PrepareRequestUserAuthorization in ↵Rafal Legiedz2012-02-041-2/+6
| | | | | | | | | | | | OAuth2/WebServerClient.cs
* | | Added OAuth 1.0 samples from v3.4 branch and fixed them up a bit so thatAndrew Arnott2012-02-021-0/+25
|/ / | | | | | | | | | | they work here. Fixes #64
* | Fixed rendering of OpenIdSelector ASP.NET control.Andrew Arnott2012-01-303-10/+7
| |
* | Fixed build break.Andrew Arnott2012-01-291-1/+1
| |
* | Merge branch 'v3.4'Andrew Arnott2012-01-293-7/+9
|\ \ | |/ |/| | | | | | | | | | | | | Conflicts: nuget/nuget.proj samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/Reflection/MessageDescription.cs tools/DotNetOpenAuth.props
| * Replaced explicit SHA* implementation references with generic ones that ↵origin/v3.4Andrew Arnott2012-01-282-8/+8
| | | | | | | | | | | | | | | | allows .config files to control which implementation to use. This allows FIPS-compliance requirements to be satisfied while using DotNetOpenAuth. Fixes #47
| * Fixed build break due to bad path to ilmerge.exeunknown2011-11-271-4/+0
| |
| * Fix for 2-legged OAuth.Andrew Arnott2011-07-041-3/+4
| |
| * Better logging.Andrew Arnott2011-07-041-2/+3
| |
| * Works around a difference in behavior (bug?) between ASp.NET web forms Page ↵Andrew Arnott2011-06-271-2/+2
| | | | | | | | | | | | and MVC Razor Page classes that led to incorrect URL rendering. Fixes #41
* | Updated some unit tests to match new argument validation code.Andrew Arnott2012-01-299-10/+11
| |
* | Replaced explicit SHA* implementation references with generic ones that ↵Andrew Arnott2012-01-292-8/+8
| | | | | | | | | | | | | | | | allows .config files to control which implementation to use. This allows FIPS-compliance requirements to be satisfied while using DotNetOpenAuth. Fixes #47
* | OpenID messages that are missing signed parameters now throws ↵Andrew Arnott2012-01-296-4/+86
| | | | | | | | | | | | ProtocolException instead of KeyNotFoundException. Fixes #45
* | Added Moq's internal proxy generator to InternalsVisibleTo so that mocks can ↵Andrew Arnott2012-01-2921-0/+42
| | | | | | | | be created on internal types.
* | Fixes encoding error in OpenIdLogin.cs by switching to UTF-8.Andrew Arnott2012-01-291-2/+2
| | | | | | | | Fixes #44
* | Removed OAuth 2 from the unified DNOA assembly.Andrew Arnott2012-01-291-1/+1
| |
* | Fixed up versioning to use SemVer 2.0.Andrew Arnott2012-01-291-4/+11
| |
* | NuGet symbol packages are also created now.Andrew Arnott2012-01-292-1/+8
| | | | | | | | Fixes #60
* | Fixed up all existing NuGet packages and added several more. All but UI ↵Andrew Arnott2012-01-292-24/+11
| | | | | | | | dll's are now packaged in NuGet.
* | Fixed references to old DNOA.Messaging assembly in .config files.Andrew Arnott2012-01-291-3/+3
| |
* | Fixed buildTasks solution.Andrew Arnott2012-01-291-2/+1
| |
* | Fixed build warnings regarding CLR 4 build and System.Web.Abstractions.dllAndrew Arnott2012-01-291-1/+2
| |
* | Fixed ILMerge build break in OpenIdOfflineProvider when building to CLR 4.Andrew Arnott2012-01-291-16/+0
| |
* | Fixed more DotNetOpenAuth.Messaging -> DNOA.Core rename issues.Andrew Arnott2012-01-291-1/+1
| |
* | Added more support for HttpContextBase, HttpResponseBase, etc.Andrew Arnott2012-01-293-6/+50
| |
* | Fixed ILMerge after introduction of System.Xml.Linq dependency.Andrew Arnott2012-01-291-4/+16
| |
* | Created several NuGet packages.Andrew Arnott2012-01-291-2/+2
| | | | | | | | Updated nuget.exe.
* | Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-12143-52/+52
| |
* | Fixed build breaks.Andrew Arnott2012-01-125-13/+17
| |
* | Moved some OpenID extensions around for a better public API.Andrew Arnott2012-01-028-53/+27
| |
* | Merge remote-tracking branch 'origin/splitDlls' into splitDllsAndrew Arnott2011-11-021-2/+2
|\ \
| * | Rename async argument to make it compile with .net async ctp.dotnetjunky2011-10-191-2/+2
| | |
* | | Fixed some build breaks.Andrew Arnott2011-11-0216-49/+57
| | |
* | | Namespace and public api fixes to OpenID extensions after the DLL refactoring.Andrew Arnott2011-11-025-16/+35
| | |
* | | Moved behaviors into their own RP vs. OP namespaces.Andrew Arnott2011-10-2110-27/+28
| | |
* | | Fixed static for AXFetchAsSregTransform property to be an instance property.Andrew Arnott2011-10-212-9/+3
|/ /
* | Fixed up Provider so that DH assoc requests don't result in exceptions.Andrew Arnott2011-10-105-4/+14
| |
* | Added build property that can cause the Diffie-Hellman algorithm and its ↵Andrew Arnott2011-10-107-11/+26
| | | | | | | | | | | | associated functionality to be omitted from OpenID. Provider currently throws an exception for an unexpected message when DH associations are requested.
* | Removed dependencies on PresentationFramework and WindowsBase when targeting ↵Andrew Arnott2011-10-101-0/+8
| | | | | | | | .NET 4.0
* | Fixed a couple more configuration sections.Andrew Arnott2011-10-102-3/+3
| |
* | Fixed OAuth .config types.Andrew Arnott2011-10-101-1/+1
| |
* | Fixes web.config references to OpenID behaviors that have changed name.Andrew Arnott2011-10-095-6/+6
| | | | | | | | Also adds a build task that fixes up references to the unified assembly.
* | Fixed up XAML and ASPX references to the unified DotNetOpenAuth assembly.Andrew Arnott2011-10-092-0/+56
| |
* | Fixed build warnings.Andrew Arnott2011-10-094-19/+19
| |
* | Fixed build breaks when targeting CLR 4.Andrew Arnott2011-10-073-14/+50
| |
* | Fixed OAuth failure due to removing ccrewrite.Andrew Arnott2011-09-282-2/+0
| |
* | Merge branch 'master' into splitDllsAndrew Arnott2011-09-288-10/+42
|\ \
| * | Fixed line endings messed up by github.Andrew Arnott2011-09-281-109/+109
| | |
| * | Reverted part of commit 2704b0fb445.Andrew Arnott2011-09-287-10/+24
| | | | | | | | | | | | Reverses some of the Send->Respond changes made that are or may be invoked from ASP.NET web forms, since web forms will render HTML after the end of the protocol message.
| * | Fixed StyleCop issues.Andrew Arnott2011-09-231-97/+97
| | |
| * | Added a method that creates a GenericPrincipal based on the current instance ↵Oyvind Sean Kinsey2011-09-221-0/+9
| | | | | | | | | | | | of OAuthPrincipal.
| * | Exposed the roles collection so that we can convert this to a different kind ↵Oyvind Sean Kinsey2011-09-221-3/+12
| | | | | | | | | | | | of principal if necessary.
* | | Added dotnetopenauth.proj to build sln file.Andrew Arnott2011-09-201-0/+1
| | |
* | | Fixed non-serializable Identifier and Realm classes.Andrew Arnott2011-09-202-0/+24
| | |
* | | Removed some lingering ccrewrite.exe dependent code.Andrew Arnott2011-09-207-12/+12
| | |
* | | Removed unwanted binaries from samples directories in drop layout.Andrew Arnott2011-09-201-0/+2
| | |
* | | Fixed use of ILMerge so that it doesn't make all DNOA types internal.Andrew Arnott2011-09-201-7/+6
| | |
* | | Fixed build breaks after code contract reference assembly generation removal.Andrew Arnott2011-09-191-1/+3
| | |
* | | Updated .gitignore.Andrew Arnott2011-09-181-1/+1
| | |
* | | StyleCop and other compiler warning fixes.Andrew Arnott2011-09-1816-34/+154
| | |
* | | All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-18188-763/+779
| | |
* | | The external libraries no longer require ccrewrite.Andrew Arnott2011-09-172-0/+2
| | |
* | | DotNetOpenAuth.Messaging.UI no longer requires ccrewrite.exeAndrew Arnott2011-09-173-5/+3
| | |
* | | Added [Pure] attribute to validation methods.Andrew Arnott2011-09-172-14/+16
| | |
* | | DotNetOpenAuth.Messaging no longer relies on ccrewrite.exeAndrew Arnott2011-09-1751-349/+653
| | |
* | | Fixed up project references in samples and project templates.Andrew Arnott2011-09-061-3/+10
| | |
* | | Fixed some build issues with drop.projAndrew Arnott2011-09-053-6/+4
| | | | | | | | | | | | Layouts can now be built.
* | | Added a .gitignore file to src directory.Andrew Arnott2011-09-021-0/+3
| | |
* | | Fixed up signing and merging of the contracts assemblies.Andrew Arnott2011-09-021-5/+40
| | |
* | | Added a DotNetOpenAuth.proj that builds a unified assembly.Andrew Arnott2011-09-021-0/+43
| | |
* | | Fixed failing OAuth Appendix test.Andrew Arnott2011-09-021-6/+4
| | |
* | | Only the OAuth appendix test is failing.Andrew Arnott2011-09-024-24/+11
| | | | | | | | | | | | Web sites still work.
* | | Finally got another unit test passing after sorting out ↵Andrew Arnott2011-09-023-4/+34
| | | | | | | | | | | | ConfigurationSectionGroup issues.
* | | 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-2321-156/+288
| | |
* | | Fixed a bug in configuration section handling that caused even simple unit ↵Andrew Arnott2011-08-154-5/+12
| | | | | | | | | | | | tests to fail.
* | | Fixed the webResourceUrlProvider configuration element.Andrew Arnott2011-08-095-46/+36
| | |
* | | Fixed up OpenIdInfoCardSelector button and the association response in the ↵Andrew Arnott2011-08-0917-166/+426
| | | | | | | | | | | | message factory.
* | | C# warnings work.Andrew Arnott2011-08-0720-33/+29
| | |
* | | StyleCop work.Andrew Arnott2011-08-0750-196/+479
| | |
* | | A few stylecop fixes.Andrew Arnott2011-08-0314-46/+76
| | |
* | | The test project now builds, so the whole solution does.Andrew Arnott2011-08-0222-88/+229
| | |
* | | The whole solution now builds except for the test project.Andrew Arnott2011-08-021-0/+60
| | |
* | | Samples now build.Andrew Arnott2011-08-021-1/+1
| | |
* | | Broke out the UI part of OAuth2 client into its own assembly.Andrew Arnott2011-08-017-11/+118
| | |
* | | Broke out OAuth 2 into 4 separate assemblies.Andrew Arnott2011-08-0118-16/+337
| | |
* | | Distributed some more OAuth code to specific libraries.Andrew Arnott2011-07-316-3/+3
| | |
* | | Moved more OAuth code from the common library to the individual Consumer or ↵Andrew Arnott2011-07-3121-167/+288
| | | | | | | | | | | | SP ones.
* | | Split OAuth 1.0 assemblies.Andrew Arnott2011-07-3113-5/+290
| | |
* | | Split up InfoCard into two assemblies.Andrew Arnott2011-07-3131-48/+148
| | |
* | | Basic OpenID RP login sample working again.Andrew Arnott2011-07-311-15/+13
| | |
* | | Organized projects into solution folders.Andrew Arnott2011-07-271-4/+25
| | |
* | | Added Messaging.UI assembly.Andrew Arnott2011-07-2713-6/+135
| | |
* | | Extracted OpenID UI project.Andrew Arnott2011-07-2711-3/+129
| | |
* | | Broke out OP UI project.Andrew Arnott2011-07-278-3/+119
| | |
* | | Extracted OpenID RP UI project.Andrew Arnott2011-07-2736-31/+154
| | |
* | | OpenID RP and OP projects build now.Andrew Arnott2011-07-2541-78/+285
| | |
* | | More work toward divided OpenID projects.Andrew Arnott2011-07-2525-42/+81
| | |
* | | Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵Andrew Arnott2011-07-20179-1817/+2643
| | | | | | | | | | | | compiles, but the RP and OP ones do not.