- Dec 30, 2012
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Jul 21, 2012
-
-
Dmitriy Zaporozhets authored
Report missing credentials to the Rails application.
-
- Jul 20, 2012
-
-
Pat Thoyts authored
If no username or password is provided a MissingCredentialsError is raised which causes a Rack caught exception and a 500 Error in gitlab. Omniauth provides a way to raise such errors to the application by using the 'fail!' method to pass the exception to the registered failure handler. For gitlab this is the omniauth_controller code. This is required to resolve gitlab issue #1077. Signed-off-by:
Pat Thoyts <patthoyts@users.sourceforge.net>
-
- Jun 26, 2012
-
-
Dmitriy Zaporozhets authored
-
- Jan 06, 2012
-
-
Ping Yu authored
the request phase, since the adaptor now is only instantiated on the callback phase.
-
Ping Yu authored
Move Adaptor instance initializtion in callback phase
-
Terry Tai authored
Move Adaptor instance initializtion in callback phase, which can make setup phase work correctly. And also do some indentation fix.
-
- Dec 17, 2011
- Dec 15, 2011
-
-
Hubert authored
-
Michael Bleigh authored
Remove beta notice
-
Hubert authored
-
- Dec 14, 2011
-
-
Ping Yu authored
Net::LDAP::Entry always returns an array of values.
-
- Dec 09, 2011
-
-
Jonathan Jackson authored
Net::LDAP::Entry (http://net-ldap.rubyforge.org/Net/LDAP/Entry.html) explicitly returns an array of values for each attribute. The result of OmniAuth::Strategies::LDAP#map_user was returning a string representation of the attribute values array (ie. "['attribute_value']"), and it should be returning the actual attribute value.
-
- Nov 17, 2011
-
-
Michael Bleigh authored
Remove ruby-debug dependency
-
Michael Bleigh authored
Wrapping original LDAP info in a hash so it doesn't break omniauth auth_hash interface
-
- Nov 16, 2011
-
-
Ivan Jovanovic authored
-
- Nov 15, 2011
-
-
Kevin Rohrbaugh authored
-
- Nov 02, 2011
- Oct 28, 2011
-
- Oct 26, 2011
-
-
Michael Bleigh authored
- Oct 24, 2011
-
-
Ping Yu authored
spec. Added spec test for ldap strategy
-