Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  concerns
about_controller.rb 673 Bytes
application_controller.rb 14.5 KB
architectures_controller.rb 901 Bytes
audits_controller.rb 593 Bytes
auth_source_ldaps_controller.rb 1.2 KB
autosign_controller.rb 1.4 KB
bookmarks_controller.rb 1.1 KB
common_parameters_controller.rb 1.01 KB
compute_attributes_controller.rb 922 Bytes
compute_profiles_controller.rb 976 Bytes
compute_resources_controller.rb 4.12 KB
compute_resources_vms_controller.rb 4.77 KB
config_groups_controller.rb 782 Bytes
config_reports_controller.rb 1.04 KB
dashboard_controller.rb 2.3 KB
domains_controller.rb 713 Bytes
environments_controller.rb 818 Bytes
external_usergroups_controller.rb 558 Bytes
fact_values_controller.rb 955 Bytes
facts_controller.rb 491 Bytes
filters_controller.rb 2.6 KB
home_controller.rb 1.04 KB
hostgroups_controller.rb 4.42 KB
hosts_controller.rb 33 KB
images_controller.rb 1.41 KB
interfaces_controller.rb 1.25 KB
locations_controller.rb 208 Bytes
lookup_keys_controller.rb 1.27 KB
lookup_values_controller.rb 1.21 KB
mail_notifications_controller.rb 112 Bytes
media_controller.rb 809 Bytes
models_controller.rb 702 Bytes
operatingsystems_controller.rb 1.14 KB
organizations_controller.rb 216 Bytes
parameters_controller.rb 257 Bytes
permissions_controller.rb 700 Bytes
provisioning_templates_controller.rb 437 Bytes
ptables_controller.rb 199 Bytes
puppetca_controller.rb 1.46 KB
puppetclass_lookup_keys_controller.rb 614 Bytes
puppetclasses_controller.rb 3 KB
realms_controller.rb 702 Bytes
roles_controller.rb 2.64 KB
settings_controller.rb 1.1 KB
smart_proxies_controller.rb 4.67 KB
statistics_controller.rb 483 Bytes
subnets_controller.rb 2.51 KB
tasks_controller.rb 324 Bytes
templates_controller.rb 4.2 KB
topbar_sweeper.rb 778 Bytes
trends_controller.rb 1.25 KB
unattended_controller.rb 8.72 KB
usergroups_controller.rb 1.56 KB
users_controller.rb 5.22 KB
variable_lookup_keys_controller.rb 536 Bytes

Latest revisions

# Date Author Comment
90327a0f 12/20/2016 12:36 PM Ori Rabin

Fixes #16440 - Creating smart variable from index page

8b3f1a97 12/20/2016 11:36 AM Shlomi Zadok

Fixes #17525 - Add a friendly error message to invalid dns_id

719a47e0 12/13/2016 01:28 PM Dominic Cleal

refs #17257 - remove interpolation from extracted string

ff5900e9 12/13/2016 10:14 AM Trey Dockendorf

Fixes #17257 - Allow specific configs to be recreated

f8a2b268 12/08/2016 05:02 AM Dominic Cleal

fixes #17395 - use admin user for load_template_vars

When `load_template_vars` is called from before_action, the current user
must already be set to ensure caching of parameters inside Host#params
is done with consistent permissions. Otherwise when Foreman::Renderer's...

c6a25c1c 12/07/2016 10:03 AM Tomer Brisker

Fixes #17597 - Prevent error on saving empty dashboard

497c022b 12/07/2016 02:26 AM Tomer Brisker

Fixes #17503 - Only trigger PXELoader suggestion when needed

Previously every host instantiation triggered a PXELoader suggestion,
which led to up to 3 extra queries per host loaded. This changes so that
the suggestion is only applied when a host changes it's OS.

f8a2b33e 12/05/2016 07:48 AM Ori Rabin

Fixes #17548 - Orphaned smart class parameters are hidden

5a8f4579 12/05/2016 03:34 AM Amir Fefer

Fixes #12156 - Adds email configuration into Foreman settings

Instead using email.yaml, the email configuration
can be modified dynamically via settings.

9a4ed000 11/30/2016 05:43 AM Tomáš Strachota

Fixes #17487 - support sessions for api calls

- authenticated api calls save user to session and set
flag api_authenticated_session
- sessions with such flag allow posting requests without CSRF token
- api sessions exipre the same way as UI sessions
- api sessions don't store any additional data to keep the requests...

View revisions

Also available in: Atom