summaryrefslogtreecommitdiffstats
path: root/install
Commit message (Collapse)AuthorAgeFilesLines
...
* Web UI plugin loaderPetr Vobornik2013-05-0610-22/+161
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Fix unit testsPetr Vobornik2013-05-064-230/+201
| | | | https://fedorahosted.org/freeipa/ticket/3236
* Add handling of runtime and shutdown phase. App-init renamed to init.Petr Vobornik2013-05-063-6/+26
| | | | https://fedorahosted.org/freeipa/ticket/3236
* Fix dirty dialog behaviorPetr Vobornik2013-05-063-5/+5
| | | | | | Dirty dialog was displayed twice because of double event registration in menu widget. https://fedorahosted.org/freeipa/ticket/3236
* Raise only one "set" event on facet.state.setPetr Vobornik2013-05-062-23/+44
| | | | https://fedorahosted.org/freeipa/ticket/3236
* Don't expect key for singleton objects (dnsconfig, config, realmdomains)Petr Vobornik2013-05-066-1/+12
| | | | https://fedorahosted.org/freeipa/ticket/3236
* Fix needs_update on object changePetr Vobornik2013-05-061-1/+1
| | | | https://fedorahosted.org/freeipa/ticket/3236
* Remove old navigation code in certificatesPetr Vobornik2013-05-061-13/+10
| | | | https://fedorahosted.org/freeipa/ticket/3236
* Certificates, Realm domains added to navigationPetr Vobornik2013-05-061-1/+3
| | | | https://fedorahosted.org/freeipa/ticket/3236
* DNS menu fixedPetr Vobornik2013-05-061-3/+7
| | | | https://fedorahosted.org/freeipa/ticket/3236
* get_primary_key function usages removedPetr Vobornik2013-05-067-37/+12
| | | | https://fedorahosted.org/freeipa/ticket/3236
* Removed entity.get_primary from association facetPetr Vobornik2013-05-063-8/+15
| | | | | | Also removed facet usage from entity adder dialog. https://fedorahosted.org/freeipa/ticket/3236
* Removed incorrect success message when adding of external member failedPetr Vobornik2013-05-061-0/+14
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Fix facet needs_update behaviorPetr Vobornik2013-05-061-13/+25
| | | | https://fedorahosted.org/freeipa/ticket/3236
* Fix selection of menu in automemberPetr Vobornik2013-05-061-7/+32
| | | | https://fedorahosted.org/freeipa/ticket/3236
* Rename path array from hash to path in hash generationPetr Vobornik2013-05-061-7/+7
| | | | https://fedorahosted.org/freeipa/ticket/3236
* Add menu memoryPetr Vobornik2013-05-062-32/+38
| | | | | | Parent items remember last selected child. https://fedorahosted.org/freeipa/ticket/3236
* File dependencies added to Web UI MakefilePetr Vobornik2013-05-061-1/+6
| | | | | | WebUI was not rebuilt while rebuilding RPMS. https://fedorahosted.org/freeipa/ticket/3235
* Set pkeys to add,remove dialogPetr Vobornik2013-05-063-20/+19
| | | | https://fedorahosted.org/freeipa/ticket/3236
* Remove IPA.current_entity usagePetr Vobornik2013-05-069-33/+24
| | | | https://fedorahosted.org/freeipa/ticket/3236
* Fix nested facet searchPetr Vobornik2013-05-062-2/+25
| | | | https://fedorahosted.org/freeipa/ticket/3236
* Remove IPA.nav usage, obsolete entity.get_primary_keyPetr Vobornik2013-05-0619-391/+562
| | | | https://fedorahosted.org/freeipa/ticket/3236
* Removed old navigation codePetr Vobornik2013-05-066-618/+0
| | | | https://fedorahosted.org/freeipa/ticket/3236
* Menu and application controller refactoringPetr Vobornik2013-05-0611-196/+1742
| | | | | https://fedorahosted.org/freeipa/ticket/3235 https://fedorahosted.org/freeipa/ticket/3236
* Config.jsPetr Vobornik2013-05-061-0/+75
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Phases - application lifecyclePetr Vobornik2013-05-063-0/+257
| | | | https://fedorahosted.org/freeipa/ticket/3235
* i18n - internationalized text providerPetr Vobornik2013-05-061-0/+57
| | | | | https://fedorahosted.org/freeipa/ticket/3235 https://fedorahosted.org/freeipa/ticket/3236
* Basic implementation of registersPetr Vobornik2013-05-066-0/+504
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Update of Dojo buildPetr Vobornik2013-05-063-5/+9
| | | | | https://fedorahosted.org/freeipa/ticket/3235 https://fedorahosted.org/freeipa/ticket/3236
* jsl updatePetr Vobornik2013-05-061-0/+1
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Update pki proxy configurationMartin Kosek2013-05-061-2/+2
| | | | | | | Replicas with Dogtag pki-ca 10.0.2 CA require access to additional Dogtag REST API calls. Update pki proxy configuration to allow that. https://fedorahosted.org/freeipa/ticket/3601
* Handle connection timeout in ipa-replica-manageTomas Babej2013-05-021-1/+13
| | | | | | | | When connecting to replica, ipa-replica-manage could fail with unknown error due to connection time out. This patch properly handles the situation Fixed in conjunction with https://fedorahosted.org/freeipa/ticket/3524
* Enforce host existence only where needed in ipa-replica-manageTomas Babej2013-05-022-48/+73
| | | | | | | | | | | In ipa-replica-manage commands, we enforce that hostnames we work with are resolvable. However, this caused errors while deleting or disconnecting a ipa / winsync replica, if that replica was down and authoritative server for itself. Also adds an --no-lookup flag to disable host existence checks. https://fedorahosted.org/freeipa/ticket/3524
* Fix: Certificate status is not visible in Service and Host pagePetr Vobornik2013-04-301-1/+1
| | | | https://fedorahosted.org/freeipa/ticket/3593
* Always stop dirsrv in 'ipactl stop'Ana Krivokapic2013-04-291-11/+9
| | | | | | | Ensure that 'ipactl stop' stops the dirsrv instance, even when no other services are running. https://fedorahosted.org/freeipa/ticket/3574
* Fix syntax errors in schema filesPetr Viktorin2013-04-265-4/+69
| | | | | | | | | | | | | | | | - add missing closing parenthesis in idnsRecord declaration - remove extra dollar sign from ipaSudoRule declaration - handle missing/extraneous X-ORIGIN lines in 10-selinuxusermap.update This does not use the schema updater because the syntax needs to be fixed in the files themselves, otherwise 389 1.3.2+ will fail to start. Older DS versions transparently fix the syntax errors. The existing ldap-updater directive for ipaSudoRule is fixed (ldap-updater runs after upgradeconfig). https://fedorahosted.org/freeipa/ticket/3578
* Fix syntax of the dc attributeTypePetr Viktorin2013-04-262-1/+4
| | | | | | | dc syntax is changed from Directory String to IA5 String to conform to RFC 2247. Part of the work for https://fedorahosted.org/freeipa/ticket/3578
* Add userClass attribute for hostsMartin Kosek2013-04-262-1/+2
| | | | | | | | | This new freeform host attribute will allow provisioning systems to add custom tags for host objects which can be later used for in automember rules or for additional local interpretation. Design page: http://www.freeipa.org/page/V3/Integration_with_a_provisioning_systems Ticket: https://fedorahosted.org/freeipa/ticket/3583
* Make gecos field editable in Web UITomas Babej2013-04-251-1/+2
| | | | | | This patch exposes user entry gecos field in Web UI. https://fedorahosted.org/freeipa/ticket/3569
* Add missing permissions to Host Administrators privilegeAna Krivokapic2013-04-241-0/+8
| | | | | | | | The 'Host Administrators' privilege was missing two permissions ('Retrieve Certificates from the CA' and 'Revoke Certificate'), causing the inability to remove a host with a certificate. https://fedorahosted.org/freeipa/ticket/3585
* Do not display an interactive mode message in unattended modeAna Krivokapic2013-04-241-2/+3
| | | | https://fedorahosted.org/freeipa/ticket/3576
* Update only selected attributes for winsync agreementTomas Babej2013-04-162-4/+15
| | | | | | | | | | | | Trying to insert nsDS5ReplicatedAttributeListTotal and nsds5ReplicaStripAttrs to winsync agreements caused upgrade errors. With this patch, these attributes are skipped for winsync agreements. Made find_ipa_replication_agreements() in replication.py more corresponding to find_replication_agreements. It returns list of entries instead of unicode strings now. https://fedorahosted.org/freeipa/ticket/3522
* Drop --selfsign server functionalityPetr Viktorin2013-04-152-8/+2
| | | | | Design: http://freeipa.org/page/V3/Drop_selfsign_functionality Ticket: https://fedorahosted.org/freeipa/ticket/3494
* Remove obsolete self-sign references from man pages, docstrings, commentsPetr Viktorin2013-04-151-1/+1
| | | | Part of the work for https://fedorahosted.org/freeipa/ticket/3494
* Uninstall selfsign CA on upgradePetr Viktorin2013-04-151-1/+24
| | | | | | | | | This will convert a master with a selfsign CA to a CA-less one in ipa-upgradeconfig. The relevant files are left in place and can be used to manage certs manually. Part of the work for: https://fedorahosted.org/freeipa/ticket/3494
* Delete DNS records in ipa-ca on ipa-csreplica-manage del.Jan Cholasta2013-04-151-1/+13
| | | | https://fedorahosted.org/freeipa/ticket/3547
* Use A/AAAA records instead of CNAME records in ipa-ca.Jan Cholasta2013-04-154-27/+32
| | | | https://fedorahosted.org/freeipa/ticket/3547
* Update translations from TransifexPetr Viktorin2013-04-1518-5902/+7895
|
* Add nfs:NONE to default PAC types only when neededTomas Babej2013-04-151-5/+0
| | | | | | | | | We need to add nfs:NONE as a default PAC type only if there's no other default PAC type for nfs. Adds a update plugin which determines whether default PAC type for nfs is set and adds nfs:NONE PAC type accordingly. https://fedorahosted.org/freeipa/ticket/3555
* ipa-server-install: correct help text for --external_{cert,ca}_filePetr Viktorin2013-04-152-7/+7
| | | | | | | The options take PEM certificates, not PKCS#10. This corrects both the --help output and the man page. https://fedorahosted.org/freeipa/ticket/3523