Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  concerns
about_controller.rb 315 Bytes
application_controller.rb 12.3 KB
architectures_controller.rb 845 Bytes
audits_controller.rb 562 Bytes
auth_source_ldaps_controller.rb 871 Bytes
autosign_controller.rb 1.33 KB
bookmarks_controller.rb 934 Bytes
common_parameters_controller.rb 1003 Bytes
compute_attributes_controller.rb 850 Bytes
compute_profiles_controller.rb 963 Bytes
compute_resources_controller.rb 4.06 KB
compute_resources_vms_controller.rb 3.99 KB
config_templates_controller.rb 1.99 KB
dashboard_controller.rb 447 Bytes
domains_controller.rb 776 Bytes
environments_controller.rb 835 Bytes
fact_values_controller.rb 958 Bytes
facts_controller.rb 492 Bytes
filters_controller.rb 2.03 KB
home_controller.rb 1.01 KB
hostgroups_controller.rb 4.11 KB
hosts_controller.rb 23.7 KB
images_controller.rb 1.33 KB
locations_controller.rb 156 Bytes
lookup_keys_controller.rb 1.01 KB
lookup_values_controller.rb 1.18 KB
media_controller.rb 759 Bytes
models_controller.rb 733 Bytes
notices_controller.rb 212 Bytes
operatingsystems_controller.rb 1.14 KB
organizations_controller.rb 160 Bytes
permissions_controller.rb 409 Bytes
ptables_controller.rb 773 Bytes
puppetca_controller.rb 1.8 KB
puppetclasses_controller.rb 3.37 KB
realms_controller.rb 723 Bytes
reports_controller.rb 1.07 KB
roles_controller.rb 2.32 KB
settings_controller.rb 943 Bytes
smart_proxies_controller.rb 1.59 KB
statistics_controller.rb 1.66 KB
subnets_controller.rb 2.08 KB
tasks_controller.rb 324 Bytes
topbar_sweeper.rb 677 Bytes
trends_controller.rb 1.01 KB
unattended_controller.rb 10.1 KB
usergroups_controller.rb 968 Bytes
users_controller.rb 3.56 KB

Latest revisions

# Date Author Comment
5df3d514 04/08/2014 08:23 AM Amos Benari

fixes #4806 add support to register compute resource provider from a plugin

88ed4900 04/04/2014 11:22 AM Amos Benari

fixes #3592 lazy load vm with ajax in host show page.

c95aebfb 04/03/2014 09:50 AM Joseph Magen

fixes #4863 - API V2 - add puppetclasses format style=list and module_name to base.json.rabl

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

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

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

fixes #1809 - foreman realm integration

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

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

ae095693 03/27/2014 07:16 AM Bryan Kearney

Fixes #4884 : remove duplicate slashes from the gravatar url

The issue is that request.protocol returns http:// instead of http. The code assumed no trailing slashes

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

e88536b2 03/25/2014 10:14 AM Daniel Lobato Garcia

fixes #3214 - set taxonomy for hosts created via Puppet from facts or a default setting

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

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

View revisions

Also available in: Atom