summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/ipa_init_objects.json
Commit message (Collapse)AuthorAgeFilesLines
* webui-test: static metadata updatePetr Vobornik2014-06-271-563/+815
| | | | | | | | | Regular update of static metadata for testing and presentation purposes. It should also contain new DNS Forward Zones metadata. https://fedorahosted.org/freeipa/ticket/4357 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
* Fix --ttl description for DNS zonesPetr Spacek2014-06-121-3/+3
| | | | | | | TTL specified in idnsZone object class affects all records at zone apex, not only SOA record. Reviewed-By: Nathaniel McCallum <npmccallum@redhat.com>
* webui-static: update metadata filesPetr Vobornik2014-03-201-199/+1210
| | | | | | | | | | | | Update JSON metadata files for static presentation of FreeIPA UI and some tests. This regeneration did not happen for very long time and an update is needed for upcoming ACI patch. prerequisite for: https://fedorahosted.org/freeipa/ticket/4079 Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com> Reviewed-By: Petr Viktorin <pviktori@redhat.com>
* Fix error message when adding duplicate automember ruleAna Krivokapic2013-11-151-2/+2
| | | | | | Also fix object_name and object_name_plural for automember rules. https://fedorahosted.org/freeipa/ticket/2708
* Remove AllowLMhash from the allowed IPA config stringsSumit Bose2013-11-011-1/+0
| | | | Fixes https://fedorahosted.org/freeipa/ticket/3795
* Remove support for IPA deployments with no persistent searchTomas Babej2013-08-091-14/+1
| | | | | | | | | Drops the code from ipa-server-install, ipa-dns-install and the BindInstance itself. Also changed ipa-upgradeconfig script so that it does not set zone_refresh to 0 on upgrades, as the option is deprecated. https://fedorahosted.org/freeipa/ticket/3632
* Remove word 'field' from GECOS param labelPetr Vobornik2013-07-231-2/+2
| | | | No other param/field has 'field' in a label.
* Remove entitlement supportMartin Kosek2013-06-261-62/+0
| | | | | | | Entitlements code was not tested nor supported upstream since version 3.0. Remove the associated code. https://fedorahosted.org/freeipa/ticket/3739
* Fix trustconfig specificationPetr Vobornik2013-05-061-0/+50
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Global trust config pagePetr Vobornik2013-04-101-0/+113
| | | | https://fedorahosted.org/freeipa/ticket/3333
* Add ipakrbokasdelegate option to service and host Web UI pagesPetr Vobornik2013-04-041-1/+24
| | | | https://fedorahosted.org/freeipa/ticket/3329
* Realm Domains pageAna Krivokapic2013-03-181-0/+42
| | | | | | Add support for Realm Domains to web UI. https://fedorahosted.org/freeipa/ticket/3407
* Rename range CLI to idrangeSumit Bose2012-09-071-2/+2
|
* Generated metadata for testing updatedPetr Vobornik2012-09-061-65/+77
| | | | | | Testing metadata needs to be updated because of fix in json serialization. https://fedorahosted.org/freeipa/ticket/3052
* PAC Type options for services in Web UIPetr Vobornik2012-08-021-4/+255
| | | | | | | | | | Following options were added to Web UI * PAC Type in service * PAC Type in configuration Testing metadata for objects and commands were regenerated. https://fedorahosted.org/freeipa/ticket/2958
* Trust Web UIPetr Vobornik2012-06-251-2/+180
| | | | | | | | | | | | | | | | | | | | | | | | | This patch adds Web UI for trusts. Navigation path is IPA Server/Trust. It allows to add, deleted and show trust. Mod command doesn't have defined input options so update of a trust is not supported yet. Adder dialog supports two ways if adding a trust: 1) adding with domain name, admin name and admin password. 2) adding with domain name, shared secret Search page shows only list of realm names which are trusts' cns. Details page is read only. It contains following attributes: * Realm name (cn) * Domain NetBIOS name (ipantflatname) * Domain Security Identifier (ipanttrusteddomainsid) * Trust direction (trustdirection) * Trust type (trusttype) trust_output_params also defines 'Trust status' param. This param is not return by show command as well so it's commented out in code until it's fixed in plugin code. Fields in details pages are using labels defined in internal.py. It is temporary solution until including of command.has_output_params will be added to metadata. https://fedorahosted.org/freeipa/ticket/2829
* Removal of illegal options in association dialogPetr Vobornik2012-06-071-6718/+178
| | | | | | | | Association dialogs were using non-existent options for find commands. It causes error when #2509 is implemented. Now when creating a find command a check for options existence is performend. Option is not used if not present in metadata. It fixes the issue. https://fedorahosted.org/freeipa/ticket/2760
* Static metadata update - new DNS optionsPetr Voborník2012-02-291-113/+694
| | | | Tickets: #2349 #2350 #2351 #2367
* Modifying DNS UI to benefit from new DNS APIPetr Voborník2012-01-301-7/+3882
| | | | | | DNS UI was modified to offer structured way of defining DNS records. https://fedorahosted.org/freeipa/ticket/2208
* UI for SELinux user mappingPetr Voborník2012-01-181-70/+1277
| | | | | | This patch adds UI for SELinux user mapping. Its design is based on HBAC Rule design. https://fedorahosted.org/freeipa/ticket/2145
* Added instructions to generate CSR.Endi Sukma Dewata2012-01-131-2/+2
| | | | | | | | | | The certificate request dialog box has been modified to show the OpenSSL commands for generating a CSR. The realm and entry names in the test data have been fixed to be more consistent. Ticket #1012
* Updated sample data.Endi S. Dewata2011-11-111-2/+2
| | | | | | | | New sample data files have been added for search facet paging. Unused files have been removed. The names used in the files have been updated for consistency. Ticket #981
* Split Web UI initialization to several smaller calls #2Petr Vobornik2011-10-091-0/+8182
https://fedorahosted.org/freeipa/ticket/1933 Modified data files for offline testing.