Project

General

Profile

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

# Date Author Comment
6b4b489f 09/03/2015 02:54 AM Ori Rabin

fixes #10832 - separating lookup keys into puppet and variable

d4a49288 07/08/2015 06:52 AM Ori Rabin

Fixes #11012 - Making Puppet menu cosistent

510d53cd 06/09/2015 07:22 AM Marek Hulán

Fixes #7096 - Adds STI to templates

This commit converts Ptables to be just another type of Template so it
gets the same features as ConfigTemplate. ConfigTemplate was renamed to
ProvisioningTemplate to reflect UI and the name under it's commonly known.

65c316ad 02/25/2015 05:18 AM Shlomi Zadok

fixes #9334 - reverse the order of 'hosts/provisioning setup' sub-menu

abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

f8302309 09/29/2014 04:04 AM B Sh

Fixes #7591 - changed Sign out to Log out to fix inconsistent terminology around Login vs Sign Out

efe9748d 09/26/2014 07:04 AM Shlomi Zadok

Fixes #7592 - flipped the order of logged-in user menu

4e3a7e7a 09/24/2014 05:42 AM Daniel Lobato Garcia

Fixes #6999 - protect user logout against CSRF requests (CVE-2014-3590)

To avoid CSRF, logout is changed to be a POST request so
protect_from_forgery checks the CSRF token. However, in Rails 3 the only
strategy available is to nullify the session of the attacker....

111cde57 04/13/2014 09:24 PM Joseph Magen

fixes #4204 - add config groups feature - assign multiple config groups to a host or hostgroup

77f70152 04/02/2014 10:46 AM Stephen Benjamin

fixes #1809 - foreman realm integration

70ce8fe7 03/17/2014 09:30 AM Ivan Necas

Fixes #3988 - use require instead of autoload_once_paths

3a2fdfde 03/04/2014 11:10 AM Josh Baird

fixes #3767 - add new host to hosts menu

4318bfa4 02/11/2014 12:54 PM Lindani Phiri

Add header menu navigation

c6e02bd3 01/09/2014 07:43 AM Joseph Magen

fixes #3178 - add feature for compute profiles for hostgroups and hosts

355bce36 12/30/2013 11:06 AM Ohad Levy

fixes #3930 - refactoring of edit_self implementation.

39554984 11/26/2013 05:07 PM Dmitri Dolguikh

fixes #3762: menu urls defined using hashes should prefix controller name with a '/' (use absolute controller names)

611fd588 11/22/2013 03:32 PM Amos Benari

fixes #3510 - plugin interface for registering a plugin, updated menu system