|
|
|
@9246
|
[9246]
|
04/10/08 04:51:55 |
josh |
Fixed OpenID file store class and safely fallback if there is no root_url. … |
|
|
|
@9214
|
[9214]
|
04/02/08 15:15:11 |
josh |
OpenID Authentication plugin: Allow a return_to option to be used instead … |
|
|
|
@9207
|
[9207]
|
04/02/08 03:33:33 |
rick |
delete the format parameter so that openid works on the iphone. add … |
|
|
|
@9169
|
[9169]
|
03/31/08 16:13:10 |
josh |
Normalize verification error messages in OpenID authentication plugin. |
|
|
|
@9103
|
[9103]
|
03/27/08 23:26:52 |
josh |
Updated OpenIdAuthentication to use Ruby OpenID 2.x.x gem (closes #10604) … |
|
|
|
@8931
|
[8931]
|
02/27/08 02:45:04 |
bitsweat |
normalize_url treats nil url as blank |
|
|
|
@8929
|
[8929]
|
02/25/08 21:04:02 |
bitsweat |
strip whitespace from url before normalizing |
|
|
|
@8872
|
[8872]
|
02/14/08 22:57:33 |
david |
Tied plugin to ruby-openid 1.1.4 gem until we can make it compatible with … |
|
|
|
@8476
|
[8476]
|
12/22/07 02:49:32 |
bitsweat |
Ruby 1.9 compat: case syntax |
|
|
|
@8225
|
[8225]
|
11/28/07 00:27:53 |
david |
Docfix (closes #9131) |
|
|
|
@7263
|
[7263]
|
08/03/07 00:50:38 |
rick |
allow open_id_authentication plugin to work from a subdirectory. Closes … |
|
|
|
@7214
|
[7214]
|
07/24/07 01:40:13 |
david |
Use URI instead of regexps to normalize the URL and gain free, better … |
|
|
|
@7163
|
[7163]
|
07/06/07 15:29:39 |
rick |
add module method to access the OpenID store value |
|
|
|
@7162
|
[7162]
|
07/06/07 15:19:50 |
rick |
* Allow -'s in #normalize_url [Rick]
* remove instance of mattr_accessor, … |
|
|
|
@7115
|
[7115]
|
06/25/07 16:29:26 |
david |
Throw a InvalidOpenId exception instead of just a RuntimeError when the … |
|
|
|
@7022
|
[7022]
|
06/14/07 06:23:30 |
bitsweat |
Update README to reflect pluralized controller name for singleton … |
|
|
|
@6936
|
[6936]
|
06/04/07 21:50:40 |
xal |
Make no assumptions on how i want to load the openid library :) |
|
|
|
@6520
|
[6520]
|
04/13/07 02:09:24 |
david |
Should have removed install.rb, not init.rb |
|
|
|
@6515
|
[6515]
|
04/11/07 20:10:32 |
david |
Name of migration should be add_ |
|
|
|
@6514
|
[6514]
|
04/11/07 19:58:30 |
david |
Added a new default database-backed store after experiencing trouble with … |
|
|
|
@6452
|
[6452]
|
03/20/07 02:56:42 |
minam |
allow that identity_url may be nil |
|
|
|
@6334
|
[6334]
|
03/05/07 03:05:41 |
david |
Made normalize_url available to users outside of controllers with the … |
|
|
|
@6332
|
[6332]
|
03/05/07 01:11:34 |
david |
Added normalize_url and applied it to all operations going through the … |
|
|
|
@6331
|
[6331]
|
03/05/07 01:10:16 |
david |
Added normalize_url and applied it to all operations going through the … |
|
|
|
@6324
|
[6324]
|
03/04/07 22:02:36 |
david |
Added OpenIdAuthentication::Result to make it easier to deal with default … |
|
|
|
@6318
|
[6318]
|
03/04/07 20:59:06 |
david |
Stop relying on root_url being defined, we can just grab the current url … |
|
|
|
@6252
|
[6252]
|
02/27/07 05:48:39 |
rick |
add sreg support |
|
|
|
@6251
|
[6251]
|
02/27/07 04:41:41 |
rick |
attempt to load ruby-openid. if it's not there, #open_id? always returns … |
|
|
|
@6249
|
[6249]
|
02/27/07 03:24:07 |
rick |
only create the tmp/openids path if it doesn't exist. correctly remove it … |
|
|
|
@6246
|
[6246]
|
02/27/07 01:32:56 |
david |
Creation sits on Dir |
|
|
|
@6245
|
[6245]
|
02/27/07 01:29:20 |
david |
Added simple OpenID authentication Rails plugin wrapper for ruby-openid |