Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
e44762c8 05/22/2014 10:49 AM Eric Helms

Fixes #5645: Fixes session undefined error when user has a default taxonomy set.

ee672544 05/08/2014 01:42 PM Amos Benari

fixes #5471 html escape auto-completer values (CVE-2014-0208)

7e1f0c79 04/11/2014 01:37 PM Daniel Lobato Garcia

fixes #3914 - set current taxonomies on login from user defaults

3cdaa292 03/31/2014 01:05 PM Dmitri Dolguikh

Fixes #4851: a SmartProxy.with_features scope replaces feature-specific scopes generated during class loading

bdc34694 03/26/2014 07:27 PM Brad Buckingham

fixes #4776 - support session[:expires_at] for api requests

There are situations where the UI needs to invoke requests
on the API controllers; therefore, we need to ensure that
the session expiration accounts for them. This is a common
for plugins, such as Katello, which leverage the...

cfa4b526 03/24/2014 08:32 AM Dominic Cleal

fixes #4457 - Session fixation, new session IDs are not generated on login (CVE-2014-0090)

89a04e1a 03/14/2014 11:25 AM Joseph Magen

fixes #4617 - add feature to change parent of location or organization

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:
832c0925 02/24/2014 08:38 PM Joseph Magen

fixes #4393 - rename ancestry label to title

10ac0055 02/24/2014 04:57 PM Neil Miao

fixes #4423 - allow puppet classes to be imported by environment

1fa008a4 02/19/2014 10:31 AM Joseph Magen

fixes #3912 - add inheritance for locations / organizations

bb8da765 01/07/2014 10:23 AM Romain Vrignaud

fixes #3658 - support smart proxy's chef proxy feature

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

fixes #3930 - refactoring of edit_self implementation.

a1b8169f 12/18/2013 09:54 AM Daniel Lobato Garcia

fixes #3280 - authenticate returns true for API requests when login:false

b7589c32 11/12/2013 11:53 AM Jan Pazdziora

fixes #3312 - support /users/extlogin as a login page based on REMOTE_USER

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

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

f2c78d4a 10/15/2013 12:18 PM Joseph Magen

fixes #2741 - rails 3 syntax

dd1d641e 09/25/2013 02:47 PM Dmitri Dolguikh

fixes #3141: SmartPrpxyAuth no longer calls #render_403 method defined in ApplicationController

76e5dd41 09/10/2013 09:12 PM Joseph Magen

fixes #2969 - remove all legacy api code in UI controllers, add deprecation response

852ff714 08/29/2013 01:33 PM Daniel Lobato Garcia

fixes #2988 - merge authentication code, enables REMOTE_USER auth on new API controllers

2ac38557 08/23/2013 03:33 PM Dmitri Dolguikh

fixes #2877: deletion of the organization or location in the context no longer breaks the session

798d002d 07/19/2013 05:31 AM Joseph Magen

fixes #2411 - move to controller/concerns

dc457681 07/19/2013 05:31 AM Joseph Magen

fixes #2739 - add ActiveSupport::Concern syntax to mixins