summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/subcontrollers
Commit message (Expand)AuthorAgeFilesLines
* 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 default e-mail domain to the IPA configurationRob Crittenden2007-12-102-4/+13
* Install principal edit page files.Karl MacMillan2007-12-081-0/+1
* The uid_hidden field needs to be retained until after validation succeedsRob Crittenden2007-12-061-6/+6
* Make uid an editable field in the Edit UI so we can do RDN changesRob Crittenden2007-12-062-10/+14
* Add UI for service principal creation and keytab retrievalRob Crittenden2007-12-051-0/+153
* Phase 1 of allowing admins to set the default object classes for users & groupsRob Crittenden2007-12-042-53/+44
* Require that the default users group existsRob Crittenden2007-11-301-2/+2
* Add ipa-python to maintainer-clean and clean up .pyc filesRob Crittenden2007-11-281-0/+1
* Enable group inactivation by using the Class of Service plugin.Rob Crittenden2007-11-202-11/+50
* Implement the password policy UI and finish IPA policy UIRob Crittenden2007-11-162-36/+126
* Replace references to Person and People with User and UsersRob Crittenden2007-11-151-3/+3
* Make the group cn an editable field though protected by default.Rob Crittenden2007-11-141-21/+15
* Include multi-value fields on the Add Person pageRob Crittenden2007-11-142-9/+14
* Add an editors group. This is used to generally grant access for usersRob Crittenden2007-11-145-13/+23
* Add more fields to the IPA Policy formRob Crittenden2007-11-131-0/+6
* Restrict access to some parts of the UI to those in the admins groupRob Crittenden2007-11-132-4/+4
* Fix editing groups when cn is a single-valued fieldRob Crittenden2007-11-091-2/+4
* Require uniqueness in the name/comment field of delegationsRob Crittenden2007-11-091-5/+30
* Initial support for policy editingRob Crittenden2007-11-123-0/+130
* Enable multi-value field support for some attributes on the edit pagesRob Crittenden2007-11-082-18/+118
* define Self-Service as editting your own record.Rob Crittenden2007-11-021-2/+11
* Distinguish between active and inactive users on the Find People page.Rob Crittenden2007-11-021-1/+1
* groups come back as a list where the first element is the number ofRob Crittenden2007-11-021-0/+1
* Rename memberOf to group_members in xml-rpc interface.Karl MacMillan2007-10-311-2/+2
* Have the GUI use memberOf() instead of looping through the member DNsRob Crittenden2007-10-311-25/+5
* Add delete user and group to webgui.Kevin McCarthy2007-10-232-2/+36
* Set the user password when adding a userRob Crittenden2007-10-261-2/+11
* webgui side of custom fields.Kevin McCarthy2007-10-241-0/+39
* Add an LDAP attribute -> label mapping function to XML-RPC layerRob Crittenden2007-10-221-28/+2
* Add add/edit/show for manager and secretary fields.Kevin McCarthy2007-10-191-7/+64
* Remove dependency between ipa-pyton and ipa-serverKarl MacMillan2007-10-191-1/+3
* Finish the email autosuggest.Kevin McCarthy2007-10-181-26/+14
* Add a flash message to the top of the page when there are validation errors.Kevin McCarthy2007-10-193-5/+22
* Fix build issues related to the autotools conversionRob Crittenden2007-10-181-0/+1
* Add logger objects to each controller.Kevin McCarthy2007-10-174-0/+12
* Sort users by last name. Make labeleduri a link.Kevin McCarthy2007-10-171-4/+4
* Merge.Karl MacMillan2007-10-171-1/+49
|\
| * 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
* | Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>.Karl MacMillan2007-10-171-0/+16
|/
* 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
* Combine get_user/group by dn/cn into get_entry_by_cn/dn.Kevin McCarthy2007-10-092-8/+6
* Fix the webgui to allocate a new IPAClient for each request.Kevin McCarthy2007-10-083-26/+40
* Small group fixes: remove index, change to use hidden_fields (like UserFields)Kevin McCarthy2007-10-081-3/+2