summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/subcontrollers/delegation.py
Commit message (Expand)AuthorAgeFilesLines
* On the delegation edit screen allow the direct entry of a group nameRob Crittenden2008-03-241-4/+28
* Add additional detail to error messages.Rob Crittenden2008-03-251-5/+5
* In the UI we don't want to display Edit links unless someone can actuallyRob Crittenden2008-02-271-0/+51
* Use basestring class when testing to see if an object is a string to supportRob Crittenden2008-02-211-1/+3
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-0/+17
* Allow for direct entry of group names when creating delegations.Rob Crittenden2007-12-131-0/+19
* Fix the UI indicators for mandatory fields.Rob Crittenden2007-12-121-0/+7
* Fix delegation in the UI and add a missing aci that allows writes.Rob Crittenden2007-12-071-1/+1
* Add an editors group. This is used to generally grant access for usersRob Crittenden2007-11-141-5/+5
* Require uniqueness in the name/comment field of delegationsRob Crittenden2007-11-091-5/+30
* Add an LDAP attribute -> label mapping function to XML-RPC layerRob Crittenden2007-10-221-28/+2
* Add a flash message to the top of the page when there are validation errors.Kevin McCarthy2007-10-191-1/+6
* Add logger objects to each controller.Kevin McCarthy2007-10-171-0/+3
* Adds deletion for delegations.Kevin McCarthy2007-10-161-0/+36
* Fixes to acilist: make use POST, use field labels.Kevin McCarthy2007-10-151-1/+2
* Fix for when there's a single ACI.Kevin McCarthy2007-10-151-0/+4
* Fix list delegations to show field labels.Kevin McCarthy2007-10-151-0/+7
* Add basic delegation editing.Kevin McCarthy2007-10-151-27/+100
* Creates an update_entry api call, aliases update_user and update_group to it.Kevin McCarthy2007-10-151-2/+1
* Adds delegation listing and creation to the GUI.Kevin McCarthy2007-10-121-0/+168