gitlabhq/app/controllers
Pat Thoyts a2d244ec06 Handle LDAP missing credentials error with a flash message.
If a user fails to provide a username or password to the LDAP login
form then a 500 error is returned due to an exception being raised
in omniauth-ldap. This gem has been amended to use the omniauth
error propagation function (fail!) to pass this exception message to
the registered omniauth failure handler so that the Rails application
can handle it approriately.

The failure function now knows about standard exceptions and no longer
requires a specific check for the OmniAuth::Error exception added by
commit f322975.

This resolves issue #1077.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
2012-07-21 09:04:05 +01:00
..
admin Merge branch 'sys_hooks' of dev.gitlabhq.com:gitlabhq 2012-07-20 09:08:16 +00:00
application_controller.rb update devise 2012-07-05 23:50:24 -07:00
commits_controller.rb BaseContext 2012-07-20 08:39:34 +03:00
dashboard_controller.rb BaseContext 2012-07-20 08:39:34 +03:00
deploy_keys_controller.rb error messages restyled 2012-01-18 01:00:40 +02:00
errors_controller.rb better error handling for not found resource, gitolite error 2012-02-22 07:14:54 +02:00
help_controller.rb UI: add new button, top panel restyle etc 2012-01-18 22:15:45 +02:00
hooks_controller.rb Refactoring of hook functionality & bootsrap system hooks 2012-07-19 00:25:10 +03:00
issues_controller.rb Issues tags: refactoring 2012-06-27 23:13:44 +03:00
keys_controller.rb Bootstrap: Issues, Merge Requests, SSH Key completed 2012-01-29 23:59:12 +02:00
merge_requests_controller.rb BaseContext 2012-07-20 08:39:34 +03:00
milestones_controller.rb New project page improved. User profile improved. Show issues, participant on Milestone show page. 2012-04-24 21:49:34 +03:00
notes_controller.rb BaseContext 2012-07-20 08:39:34 +03:00
omniauth_callbacks_controller.rb Handle LDAP missing credentials error with a flash message. 2012-07-21 09:04:05 +01:00
profile_controller.rb Password & token split up, icon to button for top panel 2012-05-19 12:25:56 +03:00
projects_controller.rb Admin gitolite logs. Refactored project creation. Few style fixes. 2012-07-05 21:59:37 +03:00
protected_branches_controller.rb Home tab added, Repository tab removed\n Ability to download branch 2012-02-20 08:38:03 +02:00
refs_controller.rb Feature: ajax load for tree commit log 2012-07-10 22:52:38 +03:00
repositories_controller.rb Refactored project archive. Improved MR usability form 2012-06-13 09:03:53 +03:00
search_controller.rb Search improved 2012-04-14 11:16:11 +03:00
snippets_controller.rb Styled snippets. Raw button for snippet 2012-06-12 21:41:46 +03:00
team_members_controller.rb Bootstrap: team 2012-01-28 11:54:11 +02:00
wikis_controller.rb Abilities extended. Resources security improved 2012-02-22 00:31:18 +02:00