Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Turned off localhost support by default for MVC template for security. | Andrew Arnott | 2010-03-13 | 1 | -1/+1 |
| | |||||
* | MVC project template now preloads discovery results for OP buttons. | Andrew Arnott | 2010-03-13 | 3 | -1/+27 |
| | |||||
* | Fixed build of project templates by giving it a slightly larger allowable ↵ | Andrew Arnott | 2010-03-13 | 1 | -1/+1 |
| | | | | max path length. | ||||
* | Refactored to avoid so much duplicate code in the AJAX handling. | Andrew Arnott | 2010-03-12 | 1 | -1/+1 |
| | |||||
* | Removed the last of the hard-coded embedded resource strings from the ↵ | Andrew Arnott | 2010-03-12 | 3 | -7/+5 |
| | | | | project template. | ||||
* | StyleCop fixes. | Andrew Arnott | 2010-03-11 | 1 | -2/+2 |
| | |||||
* | The edit account page now uses the selector to allow the user to add ↵ | Andrew Arnott | 2010-03-11 | 3 | -32/+56 |
| | | | | additional auth tokens. | ||||
* | Diverted localizable resources into existing resource files. | Andrew Arnott | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | Moved all auth actions into their own controller to help focus the Account ↵ | Andrew Arnott | 2010-03-10 | 12 | -191/+217 |
| | | | | controller's actions. | ||||
* | Replaced the rest of the HTML content with a helper method. | Andrew Arnott | 2010-03-10 | 1 | -6/+6 |
| | |||||
* | Added an HTML helper for the text box. | Andrew Arnott | 2010-03-10 | 1 | -5/+1 |
| | |||||
* | Selector buttons now drawn with HTML helpers. | Andrew Arnott | 2010-03-10 | 1 | -15/+4 |
| | |||||
* | Added the explanatory text beneath the OP buttons. | Andrew Arnott | 2010-03-09 | 1 | -0/+11 |
| | |||||
* | Fixes popup so it doesn't depend on today's relative paths. | Andrew Arnott | 2010-03-09 | 1 | -3/+3 |
| | |||||
* | Fixes UI rendering of the selector popup in IE8. | Andrew Arnott | 2010-03-09 | 1 | -1/+1 |
| | |||||
* | Moved a bunch of the <SCRIPT> tags for the MVC Selector to an HTML helper ↵ | Andrew Arnott | 2010-03-08 | 2 | -68/+5 |
| | | | | method. | ||||
* | Added missing project change. | Andrew Arnott | 2010-03-08 | 2 | -1/+1 |
| | |||||
* | Fixed the full-page login scenario. | Andrew Arnott | 2010-03-08 | 7 | -124/+152 |
| | |||||
* | The MVC OpenID selector now appears in a jQuery popup dialog. | Andrew Arnott | 2010-03-07 | 37 | -28/+4890 |
| | | | | Woot. | ||||
* | Updated text on the MVC project template's home page. | Andrew Arnott | 2010-03-07 | 2 | -7/+11 |
| | |||||
* | Refactored the code that facilitates MVC OpenIDSelector. | Andrew Arnott | 2010-03-07 | 2 | -24/+63 |
| | |||||
* | Trimmed down the AccountController and renamed a couple actions. | Andrew Arnott | 2010-03-07 | 2 | -84/+40 |
| | |||||
* | Added the OpenIdAjaxTestBox.css file to the MVC project template. | Andrew Arnott | 2010-03-07 | 1 | -0/+1 |
| | |||||
* | OpenIdAjaxTextBox added to the selector in the MVC project template. | Andrew Arnott | 2010-03-07 | 1 | -3/+39 |
| | | | | Asthetically it's still pretty bad. But it's functional. | ||||
* | StyleCop fixes. | Andrew Arnott | 2010-03-07 | 1 | -1/+1 |
| | |||||
* | The entire login process now works, in a limited fashion. | Andrew Arnott | 2010-03-07 | 3 | -2/+26 |
| | |||||
* | AJAX login success messages are now processed. | Andrew Arnott | 2010-03-07 | 2 | -37/+20 |
| | |||||
* | Removed hard-coded path to discovery callback. | Andrew Arnott | 2010-03-04 | 1 | -1/+1 |
| | |||||
* | AJAX query works now, but has the path to the controller hard-coded. | Andrew Arnott | 2010-03-04 | 1 | -2/+9 |
| | |||||
* | Added some more scripts toward getting the OpenIdSelector working in MVC. | Andrew Arnott | 2010-02-26 | 4 | -102/+137 |
| | |||||
* | Added changes that should have gone with the last commit. | Andrew Arnott | 2010-02-26 | 1 | -0/+7 |
| | |||||
* | Some discovery work on OpenIdSelector for MVC web apps. | Andrew Arnott | 2010-02-26 | 9 | -7/+133 |
| | |||||
* | The VS Gallery VSIXs finally fit the max path requirements (again). | Andrew Arnott | 2010-02-20 | 1 | -1/+1 |
| | | | | But this time, we have the template names we want to advertise on the VS Gallery site. | ||||
* | Fixes project template creation's long filenames and lib dependencies. | Andrew Arnott | 2010-02-20 | 1 | -20/+18 |
| | |||||
* | Fixed issue of unsigned satellite assemblies in drop .zip. | Andrew Arnott | 2010-02-18 | 1 | -6/+7 |
| | |||||
* | Merge branch 'v3.4' into buildprojBreakup | Andrew Arnott | 2010-02-16 | 1 | -23/+27 |
|\ | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb | ||||
| * | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-02-13 | 1 | -23/+27 |
| |\ | | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb | ||||
| | * | Fixed StyleCop message. | Andrew Arnott | 2010-02-12 | 1 | -1/+1 |
| | | | |||||
| | * | Fixed possible unhandled exception during OAuth processing. | Andrew Arnott | 2010-02-01 | 1 | -23/+27 |
| | | | |||||
| | * | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵ | Andrew Arnott | 2010-01-19 | 1 | -0/+1 |
| | | | | | | | | | | | | causing type resolution ambiguities. | ||||
* | | | VSIX files now generated as well. | Andrew Arnott | 2010-02-15 | 1 | -2/+4 |
| | | | |||||
* | | | VSIs are now generated. | Andrew Arnott | 2010-02-15 | 2 | -5/+10 |
| | | | |||||
* | | | .zip files for VS2008 and VS2010 project templates now complete. | Andrew Arnott | 2010-02-14 | 1 | -1/+41 |
| | | | |||||
* | | | VS2008 template .zip file now fully created. | Andrew Arnott | 2010-02-14 | 1 | -4/+42 |
| | | | |||||
* | | | VS2008 Project Templates are now generated. | Andrew Arnott | 2010-02-14 | 1 | -0/+24 |
| | | | |||||
* | | | Fixed bug where dependency library's wouldn't get copied. | Andrew Arnott | 2010-02-13 | 1 | -3/+7 |
| | | | |||||
* | | | The dbproj project reference is now removed. | Andrew Arnott | 2010-02-13 | 1 | -2/+2 |
| | | | | | | | | | | | | Finished project template creation for VS2010 .zip files. | ||||
* | | | Almost finished getting basic project template layout working. | Andrew Arnott | 2010-02-13 | 1 | -62/+71 |
| | | | |||||
* | | | Refactored build.proj to pull out project template building. | Andrew Arnott | 2010-02-11 | 4 | -2/+151 |
|/ / | | | | | | | VSI and VSIX is broken right now. The only thing that works is raw project template layout itself. Very much a work in progress. | ||||
* | | The build is adding a bit to the SQL script. | Andrew Arnott | 2010-02-02 | 1 | -0/+4 |
| | | |||||
* | | Work toward generating VSIX files for each individual project template. | Andrew Arnott | 2010-02-02 | 2 | -0/+54 |
| | | |||||
* | | Upgraded solution to Visual Studio 2010. | Andrew Arnott | 2010-01-31 | 18 | -321/+552 |
|\ \ | | | | | | | | | | Merge branch 'master-Dev10' | ||||
| * | | Made GettingStarted.htm have a space in it to flex our muscle. | Andrew Arnott | 2010-01-15 | 6 | -4/+4 |
| | | | | | | | | | | | | And added some missing Purge tasks. | ||||
| * | | Removed useless attributes. | Andrew Arnott | 2010-01-15 | 2 | -2/+0 |
| | | | |||||
| * | | Updated description to include OAuth. | Andrew Arnott | 2010-01-15 | 4 | -4/+4 |
| | | | |||||
| * | | Both .vsi and .vsix files are built now! | Andrew Arnott | 2010-01-15 | 2 | -27/+1 |
| | | | |||||
| * | | Beginning of VSIX packaging, and made VSI include version number from build ↵ | Andrew Arnott | 2010-01-13 | 1 | -2/+2 |
| | | | | | | | | | | | | system. | ||||
| * | | VS2010 generates a slightly different database SQL generation file. | Andrew Arnott | 2010-01-13 | 2 | -187/+194 |
| | | | |||||
| * | | Upgraded MVC project template to Dev10. | Andrew Arnott | 2010-01-08 | 2 | -8/+13 |
| | | | |||||
| * | | Added commented web.config section assisting MVC 2 users with type forwarding. | Andrew Arnott | 2010-01-08 | 1 | -0/+12 |
| | | | |||||
| * | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-08 | 55 | -56/+26336 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj src/DotNetOpenAuth.sln | ||||
| * | | | Reverting default target framework from 4.0 back to 3.5. | Andrew Arnott | 2010-01-08 | 5 | -1174/+1252 |
| | | | | |||||
| * | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-07 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/InfoCard/Token/Token.cs src/DotNetOpenAuth/Messaging/Channel.cs src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs src/DotNetOpenAuth/OpenId/Realm.cs | ||||
| * \ \ \ | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-06 | 3 | -3/+0 |
| |\ \ \ \ | |||||
| * | | | | | Somehow some projects managed to not get retarged to v4.0 yet. This fixes that. | Andrew Arnott | 2010-01-05 | 3 | -1152/+1140 |
| | | | | | | |||||
| * | | | | | Solution upgraded (MVC projects won't upgrade at this point). | Andrew Arnott | 2010-01-05 | 8 | -189/+370 |
| | | | | | | |||||
* | | | | | | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵ | Andrew Arnott | 2010-01-19 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | causing type resolution ambiguities. | ||||
* | | | | | | Added commented web.config section assisting MVC 2 users with type forwarding. | Andrew Arnott | 2010-01-08 | 1 | -0/+12 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge branch 'master' into mvcProjTemplate | Andrew Arnott | 2010-01-08 | 2 | -2/+2 |
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyLogic/Utilities.cs src/DotNetOpenAuth.sln | ||||
| * | | | | Merge branch 'v3.3' | Andrew Arnott | 2010-01-07 | 7 | -46/+59 |
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| | |||||
| | * | | Fixed StyleCop messages created as a result of f9a8d7163 | Andrew Arnott | 2010-01-07 | 1 | -1/+1 |
| | |/ | |||||
| | * | Removed the fragile magic code for db creation. | Andrew Arnott | 2010-01-02 | 2 | -24/+9 |
| | | | |||||
| | * | Fixed intermittent error while executing SQL stored procedures. | Andrew Arnott | 2010-01-01 | 5 | -20/+48 |
| | | | |||||
| | * | Removed the whitelisted localhost OP in the project template. | Andrew Arnott | 2009-12-28 | 1 | -1/+1 |
| | | | |||||
* | | | Updated MVC template gettingstarted doc.origin/mvcProjTemplate | Andrew Arnott | 2010-01-02 | 1 | -10/+8 |
| | | | |||||
* | | | Removed the fragile magic code for db creation. | Andrew Arnott | 2010-01-02 | 2 | -24/+9 |
| | | | |||||
* | | | OpenID text box now gets focus by default. | Andrew Arnott | 2010-01-02 | 1 | -0/+7 |
| | | | |||||
* | | | Added capability to add and see multiple authentication tokens per user account. | Andrew Arnott | 2010-01-02 | 8 | -2/+81 |
| | | | |||||
* | | | Added way for users to review the apps they've authorized and revoke ↵ | Andrew Arnott | 2010-01-01 | 5 | -0/+49 |
| | | | | | | | | | | | | permissions. | ||||
* | | | Locked down account details area from OAuth clients. | Andrew Arnott | 2010-01-01 | 1 | -1/+10 |
| | | | |||||
* | | | Fixed some bugs in OAuth authorization. | Andrew Arnott | 2010-01-01 | 2 | -3/+3 |
| | | | |||||
* | | | Fixed intermittent error while executing SQL stored procedures. | Andrew Arnott | 2010-01-01 | 5 | -20/+48 |
| | | | |||||
* | | | Added (untested!) OAuth SP support. | Andrew Arnott | 2009-12-30 | 9 | -6/+259 |
| | | | |||||
* | | | Updating account info work. | Andrew Arnott | 2009-12-30 | 4 | -38/+56 |
| | | | |||||
* | | | Fixed returnUrl handling of login page. | Andrew Arnott | 2009-12-30 | 2 | -1/+2 |
| | | | |||||
* | | | Added an Account Info page. | Andrew Arnott | 2009-12-30 | 5 | -32/+135 |
| | | | |||||
* | | | Realm class now has a public static property that makes it easy to ↵ | Andrew Arnott | 2009-12-30 | 1 | -13/+1 |
| | | | | | | | | | | | | auto-detect the realm. | ||||
* | | | Whitespace changes. | Andrew Arnott | 2009-12-29 | 1 | -6/+7 |
| | | | |||||
* | | | Fixed username display so it uses the friendly identifier or email. | Andrew Arnott | 2009-12-29 | 2 | -8/+24 |
| | | | |||||
* | | | Removed requirement that InfoCards users log in with be self-issued. | Andrew Arnott | 2009-12-29 | 2 | -2/+4 |
| | | | |||||
* | | | Gave each project template a unique forms auth cookie name. | Andrew Arnott | 2009-12-29 | 2 | -2/+2 |
| | | | |||||
* | | | Moved login processing code from the web forms project template into the ↵ | Andrew Arnott | 2009-12-29 | 4 | -51/+76 |
| | | | | | | | | | | | | library and utilize it now in both templates. | ||||
* | | | Added privacy policy to sreg request. | Andrew Arnott | 2009-12-29 | 5 | -9/+38 |
| | | | |||||
* | | | In the MVC project template, OpenIdRelyingParty now has a wrapping interface ↵ | Andrew Arnott | 2009-12-29 | 7 | -71/+129 |
| | | | | | | | | | | | | | | | | | | to allow for easier unit testability. I also made a rash of StyleCop fixes. | ||||
* | | | Some small code improvements to the MVC project template AccountController ↵ | Andrew Arnott | 2009-12-29 | 1 | -34/+97 |
| | | | | | | | | | | | | and added a bunch of comments. | ||||
* | | | Added XSRF protection to login page, and fixed display of error messages. | Andrew Arnott | 2009-12-28 | 2 | -3/+4 |
| | | | |||||
* | | | MVC project template now has basic OpenID login support: | Andrew Arnott | 2009-12-28 | 11 | -535/+546 |
| | | | | | | | | | | | | | | | | | | | | | This includes: * A database, and bootstrapping code * Removed all the username/password gunk * Added a web site logger | ||||
* | | | Added the files necessary so the MVC project template builds properly into ↵ | Andrew Arnott | 2009-12-27 | 5 | -0/+68 |
| | | | | | | | | | | | | the .vsi file. | ||||
* | | | Added initial project template for ASP.NET MVC. | Andrew Arnott | 2009-12-27 | 28 | -0/+25501 |
|/ / | |||||
* | | Merge branch 'v3.3' | Andrew Arnott | 2009-12-27 | 12 | -51/+158 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/InfoCardRelyingParty/Site.Master samples/OpenIdProviderWebForms/Site.Master samples/OpenIdRelyingPartyClassicAsp/MembersOnly.asp samples/OpenIdRelyingPartyClassicAsp/default.asp samples/OpenIdRelyingPartyClassicAsp/login.asp samples/OpenIdRelyingPartyWebForms/Site.Master src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/Extensions/ExtensionsInteropHelper.cs |