Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
8bbfa2c3 02/04/2016 03:20 PM David Davis

Refs #12911 - Fixing colon method calls

a4766c96 12/08/2015 05:51 AM Tom Caspy

fixes #12730 - removing the fakeFS gem

f4aa6463 12/03/2015 11:26 AM Timo Goebel

fixes #7548 - cannot use UTF8 characters from ldap auth source

3326499a 12/01/2015 07:17 AM Daniel Lobato Garcia

Fixes #7568 - Use attr_accessible for Rails 4 upgrade

b5782137 11/11/2015 03:01 AM Shlomi Zadok

Fixes #12325 - Add to_utf8 method and ensure avatar_path returns in utf-8

cb71e86a 11/09/2015 08:51 AM Amir Fefer

Fixes #7537 - Adds test connection button to LDAP form

c2af42a0 10/09/2015 10:58 AM Daniel Lobato Garcia

Fixes #12059 - AuthSourceLdap allow_nil should be removed

When we migrated to the new migration syntax, the clause
`validate_length_of :host` was wrongly translated. It contains a clause
`allow_nil` that allows it to be nil, but in Rails 3 the `:presence =>...

2ef6f4da 09/04/2015 06:38 AM Daniel Lobato Garcia

Fixes #11407 - Uppercase logins from LDAP break external user group sync

On LDAP the login can contain uppercase chars, for instance, "FOO". However
when we log in Foreman for the first time and have that account auto-created,
we can login using "foo". After that, our login will be saved as "foo" on...

33d7500a 09/03/2015 07:54 AM Daniel Lobato Garcia

Fixes #11428 - External user groups refresh shouldn't be case sensitive

group_list in ldap_fluff returns a list of lowercase LDAP GIDs.
When AuthSourceLdap tries to run update_usergroups to refresh the external
user groups, it will try to match these lowercase gids with external user...

01e78260 06/09/2015 10:29 AM Ivan Necas

Fixes #10713 - improved backtrace logging

  • full trace in 500 page in production shows really the full trace
  • Foreman::Logging.exception as an unified entry point for exceptions logging
  • the backtrace cleaner doesn't delete the plugins
  • the orchestration exceptions gets the backtrace covered by logger...

View revisions

Also available in: Atom