summaryrefslogtreecommitdiffstats
path: root/vendor/plugins/open_id_authentication
Commit message (Collapse)AuthorAgeFilesLines
* Moved plugin tasks directories to lib/tasks (Rails deprecation).Jean-Philippe Lang2011-03-241-0/+0
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5216 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent 500 error on login when there's a typo in OpenID URI scheme, such as ↵Jean-Baptiste Barth2010-08-101-1/+1
| | | | | | http;// or http.// git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3933 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed broken OpenID authentication after migration to Rails 2.2 (#2894).Jean-Philippe Lang2009-03-041-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2551 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to ↵Jean-Philippe Lang2009-02-121-18/+16
| | | | | | enable openid support. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2458 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed the bundled ruby-openid gemEric Davis2009-02-121-2/+2
| | | | | | | | | | | | * 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 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2452 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed a bug in open_id_authentication, where relative_url_root is definedEric Davis2009-02-111-1/+1
| | | | | | | | on ActionController:AbstractRequest not Base #699 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2441 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added open_id_authentication pluginEric Davis2009-02-1121-0/+1090
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2438 e93f8b46-1217-0410-a6f0-8f06a7374b81