Project

General

Profile

Download (3.65 KB) 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.

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

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

74d32e15 04/03/2014 09:28 AM Jan Pazdziora

fixes #4462 - extending the /users/login handling to process REMOTE_USER through intercept

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

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

5eb2fa6e 03/11/2014 08:55 AM Jan Pazdziora

fixes #3475 - make it possible to force the 401 status.

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:
f9bc5a8e 01/21/2014 12:02 PM Daniel Lobato Garcia

fixes #3920 - prevent 500 ScopedSearch errors on the API, raise UI errors correctly

b4b12197 01/17/2014 04:58 PM Lukas Zapletal

fixes #3940 - extlogout page layout fixed

1245d238 01/01/2014 01:03 PM Ohad Levy

refs #3935 - fixes hash style to support ruby 1.87

8ee46221 01/01/2014 12:50 PM Amos Benari

fixes #3935 new login page RCUE style

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

fixes #3930 - refactoring of edit_self implementation.

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

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

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

fixes #2741 - rails 3 syntax

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

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

802ae177 06/19/2013 10:01 AM Amos Benari

fixes #2639 After creating user with empty e-mail it becomes impossible to add it.

6c563741 05/23/2013 08:35 AM Marek Hulán

Fixes #2502 - session expiration updates

Signo now allows to transparently prolong user session which got
expired. Also when you now logout from Foreman you will end up in Signo
login form. This brings some code clean up and test changes and small
SSO method API change.

f4430a08 05/22/2013 09:56 AM Tomáš Strachota

Fixes #2513 - orgs created in katello do not appear in org filtering

- topbar cache sweeper turned on for api controllers
- a bit of refactoring to get rid of repetitive expire_fragment

6a26fecd 05/09/2013 03:17 PM Dominic Cleal

fixes #2281 - don't allow admin flag to be removed from admin account

e2c2abfe 05/09/2013 03:12 PM Lukas Zapletal

fixes #2444 - locale selector in user account

463ff2ed 05/09/2013 04:13 AM Lukas Zapletal

fixes #2401 - cannot create new admin user

4e7ea9b8 04/22/2013 07:50 AM Marek Hulán

fixes #2417 - SSO abstractioning

Apache and Signo SSO reworked to a new general SSO concept.

You can use SSO service that comes with Katello for loggin in. It's
based on OpenID protocol with slightly customized provider.

28d1dd18 04/12/2013 02:00 PM Daniel Lobato Garcia

Enforce hostgroup/role uniqueness on User relation

feacea35 04/02/2013 08:30 AM Amos Benari

upgrade foreman to rails 3.2.13

This commit updates from rails 3.0.x to 3.2.x, main changes include:

  • Asset pipline support
  • cleanup of existing assets (javascript, css, images)

Users who uses foreman in production, make sure that you now compile
your assets, e.g...

ab7baec6 03/11/2013 08:47 AM Bryan Kearney

Add gettext calls to the locations pages and the user pages.

These pages provide examples for using single translations:

_("Here is a simple")

single substitutions:

_("I like %s") % "pie"

and complex ones:

_("%{character"} should %{action}") % {:character => "Jar Jar Binks", :action => "be erased"}

16ce9a7a 03/04/2013 09:33 AM Daniel Lobato Garcia

fixes #2219 - Hostgroup ownership is hierarchical

69be1641 03/03/2013 12:52 PM Bryan Kearney

fixes #2269 - Add gettext framework to foreman.

This patch adds a gettext based localization framework to the Foreman. This is done by adding the fast_gettext and gettext_i18n_rails gems along with their depdencies. An example translation is done to the login page and the users controller....

22d5c68d 12/02/2012 02:35 AM Amos Benari

Taxonomy (Orgs / Locations related fixes)

  • fixed edit habtm with taxonomy join.
  • code cleanup
  • use sub query instead of inner join, it solved all the org problems :) and perform better.
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,...

306ed25a 11/11/2012 05:02 AM Robert Birnie

Bug #1936 Allow user creation without email

f2bdc548 09/03/2012 09:56 AM Ohad Levy

make sure user expire when editing the user or when logging out

d9a2ebac 07/26/2012 07:58 AM Ohad Levy

[SQL optimizations] - many small optimizations

This is one of a few patches aim to improve Foreman performance
  • Bookmarks have only users, not usergroups
  • added caching to the settings table
  • removed notice message lookups (we are not really using those)...
a8134ab0 07/25/2012 03:31 AM Ohad Levy

ensures that auto completer for users search works even when you are not an admin

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

ae9fafcc 10/31/2011 05:00 AM Ohad Levy

fixes #1274 - a user is not able to edit itself

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

refactor - various facts cleanups

3013f5e2 06/05/2011 03:04 AM Paul Kelly

Fixes #921 - Roles and admin not saved on create new user

Signed-off-by: Paul Kelly <>

572a19c3 06/05/2011 02:47 AM Paul Kelly

Fixes #906 - Always allow a user to edit some of their own User details

Signed-off-by: Paul Kelly <>

7e64f911 05/02/2011 10:45 AM Ohad Levy

ensures that current user is cleared, refs #807

4a8190ef 05/02/2011 04:01 AM Ohad Levy

fixes #797 - JSON for users not returned

8ba2e00a 03/31/2011 07:43 AM Ohad Levy

fixes #806 - Switch to JQuery instead of Prototype JavaScript library

668d432f 03/15/2011 04:26 AM Ohad Levy

added css grid and converted most pages to use that grid

cdf02336 03/15/2011 04:26 AM Ohad Levy

views cleanup and added more operatingsystems icons

b28fdce4 02/21/2011 04:14 AM Ohad Levy

Fixes #670 - Adds proper json support for most CRUD operations

754b1a01 11/18/2010 04:59 AM Ohad Levy

fixes #303 - cleanup flash hash from activescafold leftovers

74a4cd7e 11/10/2010 01:03 PM Paul Kelly

Fixes #442 - User edit removes the Anonymous role

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.

4db578f3 10/04/2010 11:42 AM Ohad Levy

minor cache optimizations and use routing helper

f5df7d44 10/03/2010 03:07 PM Paul Kelly

Fixes #390 - A user account is always associated with a session

be96f201 09/19/2010 01:19 PM Ohad Levy

XHTML compliance

7a4ec5cf 07/06/2010 04:51 PM Paul Kelly

Fixes #145 - Added AuthSourceInternal

Added a password setting facility to the user class for AuthSourceInternal
Switched to SHA1
Changed :ldap to :login
Applied numerous fixes from Ohad Levy
Fixed malformed user page
Switched attr_accessible to attr_protected...

81e2d3f3 06/03/2010 03:54 AM Ohad Levy

fixes #302 and all references to_label and to_s
removed references to all per_page settings as they are common now

a0c0e14d 06/01/2010 04:20 AM Ohad Levy

fixes #293 - add table sorting to users page

6874bbd9 05/18/2010 04:01 AM Paul Kelly

Fixes #232 - Removes AS from Users page

The password verification test has not yet been implemented but will get done in AuthSourceInternal fix
All tests now pass These tests now work whether settings[:ldap] is enabled or not
Plus whitespace fix

9c0e127b 05/17/2010 07:03 AM Paul Kelly

Fixes #170 - implement usergroups

Added migration
Added tests
Added MVC files
Added the routes as well
Added the program logic and additional views
Added RESTful actions for update and create
Added validations to ensure that usergroup.name and user.login do not collide...

bb7981b5 03/08/2010 05:13 AM Ohad Levy

fixes #173 - redirection loop on login

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 <>...