Project

General

Profile

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

# Date Author Comment
d213e460 09/09/2015 11:37 AM Daniel Lobato Garcia

Fixes #11579 - Reports show/destroy restricted by host authorization (CVE-2015-5233)

ReportsController 'show' and 'destroy' now perform a check to see if
the User is authorized to see the Host associated with the Report. In
case it's not, it returns 404, as to not give hints whether a Report...

2950fe11 06/08/2015 04:01 AM Tomáš Strachota

Fixes #10715 - api build_pxe_default returns non-JSON message

The fix adds a new method `render_message` for responding with a status
text.

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

Refs #3809 - Remove cops for empty lines

c3b33536 01/13/2015 04:18 AM Stephen Benjamin

fixes #8484 - make SmartProxyAuth concern more useful to plugins

453dc693 10/14/2014 04:10 AM Joseph Magen

fixes #3492 - API v2 nested routes for each controller

8b737c9c 09/29/2014 07:17 AM Joseph Magen

fixes #4386 - gem friendly_id to simplify find by id, name, label, etc

915b2918 09/24/2014 05:38 AM Tomáš Strachota

Fixes #5088 - adding location_ids and organizations_ids to apidocs of taxable resources

fb5ac616 09/03/2014 05:01 AM Joseph Magen

Fixes #7261 - API v2 - mark wrapped params hash for POST/PUT as required instead of optional

2656873b 07/31/2014 03:49 AM Martin Bacovsky

Refs #4478 - API doc strings marked for translation

acfbc458 03/03/2014 02:26 PM Marek Hulán

fixes #812 - new permissions model, user group role and nest support, role filters for better granularity

Contributions from:
2be84f3d 01/21/2014 12:02 PM Joseph Magen

fixes #3925 - create apipie param_groups for API v2 to DRY documentation

6f943886 01/20/2014 05:52 PM Joseph Magen

fixes #3760 - API v2 define metadata @total for each controller

2e2e0c6b 12/18/2013 12:08 PM Martin Bacovsky

fixed #3905 - wrong route in apidoc for reports delete (API v2)

dc38aad3 11/13/2013 11:20 AM Joseph Magen

fixes #3017 - split APIv2 controllers from v1 parents

5ab79857 10/29/2013 08:41 PM Ohad Levy

fixes #1830 - auto assign puppet proxy if its not defined upon facts/reports event

944be82b 10/07/2013 10:38 AM Ohad Levy

fixes #3207 avoid extra validation calls when importing a report

91ad276d 09/05/2013 01:38 PM Greg Sutcliffe

Fixes #2414 - Move puppet report processing code to the report processor

This creates a API route for POST:/api/reports which matches the GET
format for reports. Tests are updated, with the report model tests
moving to the puppet-foreman module (along with the report fixtures).