summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/subcontrollers/group.py
Commit message (Expand)AuthorAgeFilesLines
* Fix account activation.Rob Crittenden2008-03-311-6/+11
* When getting members let user indicate what type of member they want.Rob Crittenden2008-03-271-2/+31
* Add additional detail to error messages.Rob Crittenden2008-03-251-6/+6
* Use basestring class when testing to see if an object is a string to supportRob Crittenden2008-02-211-1/+1
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-0/+17
* Make uid an editable field in the Edit UI so we can do RDN changesRob Crittenden2007-12-061-10/+2
* Enable group inactivation by using the Class of Service plugin.Rob Crittenden2007-11-201-2/+33
* 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-141-9/+5
* Add an editors group. This is used to generally grant access for usersRob Crittenden2007-11-141-2/+2
* Restrict access to some parts of the UI to those in the admins groupRob Crittenden2007-11-131-2/+2
* Fix editing groups when cn is a single-valued fieldRob Crittenden2007-11-091-2/+4
* Enable multi-value field support for some attributes on the edit pagesRob Crittenden2007-11-081-10/+39
* 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-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