Robert Mitwicki
1755c0df1a
Merge pull request #234 from viranch/viranch/fix_multi_auth
...
Fix bug #233 with multiple authenticators
2015-01-21 07:56:35 -05:00
Robert Mitwicki
f3cab9e7af
Merge pull request #236 from harlow/master
...
Use GitHub contributors link for attribution
2014-12-15 12:19:58 +01:00
Harlow Ward
b80320ff09
Use GitHub contributors link for attribution
...
The commit log of a project often doesn't tell the whole story on contributors. The `contributors` page on GitHub will give a historical overview of all the activity in the repo.
* Link to the contributions page
2014-12-14 19:29:14 -08:00
Viranch Mehta
6a6ddd527e
Fixes bug #233 with multiple authenticators
2014-12-05 18:16:01 +05:30
Robert Mitwicki
23e3852f9f
Merge pull request #226 from davexunit/issue-225
...
Fix how SQLAuthLogic and SQLRestAuth fetch their user model class.
2014-09-19 19:17:09 +02:00
David Thompson
9bb8374657
Fetch the correct user model in SQLRestAuth.setup.
2014-09-16 08:19:05 -04:00
David Thompson
cd56752e9b
Remove unnecessary variable assignment in SQLEncrypted.
2014-09-16 08:16:37 -04:00
David Thompson
843065c615
Use only the correct user model for SQLEncrypted.
2014-09-16 08:03:30 -04:00
David Thompson
3522c7e86b
Fix how SQLAuthLogic and SQLRestAuth fetch their user model class.
2014-09-15 08:24:31 -04:00
Robert Mitwicki
73b89bb3e5
Merge pull request #224 from korun/master
...
Fix error: undefined local variable or method `user_model' for CASServer...
2014-09-15 09:59:29 +02:00
Ivan
873bfbd76b
Fix error: undefined local variable or method `user_model' for CASServer::Authenticators::SQLEncrypted:Class (NameError)
2014-09-15 10:48:26 +04:00
Robert Mitwicki
d297422a1d
Merge pull request #219 from davexunit/fix-sql-authenticator
...
Allow multiple SQL authenticators to be used without conflict.
2014-09-14 23:09:08 +02:00
Robert Mitwicki
c111a18778
Merge pull request #223 from pawurb/fix_translation
...
Fix translations.
2014-09-14 21:01:51 +02:00
pawurb
bef4c75d18
Fix translations.
2014-08-27 14:55:14 +02:00
David Thompson
a4fa03ba01
Allow multiple SQL authenticators to be used without conflict.
...
Rather than clobber the user_model class variable every time a SQL
authenticator is used, use a hash to map auth_index to the associated
user model.
2014-07-28 13:29:45 -04:00
Robert Mitwicki
2cabb5923e
Merge pull request #213 from tsechingho/master
...
use ConnectionManagement middleware to close database connect
2014-06-11 11:00:23 +02:00
Tse-Ching Ho
2732957b7e
use ConnectionManagement middleware to close database connect automatically
2014-06-11 11:04:25 +08:00
Robert Mitwicki
1a7b2a90f3
Merge pull request #206 from martinx/master
...
Update the method to get value from AR
2014-03-19 15:41:07 +01:00
Martin Xu
5f675ce20d
update get value from ar
2014-03-19 17:49:07 +08:00
Robert Mitwicki
8497353c2e
Merge pull request #201 from mitfik/fix/191
...
Fix #179 and #180
2014-03-01 22:39:34 +01:00
Daniel Ghilea
698a014aa4
Fixing #179 : calling stringify_keys on the extra_attributes hash.
...
Improve Daniel's work and move stringify_keys to
lib/casserver/authenticators/base.rb.
2014-03-01 22:38:20 +01:00
Daniel Ghilea
81fcd5ffb8
Fixes #180 : updated spec to take into account namespace in the xml response.
2014-03-01 22:27:27 +01:00
Robert Mitwicki
6cc07883a0
Merge pull request #169 from ogom/use_bind_address
...
Use bind_address from config
2014-02-27 12:46:29 +01:00
Robert Mitwicki
6f1376a3f6
Merge pull request #198 from kia84/master
...
Update ru.yml
2014-02-19 22:30:03 +01:00
kia84
fb65d76034
Update ru.yml
...
Added missing translations.
2014-02-14 14:07:25 +04:00
Robert Mitwicki
9a171084fe
Merge pull request #195 from atyndall/master
...
Add new authenticator designed to pull information from remote Devise
2014-02-07 11:21:52 +01:00
Ash Tyndall
7585df1573
Add new authenticator designed to pull information from a remote Devise installation.
2014-01-22 11:35:27 +08:00
Robert Mitwicki
646359bc0f
Merge pull request #193 from MorganShowman/sql_authlogic/matching_users
...
Move logic for matching users into method
2014-01-14 05:34:20 -08:00
Morgan Showman
31edfefb84
Move logic for matching users into method
...
This commit moves the logic for matching users in the sql authlogic
authenticator into a separate method for extensibility. This will allow
for a custom authenticator to inherit the sql authlogic class and
override the matching users method with a custom query.
2013-11-08 14:46:40 -05:00
Robert Mitwicki
efd533fd95
Merge pull request #186 from mitfik/features/remove_gemfile_lock
...
Remove Gemfile.lock
2013-08-11 11:57:01 -07:00
Robert Mitwicki
d8e9e9ee79
Remove Gemfile.lock
...
Very good explanation why we should not have it:
http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
2013-08-11 21:02:35 +02:00
ogom
bf28682151
use bind_address from config
2013-05-14 22:04:22 +09:00
Tyler Pickett
f6de93d0be
Merge pull request #166 from swobspace/ldap_username_postfix
...
Username postfix for ldap_authenticators
2013-05-03 08:25:30 -07:00
Tyler Pickett
07db8993d2
Merge pull request #165 from inka/fix_attributes_for_jasig_compatibility
...
Fixed CAS attributes for jasig compatibility
2013-05-03 08:24:03 -07:00
Robert Mitwicki
841e3265ca
Merge pull request #167 from MdreW/master
...
added italian translation
2013-04-20 15:03:53 -07:00
MdreW
7b20180a53
Added italian traslation
2013-03-30 13:29:34 +00:00
Wolfgang Barth
8b493d7fa7
typo fixed: should be 'username_postfix'
2013-03-02 14:27:20 +01:00
Wolfgang Barth
062b0e0846
make a username_postfix in config available for ldap authenticator
2013-03-02 14:06:43 +01:00
Ingo Kampe
2a2296b772
Fixed CAS attributes for jasig compatibility
...
Boxed the attributes into <cas:attributes> element and
made attribute keys namespace aware. This is tested
with jasig java client 3.3-SNAPSHOT and rails
devise_cas_authenticatable version 1.1.4.
2013-02-18 18:39:02 +01:00
Robert Mitwicki
d683ffa211
Merge pull request #164 from vparihar01/autoload-error-sqlencrypted
...
Removed cannot load such file -- lib/casserver/authenticators/sql_encryp...
2013-02-06 06:48:06 -08:00
Vivek Parihar
a7e65b7b31
removed cannot load such file -- lib/casserver/authenticators/sql_encrypted.rb (LoadError) for SqlEncrypted authenticator
2013-02-04 16:22:23 +05:30
Robert Mitwicki
dc6fb7ba72
Merge pull request #161 from mitfik/Fix_connection_pool
...
Fix sql authenticator for latest rails version.
2013-01-12 05:15:28 -08:00
Robert Mitwicki
df0ddcd4f0
Fix sql authenticator for latest rails version.
2013-01-08 02:09:16 +01:00
Robert Mitwicki
fe9585e7b5
Merge pull request #158 from mitfik/9cb099ddd5b8115f69dbbb4958f07ac3cc08e6c4
...
Fix #147
2013-01-03 03:38:29 -08:00
Robert Mitwicki
4dcd50b5af
Merge pull request #157 from biola/fix_authenticators_autoload
...
Fix autoloading of authenticators
2012-12-24 16:05:54 -08:00
Adam Crownoble
4b7ce85daf
Also fix active_directory_ldap path in spec_helper
...
Should have caught this in the last commit. Oh well.
2012-12-21 16:57:29 -08:00
Adam Crownoble
364da8d630
Fix autoloading of authenticators.
...
Authenticator autoloads must be defined before Server.init_authenticators!
is run Also the active_directory_ldap autoload entry was incorrectly
pointing to a directory instead of the actual file.
2012-12-21 16:51:38 -08:00
Tyler Pickett
d323c3af93
Merge branch 'allowed_service_ips'
...
Conflicts:
lib/casserver/server.rb
spec/spec_helper.rb
2012-12-21 11:39:49 -06:00
Tyler Pickett
6b1ccf9ae4
fix requirement of hash_with_indifferent_access
...
Rails 2.3 doesn't to have this file in this
location and pulling in core_ext gets the file
in all current versions of ActiveSupport.
Signed-off-by: Tyler Pickett <t.pickett66@gmail.com>
2012-12-21 11:31:39 -06:00
Tyler Pickett
1ee8bdc69a
run rake appraisal:install to update gemfiles
...
Signed-off-by: Tyler Pickett <t.pickett66@gmail.com>
2012-12-21 11:29:16 -06:00