Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  assets
  controllers
  helpers
  mailers
  models
  observers
  services
  validators
  views

Latest revisions

# Date Author Comment
f05b9307 03/07/2016 06:25 AM Dominic Cleal

fixes #14000 - respect custom controller permissions

Allows controller_permission method to override the permission suffix
used in resource_scope, originally from a63aa7c and removed in bb39df2.

35d6eb40 03/07/2016 05:09 AM Shimon Shtein

Fixes #7494 - added search parameter to index action of usergroups

32a85509 03/06/2016 10:32 AM Shlomi Zadok

Fixes #13068 - Adds options to documentation_button and remove css float

eedc8706 03/06/2016 10:04 AM Dominic Cleal

fixes #14006 - use URL helpers in mailers

Rails 4.2 deprecates mailers from using _path helpers and from path
helpers being called with only_path => false. They should all be
changed to use _url helpers.

904367f1 03/06/2016 08:31 AM Dominic Cleal

fixes #13978 - replace AR value_to_boolean with our caster

In Rails 4.2, value_to_boolean was moved further into ActiveRecord's
column type classes. Replace the use of this internal method with
Foreman's own well-tested caster.

f441da9d 03/06/2016 02:40 AM cyrus-mc

fixes #13817 - test certificate.subject_alternative_names for presence

Otherwise certificate SAN test is always true even with no SAN. This
results in request_hosts being empty and thus ENC authentication fails.

With test by Dominic Cleal <>

e108822a 03/06/2016 02:28 AM Amir Fefer

Fixes #6858 - escape HTML tags when update a parameter value in settings

d4ec6441 03/04/2016 03:01 AM Marek Hulán

Fixes #13913 - split importing of host and facts

46eec8ba 03/03/2016 11:03 AM Marek Hulán

Fixes #13711 - fix subnet/domain validation during creation

3ae0173e 03/03/2016 06:14 AM Dominic Cleal

fixes #14028 - use image-url for data table asset URLs

View revisions

Also available in: Atom