Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  compute_resources
  locale
  proxy_status
about.js 528 Bytes
application.js 17.9 KB
auth_source_ldap.js 1.14 KB
charts.js 12.5 KB
class_edit.js 5.61 KB
compute_resource.js 9.08 KB
dashboard.js 4.18 KB
editor.js 7.27 KB
filters.js 553 Bytes
hidden_values.js 809 Bytes
host_checkbox.js.erb 4.16 KB
host_edit.js 24.7 KB
host_edit_interfaces.js 10.7 KB
hosts.js 1.37 KB
i18n.js 445 Bytes
jquery.extentions.js 797 Bytes
jquery.multi-select.js 4.2 KB
lookup_keys.js 11.1 KB
nfs_visibility.js 893 Bytes
noVNC.js 1.28 KB
parameter_override.js 1 KB
password_strength.js 2.47 KB
proxy_status.js 3.22 KB
reports.js 789 Bytes
select_on_click.js 527 Bytes
settings.js 163 Bytes
spice.js 1.59 KB
subnets.js 3.17 KB
taxonomy_edit.js 856 Bytes
topbar.js 3.72 KB
trends.js 506 Bytes
two-pane.js 5.04 KB
users.js 1.34 KB

Latest revisions

# Date Author Comment
e2a57bfe 08/10/2016 06:18 AM Tomer Brisker

Fixes #12364 - Use NPM+Webpack to handle external assets

This commit introduces NPM and Webpack to handle external assets.
It also provides ES6 support and a live reload dev server that can be
used by running `foreman start` instead of `rails start`.
Do not forget to run `npm install` before starting the server....

53081ea1 08/10/2016 03:23 AM Tomer Brisker

Fixes #16022 - Prevent stored XSS in host interface form

The host interface form may contain a stored XSS in the identifier field
allowing a user allowed to edit a host's interfaces to cause code
execution by another user viewing that host's edit form.

5e813fae 08/08/2016 06:08 AM elad

Fixes #15924 - Implement server groups and scheduler hints

03510341 08/08/2016 03:16 AM Lukas Zapletal

Fixes #13768 - random and MAC-based name generator

42c1cf29 08/08/2016 02:40 AM aagrawal

Fixes #15996 - Multiple nav bars

12612809 07/29/2016 05:58 AM Dominic Cleal

fixes #3917 - replace protected_attrs with strong parameters

Filtering of attributes has moved from the protected_attributes gem to
strong parameters in controller concerns, to be in line with current
Rails recommendations.

Concerns are shared between UI and both API controllers and list the...

aec605a9 07/25/2016 10:36 AM Dominic Cleal

fixes #15829 - remove ace-rails-ap file modes from app.js

Also removes editor from precompilation list, it's in the main app.js
since fa8353d, and removes unused ACE extensions.

application.js has reduced from 2512 to 2381KiB.

d1635077 07/21/2016 02:12 PM Amir Fefer

Fixes #15037 - Improves editable elements in settings

4eeea973 07/14/2016 02:53 AM Justin Sherrill

Fixes #11749 - puppet env jquery selector more restrictive

This current jquery selector for puppet environment
selection would match any select box where name
included environment_id. This caused issues with
katello as we put a field containing lifecycle_environment_id...

79c0664a 07/13/2016 12:46 PM Timo Goebel

fixes #14666 - support IPv6 in UI

View revisions

Also available in: Atom