| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Directory rename
|
|
|
|
| |
we were squeezing the buttons in the middle of the page. This patch shrinks the two boxes on either side and centers the buttons.
|
| |
|
|
|
|
|
|
|
| |
The add dialogs for Hosts and Services have been updated to include
a checkbox to force adding hosts/services that are not in DNS.
The widgets has been updated to support tooltips.
|
|
|
|
|
| |
The message and buttons in the unprovision dialog box have been
updated according to the latest spec.
|
|
|
|
| |
https://fedorahosted.org/freeipa/ticket/762
|
|
|
|
|
|
| |
A new CSS class has been added for buttons without icons. The
IPA.button() has been modified to use this class if there is
no icons specified.
|
|
|
|
|
|
| |
The status panel for certificates and Kerberos keys has been
modified to display only the current status with the relevant buttons.
New icons have been added to replace the red/yellow/green bullets.
|
|
|
|
| |
was adding the action controls to multiple lines. Now only one
|
|
|
|
| |
from the action panel.
|
| |
|
|
|
|
| |
Fixes: https://fedorahosted.org/freeipa/ticket/773
|
|
|
|
|
|
| |
The OTP field has been moved into a separate row to avoid line
wrapping. The line height inside tables has been increased to
avoid overlapping buttons in certificate status panel.
|
|
|
|
| |
the action panel for the search
|
|
|
|
| |
Using I18N messages for most of the details
|
| |
|
|
|
|
| |
see that there are no error messages.
|
|
|
|
|
|
|
| |
This has been completely abandoned since ipa v1 and is not built by default.
Instead of carrying dead weight, let's remove it for now.
Fixes: https://fedorahosted.org/freeipa/ticket/761
|
|
|
|
| |
Fixes: https://fedorahosted.org/freeipa/ticket/759
|
|
|
|
|
| |
If an option is not selectable from the action panel, hide it until it is selectable
addresses https://fedorahosted.org/freeipa/ticket/747
|
|
|
|
|
|
|
| |
If the pkey is null, send an empty array.
If the pkey is not null, send and array of length 1 with the pkey in it.
Addresses: https://fedorahosted.org/freeipa/ticket/767
|
|
|
|
| |
following from first patch: 1 primary key set in span as opposed to appended, so it only appears once. 2. call hide for the network activity icon only in success or failure functions, not multiple times
|
|
|
|
|
|
| |
converting function of the form ipa_<name> to IPA.<name> to remove them from the global namespace.
https://fedorahosted.org/freeipa/ticket/212
|
|
|
|
|
| |
The <li> tag used for status icon has been replaced with <div>
tag shaped like a circle. The size can be adjusted using CSS.
|
|
|
|
| |
Static viewing was broken due to recent hbac changes.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The labels for the following fields in Host details page have been
changed:
- fqdn: Fully Qualified Host Name
- serverhostname: Host Name
The ipa_details_field_create_input() and _ipa_create_text_input()
has been converted into methods in ipa_details_field class. The code
has been modified to display read-only fields as labels instead
of disabled text fields.
The attributelevelrights in host test data files have been updated.
|
| |
|
|
|
|
| |
This was removed in several places where it should still be visible
|
|
|
|
|
|
| |
A section has been added to the SUDO command details page for managing
the association with SUDO command groups. New test data has been added
as well.
|
|
|
|
|
|
| |
All references to hbac in the UI have been replaced with hbacrule.
This is to match the hbacrule plugin. The test data and templates
have been renamed as well.
|
|
|
|
|
|
|
|
| |
The table widget now can be enabled/disabled. When disabled, the
checkboxes and links/buttons are grayed out and non functional.
The radio buttons in HBAC and SUDO details page have been modified
to enable/disable the corresponding tables.
|
|
|
|
|
|
|
| |
The radio buttons under the Run Commands section in the SUDO details
page have been changed from allow/deny/specified into all/specified,
and moved under the Allow commands subsection, matching the correct
usage of the cmdcategory attribute.
|
|
|
|
| |
minor tweak to the header and gradient for the header
|
|
|
|
|
| |
fixes issues from
https://fedorahosted.org/freeipa/ticket/507
|
|
|
|
| |
tweak the tabs padding
|
| |
|
|
|
|
|
| |
self service defaults to write permission, the only acceptable one.
By removing the checkbox, we stop sending invalid permissions
|
| |
|
| |
|
|
|
|
| |
THis patch updates the metadata with the changes for the facet groups names. It is a large patch only in that the metadata is huge, but the change is trivial
|
|
|
|
|
| |
correctly nest the facet groups
change 'parent' to 'member of' for facet group
|
|
|
|
| |
THe client aread class is added after the create call. THe logic assumes that there are two divs under the tabs. THe records facet broke that assumption. THis fixes it
|
| |
|
|
|
|
|
|
| |
The title attribute in various HTML elements in SUDO details page
has been set to show the proper tooltips. Most of the values are
taken from the 'doc' attribute of sudorule parameters.
|
| |
|
|
|
|
|
|
|
|
| |
make clickable links blue
change spacing to keep headers from wrapping
convert most px values to em, to support scaling
indent action controls and place them under the active facet
set default font size to 11px
|
|
|
|
|
| |
The ipa_cmd() error handler has been updated to use AJAX status
text as the default error message.
|
|
|
|
| |
Fix #684
|