Commit Graph

32 Commits (8ae6dc4b2ecaa669e061aac7879435be01021c33)

Author SHA1 Message Date
Angie Byron 17d30dc3a3 #925778 by mradcliffe, chx, sun, manarth: Fixed user edit title incorrectly shows currently logged in user. 2010-10-08 05:28:30 +00:00
Dries Buytaert 80befb6c7e - Patch #886982 by Berdir, Heine: incomplete verification of assertions. 2010-08-22 22:00:16 +00:00
Angie Byron 25171a17f6 Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
Angie Byron cacd044a63 #500866 by boombatower, solotandem: Remove t() from assertion messages in SimpleTest, so translators do not get 1000s of bogus strings. 2010-08-05 23:26:36 +00:00
Angie Byron ea4f6bcef2 #363580 by rfay, chx, Berdir, Rob Loach, Gábor Hojtsy, Shawn DeArmond: Fixed OpenID login fails when in maintenance mode, and 403 errors on certain user paths for logged-in users. 2010-07-07 08:05:01 +00:00
Dries Buytaert a1277471c8 - Patch #740036 by c960657, Damien Tournoud: Fixed OpenID AX: Request nickname + support alternative namespaces. 2010-07-01 19:06:57 +00:00
Dries Buytaert 38220bad9e - Patch #225535 by flobruit, c960657: OpenID login fails for delegated OpenIDs. 2010-06-25 18:31:37 +00:00
Dries Buytaert 3620310d7c - Patch #818206 by Berdir et al: apply coding standard for no-arg constructors. 2010-06-17 13:16:57 +00:00
Dries Buytaert 9a67fb99ef - Patch #174972 by rfay, stBorchert, gaele: user creation setting should be 'Visitors, with admin approval'. 2010-05-27 12:29:39 +00:00
Dries Buytaert ac8c96f42f - Patch #727650 by Damien Tournoud, c960657: rolled back support for Google-specific OpenID discovery protocol. 2010-05-13 17:37:24 +00:00
Dries Buytaert c8c14b527e - Rollback of #637850: needs more review/discussion. 2010-04-07 14:22:34 +00:00
Dries Buytaert 4c3660a69a - Patch #637850 by c960657: removed duplicated code and improved tests. 2010-04-07 07:09:17 +00:00
Dries Buytaert fbc26a6bf0 - Patch #740036 by c960657, Damien Tournoud: OpenID AX: Request nickname + support alternative namespaces. 2010-04-06 06:53:55 +00:00
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 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 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
Dries Buytaert ea51c3215b - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files. 2010-01-30 07:59:26 +00:00
Dries Buytaert 78c835e43a - Patch #686800 by c960657: refined the OpenID tests to verify that the user actually logged in to avoid false positives with blocked users. 2010-01-18 17:32:51 +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 c85b24f0f7 - Patch #575804 by Heine, c960657: fixed OpenID URL normalization #fragment handling. 2009-11-24 05:20:48 +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 4d99a96690 #365597 follow-up by mfb: Tests for OpenID redirection from user/login. 2009-09-30 04:06:15 +00:00
Angie Byron 175bb6d19a #575796 by Heine: Fixed OpenID XRI test violates the spec. 2009-09-15 19:46:04 +00:00
Angie Byron 7f88540b4b #564632 by moshe weitzman: Unify various _build() functions and remove duplicate copy of content. 2009-09-10 12:33:46 +00:00
Angie Byron 735e1d904f #500866 by boombatower: Remove t() from getInfo in tests. 2009-07-13 21:51:42 +00:00
Angie Byron d70915b1ab #453962 by neclimdul: Change all instances of getInfo() to static functions. 2009-05-06 19:56:21 +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