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.29 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 591 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 241 Bytes

Latest revisions

# Date Author Comment
0afb9e99 12/22/2016 09:56 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...

1ee7b011 12/05/2016 09:32 AM Amir Fefer

Fixes #12156 - Adds email configuration into Foreman settings

Instead using email.yaml, the email configuration
can be modified dynamically via settings.
(cherry picked from commit 5a8f4579cbf581b7c54d86f3dc055d45362e6508)

c4889226 12/05/2016 09:32 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...

9434f393 12/05/2016 09:32 AM Jan-Otto Kröpke

Fixes #16422 - Foreman API throws ruby exception with ovirt network API

Passing a 'nil' resource_class to the `scope_for` method will always result in a 500 as you cannot call `.where` on nil.
(cherry picked from commit 9fb9397a7c8cbd96151cec54f2c4718f1a56ee96)

79833adf 12/05/2016 09:32 AM Timo Goebel

fixes #11127 - show error when rebuild reboot fails

(cherry picked from commit 6695a5563dc244522c7eb2135b8ab827f1d80411)

28efe7f8 12/05/2016 09:32 AM Trey Dockendorf

Fixes #17296 - Add setting access_unattended_without_build

(cherry picked from commit 2652deaf8f81cf315eed8f61b675a73bce0c6eff)

27752930 11/25/2016 02:43 AM Kavita Gaikwad

Fixes #17343 - set deep munge config off

deep_munge was introduced as a solution to keep
Rails secure by default which results in
'empty array becomes nil in params'.
Thats why, set deep_munge config off in application.rb.
Also, added changes which will cast param argument to string...

e18d69e8 11/24/2016 08:55 AM Ori Rabin

Fixes #17441 - override all parameters permission changed to edit

4e6d2262 11/24/2016 03:48 AM Marek Hulán

Fixes #16739 - unify parameters permissions

404ead2a 11/23/2016 10:02 AM Marek Hulán

Fixes #17403 - enable exporting of templates

View revisions

Also available in: Atom