Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed OAuth .config types. | Andrew Arnott | 2011-10-10 | 1 | -1/+1 |
| | |||||
* | Fixed .config files to refer to the DNOA config types explicitly. This fixed ↵ | Andrew Arnott | 2011-10-09 | 16 | -80/+80 |
| | | | | the OpenIdOfflineProvider WPF sample. | ||||
* | Fixes web.config references to OpenID behaviors that have changed name. | Andrew Arnott | 2011-10-09 | 16 | -20/+25 |
| | | | | 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 | 6 | -0/+68 |
| | |||||
* | Fixed handling of targeting .NET 4.5 | Andrew Arnott | 2011-10-09 | 1 | -2/+2 |
| | |||||
* | Fixed build warnings. | Andrew Arnott | 2011-10-09 | 4 | -19/+19 |
| | |||||
* | Fixed build breaks when targeting CLR 4. | Andrew Arnott | 2011-10-07 | 4 | -15/+51 |
| | |||||
* | Fixed web.config files. | Andrew Arnott | 2011-09-28 | 14 | -14/+84 |
| | |||||
* | Fixed sample OP. | Andrew Arnott | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | 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 | 12 | -14/+46 |
|\ | |||||
| * | 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 | 12 | -14/+30 |
| | | | | | | | | 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 |
| | | |||||
| * | Merge pull request #50 from oyvindkinsey/master | Andrew Arnott | 2011-09-23 | 1 | -3/+21 |
| |\ | | | | | | | Improvements to the OAuthPrincipal | ||||
| | * | 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 |
| | | |||||
* | | Fixed a bunch of ASPX references to the now absent dotnetopenauth.dll assembly. | Andrew Arnott | 2011-09-20 | 24 | -34/+26 |
| | | | | | | | | <%@ Register Assembly="DotNetOpenAuth | ||||
* | | 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 | 2 | -5/+4 |
| | | |||||
* | | Fixed use of ILMerge so that it doesn't make all DNOA types internal. | Andrew Arnott | 2011-09-20 | 2 | -7/+7 |
| | | |||||
* | | Fixed build breaks after code contract reference assembly generation removal. | Andrew Arnott | 2011-09-19 | 4 | -4/+8 |
| | | |||||
* | | 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 | 189 | -765/+781 |
| | | |||||
* | | 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 | 52 | -352/+665 |
| | | |||||
* | | Fixed help compilation somewhat. (The generated files only include Code ↵ | Andrew Arnott | 2011-09-15 | 3 | -6/+18 |
| | | | | | | | | Contract help so far). | ||||
* | | Fixed up project references in samples and project templates. | Andrew Arnott | 2011-09-06 | 6 | -15/+28 |
| | | |||||
* | | Fixed some build issues with drop.proj | Andrew Arnott | 2011-09-05 | 8 | -9/+8 |
| | | | | | | | | Layouts can now be built. | ||||
* | | Fixed a couple of build breaks exposed by drop.proj. | Andrew Arnott | 2011-09-02 | 2 | -3/+8 |
| | | |||||
* | | 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 | 7 | -142/+327 |
| | | |||||
* | | Added a DotNetOpenAuth.proj that builds a unified assembly. | Andrew Arnott | 2011-09-02 | 2 | -1/+68 |
| | | |||||
* | | Fixed failing OAuth Appendix test. | Andrew Arnott | 2011-09-02 | 1 | -6/+4 |
| | | |||||
* | | Fixed xml comment. | Andrew Arnott | 2011-09-02 | 1 | -1/+1 |
| | | |||||
* | | 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 | 7 | -47/+43 |
| | | |||||
* | | 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 | 52 | -198/+482 |
| | | |||||
* | | 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 | 7 | -71/+207 |
| | | |||||
* | | Samples now build. | Andrew Arnott | 2011-08-02 | 20 | -8/+128 |
| | | |||||
* | | 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 | 6 | -18/+33 |
| | | |||||
* | | 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 | 180 | -1818/+2644 |
| | | | | | | | | compiles, but the RP and OP ones do not. | ||||
* | | Added missing imports. | Andrew Arnott | 2011-07-12 | 3 | -0/+3 |
| | | |||||
* | | Removed redundant tag prefix definitions. | Andrew Arnott | 2011-07-12 | 1 | -4/+0 |
| | | |||||
* | | Moved all the redundant project settings into a common .props file. | Andrew Arnott | 2011-07-11 | 6 | -1470/+153 |
| | | |||||
* | | Functionality and one sample is fixed up enough to permit an OpenID login to ↵ | Andrew Arnott | 2011-07-11 | 4 | -13/+28 |
| | | | | | | | | complete successfully. | ||||
* | | Fixed fully-qualified type name bug. | Andrew Arnott | 2011-07-10 | 1 | -1/+1 |
| | | |||||
* | | Trying to fix up configuration section code. | Andrew Arnott | 2011-07-10 | 26 | -81/+89 |
| | | |||||
* | | Fixed build breaks in OpenIdOfflineProvider. | Andrew Arnott | 2011-07-10 | 1 | -0/+10 |
| | | | | | | | | No more build breaks, at least in the solution file. | ||||
* | | Build breaks in project templates now fixed as well. | Andrew Arnott | 2011-07-10 | 3 | -0/+60 |
| | | |||||
* | | Fixed compile errors in samples. | Andrew Arnott | 2011-07-10 | 16 | -11/+151 |
| | | |||||
* | | Fixed build breaks in test project. | Andrew Arnott | 2011-07-10 | 5 | -9/+31 |
| | | |||||
* | | StyleCop fixes. | Andrew Arnott | 2011-07-10 | 3 | -4/+7 |
| | | |||||
* | | OAuth2 project builds. | Andrew Arnott | 2011-07-02 | 2 | -0/+12 |
| | | |||||
* | | OAuth project now builds. | Andrew Arnott | 2011-07-02 | 8 | -18/+56 |
| | | |||||
* | | OpenID project now builds. | Andrew Arnott | 2011-07-02 | 21 | -91/+148 |
| | | | | | | | | * Many of the resource items (resx, png) are improperly declared in the project file. | ||||
* | | Added missing AssemblyInfo.cs files. | Andrew Arnott | 2011-07-02 | 6 | -3/+173 |
| | | |||||
* | | InfoCard project now builds. | Andrew Arnott | 2011-07-02 | 5 | -2/+64 |
| | | |||||
* | | Messaging project now compiles. | Andrew Arnott | 2011-07-02 | 11 | -101/+96 |
| | | |||||
* | | First pass at dividing DotNetOpenAuth features into separate assemblies. | Andrew Arnott | 2011-07-01 | 515 | -490/+1696 |
|/ | | | | Nothing compiles at this point. | ||||
* | Added a web browser control to facilitate OAuth 2 client authorization. | Andrew Arnott | 2011-06-28 | 7 | -55/+397 |
| | |||||
* | API simplification. | Andrew Arnott | 2011-06-28 | 1 | -7/+22 |
| | |||||
* | A bit of public API cleanup and code consolidation in ClientBase. | Andrew Arnott | 2011-06-27 | 4 | -31/+52 |
| | |||||
* | Added OAuth 2 class diagram. | Andrew Arnott | 2011-06-27 | 2 | -0/+34 |
| | |||||
* | Fixed bad merge. | Andrew Arnott | 2011-06-27 | 3 | -0/+0 |
| | |||||
* | Merge branch 'v3.4' | Andrew Arnott | 2011-06-26 | 8 | -2/+149 |
|\ | | | | | | | | | Conflicts: samples/OAuthClient/OAuthClient.csproj | ||||
| * | Added instruction to getting classic ASP OpenID working on 64-bit Windows ↵ | Andrew Arnott | 2011-06-26 | 1 | -0/+6 |
| | | | | | | | | | | | | servers. Thanks to Greg Thomas and "John" for tips on getting this to work. | ||||
| * | Enabled fast up-to-date check in IDE. | Andrew Arnott | 2011-06-26 | 1 | -0/+1 |
| | | |||||
| * | Fixed StyleCop message. | Andrew Arnott | 2011-06-09 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'v3.4' into sample2legged | Andrew Arnott | 2011-06-09 | 96 | -568/+2139 |
| |\ | |||||
| | * | Made multipart POST parts allow changing of their ContentDisposition. This ↵ | Andrew Arnott | 2011-06-05 | 1 | -2/+2 |
| | | | | | | | | | | | | is because file parts to Google are expected to be "form-data" instead of "file". | ||||
| * | | Added a bit more to the sample 2-legged oauth consumer. | Andrew Arnott | 2011-04-06 | 1 | -1/+4 |
| | | | |||||
| * | | Added 2-legged OAuth consumer sample. | Andrew Arnott | 2011-04-05 | 5 | -0/+138 |
| | | |