summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/subcontrollers/group.py
Commit message (Expand)AuthorAgeFilesLines
* 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-231-0/+16
* Add a flash message to the top of the page when there are validation errors.Kevin McCarthy2007-10-191-2/+8
* Add logger objects to each controller.Kevin McCarthy2007-10-171-0/+3
* Combine get_user/group by dn/cn into get_entry_by_cn/dn.Kevin McCarthy2007-10-091-7/+5
* Fix the webgui to allocate a new IPAClient for each request.Kevin McCarthy2007-10-081-12/+12
* Small group fixes: remove index, change to use hidden_fields (like UserFields)Kevin McCarthy2007-10-081-3/+2
* Split the controllers out into separate user and group controllers.Kevin McCarthy2007-10-041-0/+386