/[drupal]/contributions/modules/openid/openid.module
ViewVC logotype

Log of /contributions/modules/openid/openid.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 16 19:34:45 2009 UTC (2 months, 1 week ago) by heine
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.2.2.8: +25 -21 lines
Diff to previous 1.2.2.8 , to branch point 1.2 , to next main 1.29
Fixes for SA-CONTRIB-2009-059

Revision 1.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 9 19:46:44 2008 UTC (16 months, 2 weeks ago) by pwolanin
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.2.2.7: +30 -7 lines
Diff to previous 1.2.2.7 , to branch point 1.2
backport from 6.x

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 20:43:20 2008 UTC (21 months, 4 weeks ago) by walkah
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.2.2.6: +50 -41 lines
Diff to previous 1.2.2.6 , to branch point 1.2
#216022 (SA-2008-016) - OpenID - Incorrect claimed_id returned for OpenID 2.0
(reported by johnnysxip)
* other minor OpenID 2.0 compliance fixes

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 14 20:29:27 2007 UTC (2 years, 1 month ago) by walkah
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.2.2.5: +13 -2 lines
Diff to previous 1.2.2.5 , to branch point 1.2
#156886 - patch by edgauthier to fix openid2.0 LocalId handling

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 14 20:19:21 2007 UTC (2 years, 1 month ago) by walkah
Branch: DRUPAL-5
Changes since 1.2.2.4: +18 -15 lines
Diff to previous 1.2.2.4 , to branch point 1.2
backporting various changes & cleanups from HEAD/core version

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 28 03:05:47 2007 UTC (2 years, 4 months ago) by walkah
Branch: DRUPAL-5
Changes since 1.2.2.3: +75 -23 lines
Diff to previous 1.2.2.3 , to branch point 1.2
backporting all the last minute changes for openid client in core:
primarily better validation and error reporting & help text.
5.x is now functionally equivalent to the 6.x version

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 18 15:29:04 2007 UTC (2 years, 5 months ago) by walkah
Branch: MAIN
CVS Tags: HEAD
Changes since 1.28: +7 -5 lines
Diff to previous 1.28
A couple of minor clean-ups in delegation detection (to better
accomodate the new rel="openid2.local_id openid.delegate" syntax.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 15 20:44:18 2007 UTC (2 years, 5 months ago) by walkah
Branch: MAIN
Changes since 1.27: +26 -11 lines
Diff to previous 1.27
* help text added
* additional error checking
(as per http://drupal.org/node/131026#comment-255724 )

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 5 21:03:26 2007 UTC (2 years, 5 months ago) by walkah
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
oops. drupal_retrieve_form() now requires $form_state as well.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 5 17:23:42 2007 UTC (2 years, 5 months ago) by walkah
Branch: MAIN
Changes since 1.25: +4 -4 lines
Diff to previous 1.25
Add a way to cancel back to username/login via JS

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 5 16:09:46 2007 UTC (2 years, 5 months ago) by walkah
Branch: MAIN
Changes since 1.24: +10 -3 lines
Diff to previous 1.24
Add a check for existing openids in user_add_validate()

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 5 15:54:58 2007 UTC (2 years, 5 months ago) by walkah
Branch: MAIN
Changes since 1.23: +6 -6 lines
Diff to previous 1.23
FAPI3 updates

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 22:35:11 2007 UTC (2 years, 5 months ago) by walkah
Branch: MAIN
Changes since 1.22: +2 -3 lines
Diff to previous 1.22
properly implement user_login_validate/submit as per : http://drupal.org/node/131026#comment-252993

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 12:23:10 2007 UTC (2 years, 6 months ago) by chx
Branch: MAIN
Changes since 1.21: +3 -2 lines
Diff to previous 1.21
proper form redirect

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 12:18:40 2007 UTC (2 years, 6 months ago) by chx
Branch: MAIN
Changes since 1.20: +25 -24 lines
Diff to previous 1.20
an array of coding style fixes

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 04:53:29 2007 UTC (2 years, 6 months ago) by walkah
Branch: MAIN
Changes since 1.19: +30 -3 lines
Diff to previous 1.19
Properly respect the 'user_email_verification' setting.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 03:50:46 2007 UTC (2 years, 6 months ago) by walkah
Branch: MAIN
Changes since 1.18: +6 -3 lines
Diff to previous 1.18
support for 'destination' (i.e. return the user back to the page they were on after logging in).

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 01:29:21 2007 UTC (2 years, 6 months ago) by walkah
Branch: MAIN
Changes since 1.17: +6 -10 lines
Diff to previous 1.17
Code cleanup - typos and coding style (see http://drupal.org/node/131026#comment-251636 )

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 29 05:19:10 2007 UTC (2 years, 6 months ago) by weitzman
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16
fix typo in .schema file and fix for new fapi3 argument order

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 27 14:30:00 2007 UTC (2 years, 6 months ago) by walkah
Branch: MAIN
Changes since 1.15: +4 -4 lines
Diff to previous 1.15
minor validation cleanup

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 27 14:19:23 2007 UTC (2 years, 6 months ago) by walkah
Branch: MAIN
Changes since 1.14: +8 -10 lines
Diff to previous 1.14
update OpenID validation for better error handling on failed discovery (and a nicer error message).

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 24 15:01:21 2007 UTC (2 years, 6 months ago) by walkah
Branch: DRUPAL-5
Changes since 1.2.2.2: +218 -68 lines
Diff to previous 1.2.2.2 , to branch point 1.2
Backporting recent HEAD changes to DRUPAL-5

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 24 14:22:20 2007 UTC (2 years, 6 months ago) by walkah
Branch: MAIN
Changes since 1.13: +1 -9 lines
Diff to previous 1.13
Err. somehow I made a duplicate menu entry. removed

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 23 22:36:28 2007 UTC (2 years, 6 months ago) by walkah
Branch: MAIN
Changes since 1.12: +41 -7 lines
Diff to previous 1.12
Comments and code cleanups

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 23 15:53:26 2007 UTC (2 years, 6 months ago) by walkah
Branch: MAIN
Changes since 1.11: +17 -4 lines
Diff to previous 1.11
properly validate new user creation, and redirect to user/register if
there's an error (and pre-fill the form as best we can).

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 23 15:02:54 2007 UTC (2 years, 6 months ago) by walkah
Branch: MAIN
Changes since 1.10: +168 -69 lines
Diff to previous 1.10
* Update to FAPI 3 - (pending http://drupal.org/node/146187)
* Added a way (under 'My Account') to add remove OpenID to an existing account
* Some refactoring for clean openid_being / openid_complete (for reuse)
* Added Simple Registration extension options for nickname & email - for
  better chance of valid accounts being created
* Other minor code cleanups, etc.

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 21 03:46:46 2007 UTC (2 years, 6 months ago) by walkah
Branch: DRUPAL-5
Changes since 1.2.2.1: +8 -5 lines
Diff to previous 1.2.2.1 , to branch point 1.2
#144334 - allow support for "dumb mode" - bcmath no longer required!
 patch by ianloic. Thanks!

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 21 03:30:39 2007 UTC (2 years, 6 months ago) by walkah
Branch: DRUPAL-5
Changes since 1.2: +143 -195 lines
Diff to previous 1.2
backporting recent work from HEAD to DRUPAL-5

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 13 02:55:40 2007 UTC (2 years, 6 months ago) by walkah
Branch: MAIN
Changes since 1.9: +67 -62 lines
Diff to previous 1.9
* Lots of cleanups - specifically to the discovery process
* Properly distinguish between 1.x and 2.0 calls - #143061
* XRI support - #143125 - patch by William Tan / Grugnog2 (changes by me)

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 19:21:37 2007 UTC (2 years, 6 months ago) by walkah
Branch: MAIN
Changes since 1.8: +6 -8 lines
Diff to previous 1.8
better conformance to 2.0 implementer's draft 11 spec : works again w/
myopenid.com

Revision 1.1.2.3.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 17 20:39:33 2007 UTC (2 years, 7 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.3.2.14: +7 -2 lines
Diff to previous 1.1.2.3.2.14 , to branch point 1.1.2.3
er *properly* fix the trimming of whitespace in OP list

Revision 1.1.2.3.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 17 20:32:51 2007 UTC (2 years, 7 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.3.2.13: +2 -2 lines
Diff to previous 1.1.2.3.2.13 , to branch point 1.1.2.3
properly trim OP list for dropdown.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 15 05:45:38 2007 UTC (2 years, 7 months ago) by walkah
Branch: MAIN
Changes since 1.7: +10 -31 lines
Diff to previous 1.7
* removing unused check_immediate code
* making sure delegate has been defined (since AOL gives an empty delegate)

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 15 05:10:08 2007 UTC (2 years, 7 months ago) by walkah
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
More E_ALL cleanups

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 15 05:05:51 2007 UTC (2 years, 7 months ago) by walkah
Branch: MAIN
Changes since 1.5: +9 -2 lines
Diff to previous 1.5
Fixing support for delegation

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 15 04:57:01 2007 UTC (2 years, 7 months ago) by walkah
Branch: MAIN
Changes since 1.4: +1 -24 lines
Diff to previous 1.4
Removing extraneous (and confusing) settings.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 26 00:55:43 2007 UTC (2 years, 8 months ago) by walkah
Branch: MAIN
Changes since 1.3: +48 -94 lines
Diff to previous 1.3
Lots of cleanups - ditching the openid block in favour of user login
form_alter (with jQuery magic - thanks steven! )

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 25 19:44:00 2007 UTC (2 years, 8 months ago) by walkah
Branch: MAIN
Changes since 1.2: +54 -34 lines
Diff to previous 1.2
HEAD openid RP - new menu system & E_NOTICE fixes. minor cleanups

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 25 06:38:00 2007 UTC (2 years, 8 months ago) by walkah
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.1: +383 -451 lines
Diff to previous 1.1
Drupal 5 (native) OpenID relying party

Revision 1.1.2.3.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 25 06:33:51 2007 UTC (2 years, 8 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.3.2.12: +6 -11 lines
Diff to previous 1.1.2.3.2.12 , to branch point 1.1.2.3
minor code cleanups

Revision 1.1.2.3.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 20 14:46:42 2007 UTC (2 years, 9 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.3.2.11: +3 -3 lines
Diff to previous 1.1.2.3.2.11 , to branch point 1.1.2.3
fix inconsistent defaults for openid_request_mode

Revision 1.1.2.3.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 19 05:10:35 2007 UTC (2 years, 9 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.3.2.10: +5 -3 lines
Diff to previous 1.1.2.3.2.10 , to branch point 1.1.2.3
#120414 - better (like, working) fix

Revision 1.1.2.3.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 19 04:53:17 2007 UTC (2 years, 9 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.3.2.9: +2 -2 lines
Diff to previous 1.1.2.3.2.9 , to branch point 1.1.2.3
#120414 : fix a div by 0 error in openid_association (patch my me)

Revision 1.1.2.3.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 17 01:47:00 2007 UTC (2 years, 9 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.3.2.8: +16 -17 lines
Diff to previous 1.1.2.3.2.8 , to branch point 1.1.2.3
more work for supporting extensions (in RP code)

Revision 1.1.2.3.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 16 21:32:18 2007 UTC (2 years, 9 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.3.2.7: +3 -3 lines
Diff to previous 1.1.2.3.2.7 , to branch point 1.1.2.3
changing default association type to DH-SHA1

Revision 1.1.2.3.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 12 06:51:31 2007 UTC (2 years, 9 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.3.2.6: +2 -3 lines
Diff to previous 1.1.2.3.2.6 , to branch point 1.1.2.3
* beginning to allow for extensions (still in flux)
* support for 1.1 nonces (in server)

Revision 1.1.2.3.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 03:49:17 2007 UTC (2 years, 9 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.3.2.5: +1 -11 lines
Diff to previous 1.1.2.3.2.5 , to branch point 1.1.2.3
removing the remaining AX remnants

Revision 1.1.2.3.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 21 15:23:16 2007 UTC (2 years, 10 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.3.2.4: +419 -547 lines
Diff to previous 1.1.2.3.2.4 , to branch point 1.1.2.3
lots of changes (had fun on the plane yesterday ;) :
* removing ax stuff - will re-add ax & sreg more extensibly soon
* added Diffie-Hellman association support
* openid.module now working with 1.x authentication
* other refactoring and fixes.

Revision 1.1.2.3.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 18 04:30:55 2007 UTC (2 years, 10 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.3.2.3: +9 -4 lines
Diff to previous 1.1.2.3.2.3 , to branch point 1.1.2.3
make identifier_select/2.0 work

Revision 1.1.2.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 18 01:33:08 2007 UTC (2 years, 10 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.3.2.2: +19 -4 lines
Diff to previous 1.1.2.3.2.2 , to branch point 1.1.2.3
need to verify assertions when using indirect mode

Revision 1.1.2.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 17 20:10:40 2007 UTC (2 years, 10 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.3.2.1: +107 -126 lines
Diff to previous 1.1.2.3.2.1 , to branch point 1.1.2.3
a bunch of updates from the plane yesterday:
* moving xri.inc to xrds.inc (for correctness)
* refactored openid.module a bit for readability, etc
* other minor fixes, tweaks etc

Revision 1.1.2.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 13 06:12:53 2007 UTC (2 years, 10 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.3: +546 -586 lines
Diff to previous 1.1.2.3
In progress drupal-native OpenID 2.0 server & client modules... finding a new home in DRUPAL-4-7--2 :)

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 3 20:29:07 2007 UTC (2 years, 10 months ago) by cygnus
Branch: DRUPAL-4-7
Branch point for: DRUPAL-4-7--2
Changes since 1.1.2.2: +129 -13 lines
Diff to previous 1.1.2.2 , to branch point 1.1 , to next main 1.29
j@v2v.cc: changes to use sreg.nickname, set policy_url, and let users change OpenIDs

Revision 1.1.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 28 17:26:15 2006 UTC (3 years, 3 months ago) by cygnus
Branch: DRUPAL-4-6
Changes since 1.1.4.1: +1 -1 lines
Diff to previous 1.1.4.1 , to branch point 1.1 , to next main 1.29
Fixed error_level call

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 28 17:25:57 2006 UTC (3 years, 3 months ago) by cygnus
Branch: DRUPAL-4-7
Changes since 1.1.2.1: +1 -1 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Fixed error_level call

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 23 22:38:00 2006 UTC (3 years, 3 months ago) by cygnus
Branch: DRUPAL-4-7
Changes since 1.1: +0 -1 lines
Diff to previous 1.1
Fixed error_level call

Revision 1.1.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 24 22:32:12 2006 UTC (3 years, 4 months ago) by cygnus
Branch: DRUPAL-4-6
Changes since 1.1: +29 -35 lines
Diff to previous 1.1
Updated module to work with 4.6.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 8 16:51:18 2006 UTC (3 years, 5 months ago) by cygnus
Branch: MAIN
Branch point for: DRUPAL-4-6, DRUPAL-4-7
Added the JanRain PHP OpenID module for use with the JanRain PHP OpenID library.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2