Project

General

Profile

Download (1.29 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
358ec5a3 01/20/2013 10:06 AM Dominic Cleal

fixes #2121, #2069 - restrict importers and ENC to puppetmasters and users

CVE-2013-0171: report and fact importers parse YAML directly from the remote
host without authentication. Untrusted YAML can instantiate objects and be
used to exploit Foreman.

CVE-2013-0174: external nodes (ENC) output is available to any source and...

71291a46 12/20/2012 04:18 AM Dmitri Dolguikh

fixes #1834 to get foreman running under ruby 1.9.3

2d86bf9e 11/28/2012 08:04 AM Ohad Levy

ensure no duplicate hosts can be created

611f5bff 11/28/2012 05:38 AM Amos Benari

Add organization and location to foreman.

This feature allows foreman to provide multi location, multi tenant and
multi organizations capablities.

the idea is that resources within foreman (e.g. hosts, subnets, users,
environments etc) can belong to one or more locations and organization,...

399dca9e 09/03/2012 02:39 AM Ohad Levy

fixes #1843 - Accepts a plain hash as facts source

e1bd38a6 08/26/2012 03:44 AM Dmitri Dolguikh

fix for FactValuesControllerTest#test_create_invalid

c9579050 05/23/2012 03:02 AM Greg Sutcliffe

Refactor my_hosts and my_facts scopes to include auth checks

caa5fcf0 05/23/2012 03:02 AM Greg Sutcliffe

Fix privacy leaks in stats, facts, and dashboard - fixes #1582

d7bd2f22 01/15/2012 03:14 AM Ohad Levy

fixes #1446 - expire idle web sessions

017e1049 11/28/2011 03:44 AM Ohad Levy

WIP rails3 migration

5d264a2d 09/05/2011 07:26 AM Ohad Levy

refactor - various facts cleanups

1b139490 07/19/2011 04:02 AM Ohad Levy

refs #898 - more leftovers

aa729377 05/12/2011 07:54 AM Amos Benari

take2 fixes #893 fixed pagination issue in the facts page. fixed sort issue with out_of_sync, errors, active and disabled urls.

6032a1ff 04/12/2011 04:49 AM Ohad Levy

fixes #831 - /hosts/fqdn/facts should not be a redirection

updated the JSON output as well to include leading hostname as root.

c76afe1f 04/10/2011 03:17 PM Ohad Levy

added search to facts page #refs 719

c6bd91b2 11/10/2010 12:39 PM Ohad Levy

fixes #448 - Cant search by selecting a fact in the fact search bar

4eeb9ffc 11/09/2010 12:41 PM Ohad Levy

fixes #441 - display facts timestamp

23e59327 11/09/2010 12:15 PM Ohad Levy

Ensures that all anonymous actions are allowed - refs #366

9fd7478e 11/07/2010 10:39 AM Paul Kelly

Fixes #366 - Redmine authorization port

This is a major feature which provides RBAC authorization within Foreman
a mental note to myself - never ever work on large commits

bf37a972 10/04/2010 01:14 PM Ohad Levy

Some of the controller filters were running twice,
this way is the preferred way to ensure that they running only once where appropriate.

22712cbd 09/27/2010 09:07 AM Ohad Levy

fixes #388 - added support to query inventory facts via json

895a7680 06/02/2010 08:34 AM Ohad Levy

fixes #295 - This YAML generates a 500 error when trying to send over http

b729fb04 05/26/2010 05:12 AM Paul Kelly

Fixes #212 - Remove AS from facts

7668ddf5 03/04/2010 12:57 PM Ohad Levy

show host names when browsing all facts

3ad1c5d4 02/05/2010 04:17 AM Ohad Levy

sessions are lazy loaded in rails 2.3, no need to declare them

5b6c6024 12/21/2009 11:47 AM Ohad Levy

fixes #131 - do not store sessions for facts/reports creation

6c6713de 12/14/2009 02:48 AM Ohad Levy

fixes #117 - Add SSL redirection

b8d4a4b0 12/01/2009 06:17 AM Martin Englund

bug #99

456d537a 12/01/2009 06:09 AM Martin Englund

First stab at fixing feature #87

07a1c800 10/28/2009 06:06 AM Ohad Levy

fixes #44 this filters the content of the report/fact, but still shows the request in the log

966a4556 10/21/2009 09:46 AM Ohad Levy

ensure that the authentcation filter runs on all other actions beside create

1ba05a93 10/15/2009 03:07 PM Ohad Levy

Squashed commit of the following:

commit c4382aeea5d72402bcbf3049d3c08f74792ca379
Author: Ohad Levy <>
Date: Thu Oct 15 22:03:26 2009 +0800

disable ldap by default

commit 685baf5f2c78128feebcbeed6910b131a072a81b
Author: Ohad Levy <>...

722e891f 10/12/2009 08:22 AM Ohad Levy

fixes #44, this however doesnt show any Report of Facts controllect activites, could not find a way to specify it per method

363141af 09/16/2009 08:34 AM Ohad Levy

fixes #10

46ac4aa8 07/25/2009 04:34 PM Ohad Levy

added facts controllers