Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Added returnTo parameter to PrepareRequestUserAuthorization in ↵ | Rafal Legiedz | 2012-02-04 | 1 | -2/+6 | |
| | | | | | | | | | | | | OAuth2/WebServerClient.cs | |||||
* | | | Added OAuth 1.0 samples from v3.4 branch and fixed them up a bit so that | Andrew Arnott | 2012-02-02 | 1 | -0/+25 | |
|/ / | | | | | | | | | | | they work here. Fixes #64 | |||||
* | | Fixed rendering of OpenIdSelector ASP.NET control. | Andrew Arnott | 2012-01-30 | 3 | -10/+7 | |
| | | ||||||
* | | Fixed build break. | Andrew Arnott | 2012-01-29 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'v3.4' | Andrew Arnott | 2012-01-29 | 3 | -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.4 | Andrew Arnott | 2012-01-28 | 2 | -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.exe | unknown | 2011-11-27 | 1 | -4/+0 | |
| | | ||||||
| * | Fix for 2-legged OAuth. | Andrew Arnott | 2011-07-04 | 1 | -3/+4 | |
| | | ||||||
| * | Better logging. | Andrew Arnott | 2011-07-04 | 1 | -2/+3 | |
| | | ||||||
| * | Works around a difference in behavior (bug?) between ASp.NET web forms Page ↵ | Andrew Arnott | 2011-06-27 | 1 | -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 Arnott | 2012-01-29 | 9 | -10/+11 | |
| | | ||||||
* | | Replaced explicit SHA* implementation references with generic ones that ↵ | Andrew Arnott | 2012-01-29 | 2 | -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 Arnott | 2012-01-29 | 6 | -4/+86 | |
| | | | | | | | | | | | | ProtocolException instead of KeyNotFoundException. Fixes #45 | |||||
* | | Added Moq's internal proxy generator to InternalsVisibleTo so that mocks can ↵ | Andrew Arnott | 2012-01-29 | 21 | -0/+42 | |
| | | | | | | | | be created on internal types. | |||||
* | | Fixes encoding error in OpenIdLogin.cs by switching to UTF-8. | Andrew Arnott | 2012-01-29 | 1 | -2/+2 | |
| | | | | | | | | Fixes #44 | |||||
* | | Removed OAuth 2 from the unified DNOA assembly. | Andrew Arnott | 2012-01-29 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed up versioning to use SemVer 2.0. | Andrew Arnott | 2012-01-29 | 1 | -4/+11 | |
| | | ||||||
* | | NuGet symbol packages are also created now. | Andrew Arnott | 2012-01-29 | 2 | -1/+8 | |
| | | | | | | | | Fixes #60 | |||||
* | | Fixed up all existing NuGet packages and added several more. All but UI ↵ | Andrew Arnott | 2012-01-29 | 2 | -24/+11 | |
| | | | | | | | | dll's are now packaged in NuGet. | |||||
* | | Fixed references to old DNOA.Messaging assembly in .config files. | Andrew Arnott | 2012-01-29 | 1 | -3/+3 | |
| | | ||||||
* | | Fixed buildTasks solution. | Andrew Arnott | 2012-01-29 | 1 | -2/+1 | |
| | | ||||||
* | | Fixed build warnings regarding CLR 4 build and System.Web.Abstractions.dll | Andrew Arnott | 2012-01-29 | 1 | -1/+2 | |
| | | ||||||
* | | Fixed ILMerge build break in OpenIdOfflineProvider when building to CLR 4. | Andrew Arnott | 2012-01-29 | 1 | -16/+0 | |
| | | ||||||
* | | Fixed more DotNetOpenAuth.Messaging -> DNOA.Core rename issues. | Andrew Arnott | 2012-01-29 | 1 | -1/+1 | |
| | | ||||||
* | | Added more support for HttpContextBase, HttpResponseBase, etc. | Andrew Arnott | 2012-01-29 | 3 | -6/+50 | |
| | | ||||||
* | | Fixed ILMerge after introduction of System.Xml.Linq dependency. | Andrew Arnott | 2012-01-29 | 1 | -4/+16 | |
| | | ||||||
* | | Created several NuGet packages. | Andrew Arnott | 2012-01-29 | 1 | -2/+2 | |
| | | | | | | | | Updated nuget.exe. | |||||
* | | Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI) | Andrew Arnott | 2012-01-12 | 143 | -52/+52 | |
| | | ||||||
* | | Fixed build breaks. | Andrew Arnott | 2012-01-12 | 5 | -13/+17 | |
| | | ||||||
* | | Moved some OpenID extensions around for a better public API. | Andrew Arnott | 2012-01-02 | 8 | -53/+27 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/splitDlls' into splitDlls | Andrew Arnott | 2011-11-02 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Rename async argument to make it compile with .net async ctp. | dotnetjunky | 2011-10-19 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fixed some build breaks. | Andrew Arnott | 2011-11-02 | 16 | -49/+57 | |
| | | | ||||||
* | | | Namespace and public api fixes to OpenID extensions after the DLL refactoring. | Andrew Arnott | 2011-11-02 | 5 | -16/+35 | |
| | | | ||||||
* | | | Moved behaviors into their own RP vs. OP namespaces. | Andrew Arnott | 2011-10-21 | 10 | -27/+28 | |
| | | | ||||||
* | | | Fixed static for AXFetchAsSregTransform property to be an instance property. | Andrew Arnott | 2011-10-21 | 2 | -9/+3 | |
|/ / | ||||||
* | | Fixed up Provider so that DH assoc requests don't result in exceptions. | Andrew Arnott | 2011-10-10 | 5 | -4/+14 | |
| | | ||||||
* | | Added build property that can cause the Diffie-Hellman algorithm and its ↵ | Andrew Arnott | 2011-10-10 | 7 | -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 Arnott | 2011-10-10 | 1 | -0/+8 | |
| | | | | | | | | .NET 4.0 | |||||
* | | Fixed a couple more configuration sections. | Andrew Arnott | 2011-10-10 | 2 | -3/+3 | |
| | | ||||||
* | | Fixed OAuth .config types. | Andrew Arnott | 2011-10-10 | 1 | -1/+1 | |
| | | ||||||
* | | Fixes web.config references to OpenID behaviors that have changed name. | Andrew Arnott | 2011-10-09 | 5 | -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 Arnott | 2011-10-09 | 2 | -0/+56 | |
| | | ||||||
* | | Fixed build warnings. | Andrew Arnott | 2011-10-09 | 4 | -19/+19 | |
| | | ||||||
* | | Fixed build breaks when targeting CLR 4. | Andrew Arnott | 2011-10-07 | 3 | -14/+50 | |
| | | ||||||
* | | Fixed OAuth failure due to removing ccrewrite. | Andrew Arnott | 2011-09-28 | 2 | -2/+0 | |
| | | ||||||
* | | Merge branch 'master' into splitDlls | Andrew Arnott | 2011-09-28 | 8 | -10/+42 | |
|\ \ | ||||||
| * | | Fixed line endings messed up by github. | Andrew Arnott | 2011-09-28 | 1 | -109/+109 | |
| | | | ||||||
| * | | Reverted part of commit 2704b0fb445. | Andrew Arnott | 2011-09-28 | 7 | -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 Arnott | 2011-09-23 | 1 | -97/+97 | |
| | | | ||||||
| * | | Added a method that creates a GenericPrincipal based on the current instance ↵ | Oyvind Sean Kinsey | 2011-09-22 | 1 | -0/+9 | |
| | | | | | | | | | | | | of OAuthPrincipal. | |||||
| * | | Exposed the roles collection so that we can convert this to a different kind ↵ | Oyvind Sean Kinsey | 2011-09-22 | 1 | -3/+12 | |
| | | | | | | | | | | | | of principal if necessary. | |||||
* | | | Added dotnetopenauth.proj to build sln file. | Andrew Arnott | 2011-09-20 | 1 | -0/+1 | |
| | | | ||||||
* | | | Fixed non-serializable Identifier and Realm classes. | Andrew Arnott | 2011-09-20 | 2 | -0/+24 | |
| | | | ||||||
* | | | Removed some lingering ccrewrite.exe dependent code. | Andrew Arnott | 2011-09-20 | 7 | -12/+12 | |
| | | | ||||||
* | | | Removed unwanted binaries from samples directories in drop layout. | Andrew Arnott | 2011-09-20 | 1 | -0/+2 | |
| | | | ||||||
* | | | Fixed use of ILMerge so that it doesn't make all DNOA types internal. | Andrew Arnott | 2011-09-20 | 1 | -7/+6 | |
| | | | ||||||
* | | | Fixed build breaks after code contract reference assembly generation removal. | Andrew Arnott | 2011-09-19 | 1 | -1/+3 | |
| | | | ||||||
* | | | Updated .gitignore. | Andrew Arnott | 2011-09-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | StyleCop and other compiler warning fixes. | Andrew Arnott | 2011-09-18 | 16 | -34/+154 | |
| | | | ||||||
* | | | All product assemblies build without ccrewrite.exe now. | Andrew Arnott | 2011-09-18 | 188 | -763/+779 | |
| | | | ||||||
* | | | The external libraries no longer require ccrewrite. | Andrew Arnott | 2011-09-17 | 2 | -0/+2 | |
| | | | ||||||
* | | | DotNetOpenAuth.Messaging.UI no longer requires ccrewrite.exe | Andrew Arnott | 2011-09-17 | 3 | -5/+3 | |
| | | | ||||||
* | | | Added [Pure] attribute to validation methods. | Andrew Arnott | 2011-09-17 | 2 | -14/+16 | |
| | | | ||||||
* | | | DotNetOpenAuth.Messaging no longer relies on ccrewrite.exe | Andrew Arnott | 2011-09-17 | 51 | -349/+653 | |
| | | | ||||||
* | | | Fixed up project references in samples and project templates. | Andrew Arnott | 2011-09-06 | 1 | -3/+10 | |
| | | | ||||||
* | | | Fixed some build issues with drop.proj | Andrew Arnott | 2011-09-05 | 3 | -6/+4 | |
| | | | | | | | | | | | | Layouts can now be built. | |||||
* | | | Added a .gitignore file to src directory. | Andrew Arnott | 2011-09-02 | 1 | -0/+3 | |
| | | | ||||||
* | | | Fixed up signing and merging of the contracts assemblies. | Andrew Arnott | 2011-09-02 | 1 | -5/+40 | |
| | | | ||||||
* | | | Added a DotNetOpenAuth.proj that builds a unified assembly. | Andrew Arnott | 2011-09-02 | 1 | -0/+43 | |
| | | | ||||||
* | | | Fixed failing OAuth Appendix test. | Andrew Arnott | 2011-09-02 | 1 | -6/+4 | |
| | | | ||||||
* | | | Only the OAuth appendix test is failing. | Andrew Arnott | 2011-09-02 | 4 | -24/+11 | |
| | | | | | | | | | | | | Web sites still work. | |||||
* | | | Finally got another unit test passing after sorting out ↵ | Andrew Arnott | 2011-09-02 | 3 | -4/+34 | |
| | | | | | | | | | | | | ConfigurationSectionGroup issues. | |||||
* | | | Fixed missing check_auth message factory at OP. | Andrew Arnott | 2011-08-28 | 1 | -0/+2 | |
| | | | | | | | | | | | | Fixes a few more unit tests. | |||||
* | | | Fix for failing unit tests. | Andrew Arnott | 2011-08-28 | 1 | -1/+3 | |
| | | | ||||||
* | | | Fixed basic association test. | Andrew Arnott | 2011-08-23 | 21 | -156/+288 | |
| | | | ||||||
* | | | Fixed a bug in configuration section handling that caused even simple unit ↵ | Andrew Arnott | 2011-08-15 | 4 | -5/+12 | |
| | | | | | | | | | | | | tests to fail. | |||||
* | | | Fixed the webResourceUrlProvider configuration element. | Andrew Arnott | 2011-08-09 | 5 | -46/+36 | |
| | | | ||||||
* | | | Fixed up OpenIdInfoCardSelector button and the association response in the ↵ | Andrew Arnott | 2011-08-09 | 17 | -166/+426 | |
| | | | | | | | | | | | | message factory. | |||||
* | | | C# warnings work. | Andrew Arnott | 2011-08-07 | 20 | -33/+29 | |
| | | | ||||||
* | | | StyleCop work. | Andrew Arnott | 2011-08-07 | 50 | -196/+479 | |
| | | | ||||||
* | | | A few stylecop fixes. | Andrew Arnott | 2011-08-03 | 14 | -46/+76 | |
| | | | ||||||
* | | | The test project now builds, so the whole solution does. | Andrew Arnott | 2011-08-02 | 22 | -88/+229 | |
| | | | ||||||
* | | | The whole solution now builds except for the test project. | Andrew Arnott | 2011-08-02 | 1 | -0/+60 | |
| | | | ||||||
* | | | Samples now build. | Andrew Arnott | 2011-08-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | Broke out the UI part of OAuth2 client into its own assembly. | Andrew Arnott | 2011-08-01 | 7 | -11/+118 | |
| | | | ||||||
* | | | Broke out OAuth 2 into 4 separate assemblies. | Andrew Arnott | 2011-08-01 | 18 | -16/+337 | |
| | | | ||||||
* | | | Distributed some more OAuth code to specific libraries. | Andrew Arnott | 2011-07-31 | 6 | -3/+3 | |
| | | | ||||||
* | | | Moved more OAuth code from the common library to the individual Consumer or ↵ | Andrew Arnott | 2011-07-31 | 21 | -167/+288 | |
| | | | | | | | | | | | | SP ones. | |||||
* | | | Split OAuth 1.0 assemblies. | Andrew Arnott | 2011-07-31 | 13 | -5/+290 | |
| | | | ||||||
* | | | Split up InfoCard into two assemblies. | Andrew Arnott | 2011-07-31 | 31 | -48/+148 | |
| | | | ||||||
* | | | Basic OpenID RP login sample working again. | Andrew Arnott | 2011-07-31 | 1 | -15/+13 | |
| | | | ||||||
* | | | Organized projects into solution folders. | Andrew Arnott | 2011-07-27 | 1 | -4/+25 | |
| | | | ||||||
* | | | Added Messaging.UI assembly. | Andrew Arnott | 2011-07-27 | 13 | -6/+135 | |
| | | | ||||||
* | | | Extracted OpenID UI project. | Andrew Arnott | 2011-07-27 | 11 | -3/+129 | |
| | | | ||||||
* | | | Broke out OP UI project. | Andrew Arnott | 2011-07-27 | 8 | -3/+119 | |
| | | | ||||||
* | | | Extracted OpenID RP UI project. | Andrew Arnott | 2011-07-27 | 36 | -31/+154 | |
| | | | ||||||
* | | | OpenID RP and OP projects build now. | Andrew Arnott | 2011-07-25 | 41 | -78/+285 | |
| | | | ||||||
* | | | More work toward divided OpenID projects. | Andrew Arnott | 2011-07-25 | 25 | -42/+81 | |
| | | | ||||||
* | | | Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵ | Andrew Arnott | 2011-07-20 | 179 | -1817/+2643 | |
| | | | | | | | | | | | | compiles, but the RP and OP ones do not. |