summaryrefslogtreecommitdiffstats
path: root/install/ui
Commit message (Collapse)AuthorAgeFilesLines
* Added QRcode generation to Web UIPetr Vobornik2014-02-119-7/+246
| | | | https://fedorahosted.org/freeipa/ticket/3369
* UI for managing user-auth typesPetr Vobornik2014-02-112-0/+12
| | | | https://fedorahosted.org/freeipa/ticket/3369
* UI for radius proxyPetr Vobornik2014-02-115-1/+144
| | | | https://fedorahosted.org/freeipa/ticket/3369
* UI for OTP tokensPetr Vobornik2014-02-116-9/+332
| | | | https://fedorahosted.org/freeipa/ticket/3369
* Fix handling of action visibility change in action panelPetr Vobornik2014-02-111-0/+18
|
* Use general password dialog for host OTPPetr Vobornik2014-02-111-136/+16
|
* Password DialogPetr Vobornik2014-02-114-1/+351
|
* Fixed doc examples in Spec_modPetr Vobornik2014-02-111-1/+3
|
* Declarative replacement of array item in specification objectPetr Vobornik2014-02-111-1/+49
| | | | | | This patch adds option to define which item of which array attribute of specification object will be replaced by a new value. The difference between combination of $add and $del is that it keeps position of that item in the array.
* Added empty value meaning to boolean formatterPetr Vobornik2014-02-112-4/+20
| | | | | | | Boolean object properties can have different default meaning for not defined value. This patch allows to defined this meaning to `boolean_formatter` by introduction of `emty_value` property. `boolean_state_evaluator` was modified to leverage it as well.
* Trust domains Web UIPetr Vobornik2014-01-213-4/+76
| | | | | | | | | | | | Add Web UI counterpart of following CLI commands: * trust-fetch-domains Refresh list of the domains associated with the trust * trustdomain-del Remove infromation about the domain associated with the trust. * trustdomain-disable Disable use of IPA resources by the domain of the trust * trustdomain-enable Allow use of IPA resources by the domain of the trust * trustdomain-find Search domains of the trust https://fedorahosted.org/freeipa/ticket/4119
* Use only system fontsPetr Vobornik2014-01-2110-133/+87
| | | | | | | | | | | | | | | | This commit changes how fonts are used. - remove usage of bundled fonts and only system fonts are used instead - by using alias in httpd conf - by using local("Font Name") directive in font-face - removed usage of overpass font - redefined Open Sans font-face declarations. Note: upstream is doing the same change so we will be fine on upgrade. - introduce variable.less for variable definitions and overrides. This file will be very useful when we upgrade to newer RCUE so we will be able to redefine their and bootstrap's variables. Fixes: https://fedorahosted.org/freeipa/ticket/2861
* Use fluid layout in host adder dialog fqdn widgetPetr Vobornik2014-01-213-58/+49
|
* About dialogPetr Vobornik2014-01-214-0/+41
| | | | https://fedorahosted.org/freeipa/ticket/4018
* Increase distance between control buttons and facet-tabsPetr Vobornik2014-01-211-1/+1
| | | | https://fedorahosted.org/freeipa/ticket/3904
* New header spinnerPetr Vobornik2014-01-214-2/+2
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Fix association adder dialog table-body positionPetr Vobornik2014-01-211-6/+2
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Increase margin between facet control buttonsPetr Vobornik2014-01-211-1/+1
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Font awesome glyphs as checkboxes and radiosPetr Vobornik2014-01-212-43/+52
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Use font awesome glyph for dialog close buttonPetr Vobornik2014-01-213-8/+13
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Facet title status iconsPetr Vobornik2014-01-212-14/+19
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Status widgets iconsPetr Vobornik2014-01-214-137/+82
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Replace icons with the ones from Font AwesomePetr Vobornik2014-01-2111-43/+49
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Font Awesome icons in headerPetr Vobornik2014-01-214-9/+21
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Change font-awesome to be compilable by lesscpyPetr Vobornik2014-01-212-2/+6
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Add Font AwesomePetr Vobornik2014-01-2114-0/+968
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Update jQuery to version 2.0.3Petr Vobornik2014-01-213-7/+10
| | | | https://fedorahosted.org/freeipa/ticket/2811
* Remove last usage of jQuery UIPetr Vobornik2014-01-215-27/+105
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Update Dojo to 1.9.1Petr Vobornik2014-01-216-16/+17
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Add style to dialog message areaPetr Vobornik2014-01-211-1/+1
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Fix notification areaPetr Vobornik2014-01-212-6/+40
| | | | https://fedorahosted.org/freeipa/ticket/3904
* username_r in password reset part of unauthorized dialog should be enabled ↵Petr Vobornik2014-01-211-1/+1
| | | | | | as well https://fedorahosted.org/freeipa/ticket/3904
* Do not show section header in unauthorized dialogPetr Vobornik2014-01-211-0/+2
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Focus input on label click in fluid layoutPetr Vobornik2014-01-211-12/+78
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Display required, enabled and error widget states in fluid layoutPetr Vobornik2014-01-213-6/+82
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Dojo event support in widgetsPetr Vobornik2014-01-216-3/+52
| | | | | | | | - widgets has a new base class - Evented it allows raising various events - it's purpose is to replace IPA.observer events in a future - now all widget's IPA.observers events has their own counterpart https://fedorahosted.org/freeipa/ticket/3904
* Action list stylingPetr Vobornik2014-01-211-5/+2
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Combobox stylesPetr Vobornik2014-01-212-8/+21
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Fix search input stylingPetr Vobornik2014-01-211-21/+7
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Fix hbac test stylingPetr Vobornik2014-01-212-4/+26
| | | | https://fedorahosted.org/freeipa/ticket/3904
* CSS: fix footer paddingPetr Vobornik2014-01-211-0/+2
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Fix padding of link buttons and labels in formsPetr Vobornik2014-01-212-12/+25
| | | | https://fedorahosted.org/freeipa/ticket/3904
* CSS: fix network activity indicator position in control panelPetr Vobornik2014-01-211-0/+4
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Fix radios behavior in automount map adder dialogPetr Vobornik2014-01-211-2/+4
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Fix h1 style in dialogPetr Vobornik2014-01-211-0/+5
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Remove left-margin from details-sectionPetr Vobornik2014-01-211-1/+0
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Do not open dialog in a containerPetr Vobornik2014-01-218-28/+27
| | | | https://fedorahosted.org/freeipa/ticket/3904
* CSS: make hostname in host adder dialog widerPetr Vobornik2014-01-211-1/+1
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Fix Association adder dialog stylingPetr Vobornik2014-01-211-6/+20
| | | | https://fedorahosted.org/freeipa/ticket/3904
* Fluid layout in DNS Zone adder dialogPetr Vobornik2014-01-211-83/+21
| | | | https://fedorahosted.org/freeipa/ticket/3904