Menu

Source Commit Log


Commit Date  
[r2452] by edavis10

Fixed the bundled ruby-openid gem

* The open_id_authentication plugin will require the gem automatically so
it doesn't need to be added to environment.rb
* Changed the version requirement on the open_id_authentication to match
the latest stable version. Rails config.gem looks for a directory named
after that specific version and will not load newer versions.

#699

2009-02-12 01:32:50 Tree
[r2451] by jplang

Slight changes to the issue lists displayed on My page.

2009-02-11 20:25:05 Tree
[r2450] by edavis10

Added a space so words don't runtogeatherlikethis. #699

2009-02-11 19:45:53 Tree
[r2449] by edavis10

Added a system setting for allowing OpenID logins and registrations

* Defaults to off
* Is set in the Administration panel under Authentication

#699

2009-02-11 19:24:28 Tree
[r2448] by edavis10

Prevent registration via OpenID if self registration is off. #699

2009-02-11 19:07:41 Tree
[r2447] by edavis10

Refactored common methods out of register and open_id_authenticate

* Extracted register_by_email_activation
* Extracted register_automatically
* Extracted register_manually_by_administrator

#699

2009-02-11 19:07:34 Tree
[r2446] by edavis10

Added user setup needed based on the system's registration settings

* Copied the register action's chunk of code used to setup the account
based on Setting.self_registration
* Extracted method for when onthefly_creation_failed
* Added tests to confirm the behavior

#699

2009-02-11 19:07:28 Tree
[r2445] by edavis10

Added tests for the other OpenID authentication cases. #699

2009-02-11 19:07:23 Tree
[r2444] by edavis10

Adding OpenID mock and test. #699

2009-02-11 19:07:18 Tree
[r2443] by edavis10

Hooked up on the fly OpenID user creation.

* Use OpenID registration fields for the user.
* Generate a random password when a user is created.

2009-02-11 19:07:12 Tree
Older >