summaryrefslogtreecommitdiffstats
path: root/install
Commit message (Collapse)AuthorAgeFilesLines
...
* declarative for aciAdam Young2011-01-278-283/+124
| | | | | | A couple of the ACI definitions were incorrect, and the end result was that fields were not getting initialized. USing the declarative approach cleaned up the cause. Also fixed a few broken unit tests
* declarative defintionsAdam Young2011-01-2724-371/+313
| | | | | | | | | | | | | | Delay the creation of entities until after ipa init is called made the user and group entity definitions declarative removed unused facet from groups adjusted unit tests made review changes: factories are now in an associative array entity init called right after factory init dialogs in entity init fixed type on search
* ACI plugin supports prefixesMartin Kosek2011-01-263-48/+48
| | | | | | | | | | | | | | | | | | | | | | | | When more than one plugin produce ACIs, they share common namespace of ACI name. This may lead to name collisions between the ACIs from different plugins. This patch introduces a mandatory "prefix" attribute for non-find ACI operations which allow plugins to use their own prefixes (i.e. namespaces) which is then used when a name of the ACI is generated. Permission, Delegation and Selfservice plugins has been updated to use their own prefixes thus avoiding name collisions by using their own namespaces. Default ACIs in LDIFs has been updated to follow this new policy. Permission plugin now uses its CN (=primary key) instead of description in ACI names as Description may not be unique. This change requires an IPA server reinstall since the default ACI set has been changed. https://fedorahosted.org/freeipa/ticket/764
* Check field's validity before executing add.Endi S. Dewata2011-01-265-18/+22
|
* target style cleanupAdam Young2011-01-262-50/+83
| | | | | Target section had radio buttonsreversed, and a few other style changes Note that this has the styling removed for the aci-target dl items
* assoc entity selected classAdam Young2011-01-261-1/+1
| | | | Iassociation entities should look differnt than Details when they are selected
* dns visible if enabledAdam Young2011-01-263-4/+12
| | | | | | use the result of the is_dns_enabled command to show or hid the dns tab Also, Javascript lint cleanup from recent patches.
* dns containerAdam Young2011-01-261-25/+33
| | | | the dns records page was adding controls to the wrong tag. This pushes everything down one level, fixing the formatting.
* Tab I18NAdam Young2011-01-265-455/+167
| | | | | | | Makes the values for the Top level tabs internationizable, and no longer just passes through their names Also uses the I18N values for SUDO and HBAC as the static text in the Action p[anel title
* js lint fixAdam Young2011-01-251-3/+3
|
* Modal Panel ChangesSystem Administrator2011-01-251-12/+45
|
* error handling styleAdam Young2011-01-259-42/+97
| | | | modifying the directories so they find the assets in the right locations
* Main UI, migration, and html Style updatesKyle Baker2011-01-2531-305/+2592
|
* Fix assorted bugs found by pylintJakub Hrozek2011-01-252-3/+3
|
* Create DNS records as early as possibleSimo Sorce2011-01-251-4/+15
| | | | Fixes: https://fedorahosted.org/freeipa/ticket/833
* Always add DNS records when installing a replicaSimo Sorce2011-01-252-4/+43
| | | | | | | Even if the replica is not running a DNS server other replicas might. So if the DNS container is present, then try to add DNS records. Fixes: https://fedorahosted.org/freeipa/ticket/824
* action panel select for multiple entitiesAdam Young2011-01-251-8/+18
|
* unselected facets Facets that were not selected were getting the class ↵Adam Young2011-01-251-2/+0
| | | | indicating that they were sselected
* action buttons for dnsAdam Young2011-01-251-2/+2
|
* aci attribute table two columnsAdam Young2011-01-252-20/+20
|
* remove icons from association buttonsAdam Young2011-01-251-2/+0
|
* Enforce uniqueness on (key,info) pairs in automount keysJakub Hrozek2011-01-251-1/+2
| | | | https://fedorahosted.org/freeipa/ticket/293
* Populate shared tree with replica related valuesSimo Sorce2011-01-251-0/+1
| | | | Fixes: https://fedorahosted.org/freeipa/ticket/820
* Make the -u option optional in unattended modeSimo Sorce2011-01-241-8/+11
| | | | Fixes: https://fedorahosted.org/freeipa/ticket/836
* Remove trailing spaceSimo Sorce2011-01-241-1/+1
|
* Block anonymous access to HBAC, role and some member information.Rob Crittenden2011-01-242-0/+11
| | | | | | | | Prevents an unauthenticated user from accessing HBAC and role information as well as memberof which could disclose roles, memberships in HBAC, etc. ticket 811
* Removed 'name' from 'Sudo Command Group name'.Endi S. Dewata2011-01-2419-21/+21
|
* Added scrollable panel for delete dialog box.Endi S. Dewata2011-01-244-8/+13
|
* Added spaces around radio buttons.Endi S. Dewata2011-01-243-4/+52
|
* Allow SASL/EXTERNAL authentication for the root userSimo Sorce2011-01-203-1/+29
| | | | | | | | This gives the root user low privileges so that when anonymous searches are denied the init scripts can still search the directory via ldapi to get the list of serevices to start. Fixes: https://fedorahosted.org/freeipa/ticket/795
* Make krb5kdc use the ldapi socket to talk to dirsrvSimo Sorce2011-01-201-1/+1
| | | | Fixes: https://fedorahosted.org/freeipa/ticket/812
* rename static to uiAdam Young2011-01-20243-9/+9
| | | | Directory rename
* enroll dialog layoutAdam Young2011-01-191-3/+3
| | | | we were squeezing the buttons in the middle of the page. This patch shrinks the two boxes on either side and centers the buttons.
* background into MakefileAdam Young2011-01-181-0/+1
|
* Force flag for Hosts and Services.Endi S. Dewata2011-01-184-34/+88
| | | | | | | 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.
* Unprovision message and buttons adjustments.Endi S. Dewata2011-01-182-12/+2
| | | | | The message and buttons in the unprovision dialog box have been updated according to the latest spec.
* Move HBAC services and service groups to cn=hbacJan Zeleny2011-01-1812-49/+49
| | | | https://fedorahosted.org/freeipa/ticket/762
* CSS class for buttons without icons.Endi S. Dewata2011-01-182-2/+15
| | | | | | 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.
* New certificate and Kerberos key status behavior.Endi S. Dewata2011-01-187-122/+169
| | | | | | 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.
* dns action controlsAdam Young2011-01-181-1/+2
| | | | was adding the action controls to multiple lines. Now only one
* Let ipactl output errors to stderrSimo Sorce2011-01-181-7/+1
| | | | | Init scripts normally do not log to syslog, instead they write errors to the stderr pipe. Do the same.
* Add a way to print output from commandsSimo Sorce2011-01-181-14/+14
| | | | | | | | Instead pof always capturing the output, make it possible to let it go to the standard output pipes. Use this in ipactl to let init scripts show their output. Fixes: https://fedorahosted.org/freeipa/ticket/765
* search unit tests Unit tests were by the hiding of the search, and elements ↵Adam Young2011-01-181-5/+8
| | | | from the action panel.
* jslint cleanupAdam Young2011-01-184-4/+5
|
* Move sudo related data all under cn=sudoSimo Sorce2011-01-1719-43/+49
| | | | Fixes: https://fedorahosted.org/freeipa/ticket/773
* Certificate and Kerberos key status adjustments.Endi S. Dewata2011-01-154-4/+33
| | | | | | 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.
* no entry for search if the search facet is selected, don't put an entry in ↵Adam Young2011-01-151-4/+4
| | | | the action panel for the search
* Details to SettingsAdam Young2011-01-1517-59/+53
| | | | Using I18N messages for most of the details
* arrow icons Use Unicode characters for the arrow iconsAdam Young2011-01-152-12/+18
|
* lint clean added a config file for running jsl. run 'jsl -conf jsl.conf' and ↵Adam Young2011-01-1528-134/+414
| | | | see that there are no error messages.