Commit Graph

80 Commits (d054bfaa01a6018ab6305806143dffe91ce8fb92)

Author SHA1 Message Date
Dries Buytaert 8efa768768 - Patch #395340 by c960657: critical bug: enforce e-mail verification with OpenID auto-registration. 2010-03-26 12:12:41 +00:00
Dries Buytaert b9123f2309 - Patch #218097 by c960657: OpenID must use canonical ID when authenticating XRI i-names. 2010-03-23 21:14:49 +00:00
Dries Buytaert c061a16a6b - Patch #728278 by c960657: openid_complete() should normalize ['openid.claimed_id()'] before discovery. With better tests. 2010-03-23 19:05:16 +00:00
Dries Buytaert 9b4274e8c7 - Patch #742366 by moshe weitzman: better UX for OpenID users. 2010-03-22 18:55:45 +00:00
Dries Buytaert e8d18e41fc - Patch #218097 by c960657: OpenID must use canonical ID when authenticating XRI i-names. 2010-03-22 18:48:20 +00:00
Dries Buytaert f1b02a80f4 - Pach #730462 by Heine, Damien Tournoud: OpenID should support openid.invalidate_handle. 2010-03-09 12:07:37 +00:00
Dries Buytaert 0d9eedc8fb - Patch #727650 by Damien Tournoud: made OpenID more pluggable so we can extend it in contrib, and added support for Google's OpenID discovery protocol. 2010-03-02 08:59:54 +00:00
Dries Buytaert 094a6b4f85 - Patch #634562 by vgarvardt, Damien Tournoud: added OpenID AX support (in addition to SREF) so that we can extend our OpenID implementation in contrib. 2010-03-02 08:55:42 +00:00
Angie Byron ae716002a3 #542180 by David_Rothstein and c960657: Fixed OpenID does not deal with blocked users correctly. 2010-02-11 03:08:05 +00:00
Dries Buytaert 6c9b682bb6 - Patch #579448 by c960657: fixed OpenID specification violation. Search for OP Identifier element to authenticate. 2010-01-31 18:39:46 +00:00
Angie Byron 69ed7f66b8 #546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user interface. 2010-01-11 16:25:16 +00:00
Angie Byron 71ee49de3e #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface. 2010-01-09 23:03:22 +00:00
Dries Buytaert 1da26fadfe - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
Angie Byron f59783f23a #640198 by batigolix and arianek: Update OpenID module to conform to new help standard. 2009-11-26 04:49:52 +00:00
Angie Byron 9db02aba50 #216101 by c960657, Arancaytar, aufumy, et al: Fix registration workflow for OpenID providers that do not supply usernames/e-mail addresses. 2009-11-16 05:08:47 +00:00
Angie Byron 59b7e23b56 #367567 by sun, effulgentsia, yched, and quicksketch: Use AJAX framework for 'Add more' links. 2009-11-04 04:56:54 +00:00
Angie Byron e1642603ea #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url(). 2009-10-15 16:18:46 +00:00
Angie Byron d16bead147 #118345 by sun: Make user.module conform to standard presave/insert/update/form_alter hook paradigm. 2009-10-10 16:48:39 +00:00
Dries Buytaert c05f2181dc - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot. 2009-10-09 01:00:08 +00:00
Dries Buytaert a4b833b6de - Patch #118345 by sun | nedjo, pwolanin, webchick: DIE hook_user_form() + hook_user_register() DIE! 2009-09-22 07:50:16 +00:00
Dries Buytaert ee8aa910b9 Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-). 2009-09-21 06:44:14 +00:00
Angie Byron c22b520e46 #365597 by mfb, Jody Lynn: Don't show access denied when logging in via OpenID to user/login. 2009-09-17 03:16:16 +00:00
Angie Byron 4d19d5f10a SA-CORE-2009-008 2009-09-16 22:47:18 +00:00
Dries Buytaert 4c49bf4a56 - Patch #319840 by Aron Novak, darren.ferguson: added hook to the OpenID module for returning data when a user has logged in. 2009-09-13 14:20:00 +00:00
Angie Byron 2c55219315 #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. 2009-08-24 00:14:23 +00:00
Angie Byron e63e85020b Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again. 2009-08-24 00:10:46 +00:00
Angie Byron 4ae238ea57 *** empty log message *** 2009-08-24 00:02:05 +00:00
Angie Byron 36ec189695 #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string. 2009-08-22 14:34:23 +00:00
Dries Buytaert 06fbe8e90c - Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs. 2009-08-12 12:36:05 +00:00
Dries Buytaert 00fc298163 - Patch #497612 by Moshe Weitzman et al: harden user login by correctly using the form API. Complete commit now. Thank you, thank you. 2009-06-30 11:32:08 +00:00
Dries Buytaert 9b735710e9 - Patch #222044 by c960657: better support for different OpenID versions. 2009-06-10 20:13:20 +00:00
Angie Byron f994a4b8c5 #339466 follow-up by c960657: Remove url() around OpenID help links. 2009-06-07 03:27:55 +00:00
Dries Buytaert e474fbbd6c - Patch #477944 by Damien Tournoud: fix and streamline page cache and session handling. 2009-06-02 06:58:17 +00:00
Dries Buytaert 0f4060f377 - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
Dries Buytaert a24a6c2bba - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
Dries Buytaert 1ed25923a3 - Patch #251245 by c960657: added tests for the OpenID module. The test module implements a dummy OpenID provider/server. Most impressive patch of the month. 2009-04-29 07:29:59 +00:00
Dries Buytaert 0184860b58 - Patch #333156 by stella: add ability to configure the default country. 2009-03-17 15:26:29 +00:00
Angie Byron c0a7d23069 #404244 by cwgordon7: Fix indentation in OpenID module. 2009-03-17 02:26:07 +00:00
Dries Buytaert b46e90ad36 - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views. 2009-03-14 20:13:27 +00:00
Angie Byron 70d915313f #287178 follow-up by dereine and Dave Reid: Fix notice in OpenID module which is referencing missing form_id variable. 2009-03-01 17:19:08 +00:00
Dries Buytaert 631354733a - Patch #366949 by c960657: use parse_url(, PHP_URL_xxx). 2009-02-01 16:45:53 +00:00
Angie Byron 9f54383f8d #339466 by patryk: Replace the OpenID link in user help with official link. 2009-01-22 04:40:30 +00:00
Angie Byron b4c737a2a5 #287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters(). 2009-01-22 03:11:54 +00:00
Dries Buytaert d20e457121 - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module. 2009-01-19 10:46:52 +00:00
Dries Buytaert 534287b1bc - Patch #245990 by pwolanin: further clean-up of the HTTP request status fail problem. 2009-01-14 21:13:42 +00:00
Dries Buytaert 92a8adea65 - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
Dries Buytaert 445823f6bb - Patch #337783 by Dave Reid, drewish: array-itize drupal_http_requests()'s parameters. 2008-12-26 21:01:57 +00:00
Dries Buytaert f6727ce9f0 - Patch #280625 by catch, pwolanin, swentel, et al: added an OpenID delete confirm form. 2008-11-22 10:32:42 +00:00
Dries Buytaert df2cf40d2c - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css(). 2008-10-26 18:06:39 +00:00
Angie Byron f76acb2d9d #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. 2008-10-12 04:30:09 +00:00