summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui
Commit message (Expand)AuthorAgeFilesLines
* Finishe removing previous code to fetch keytabsSimo Sorce2007-12-212-32/+1
* Allow for direct entry of group names when creating delegations.Rob Crittenden2007-12-132-2/+28
* Fix the UI indicators for mandatory fields.Rob Crittenden2007-12-123-4/+12
* Change from "Common Name" to "Full Name"Rob Crittenden2007-12-111-2/+2
* Prompt user before downloading a keytab that this will create a new secret,Rob Crittenden2007-12-061-1/+9
* Use more common names for first and last name labelsRob Crittenden2007-12-101-2/+2
* Move the sort arrow to the left of the column title and don't overlap the textRob Crittenden2007-12-101-2/+2
* Use title case for field labelsRob Crittenden2007-12-101-5/+5
* 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-105-4/+31
* Add principal management templatesRob Crittenden2007-12-101-0/+4
* Install principal edit page files.Karl MacMillan2007-12-082-0/+2
* Add back in some CSS that was removed in the big UI update.Rob Crittenden2007-12-051-0/+17
* 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-066-17/+43
* Add some javascript so we can put focus on the first field of the page.Rob Crittenden2007-12-064-0/+18
* Add 'Edit Policy' button at top of page.Rob Crittenden2007-12-061-0/+3
* Always show the edit link on your own recordRob Crittenden2007-12-061-2/+2
* Add UI for service principal creation and keytab retrievalRob Crittenden2007-12-058-1/+393
* Phase 1 of allowing admins to set the default object classes for users & groupsRob Crittenden2007-12-046-53/+198
* Groups may be iterated over so should be an empty list, not NoneRob Crittenden2007-12-051-1/+1
* Convert krbmaxpwdlife and krbminpwdlife from seconds into days and hoursRob Crittenden2007-12-031-2/+2
* Compatibility changes to work on RHEL 5 with python 2.4rcritten@redhat.com2007-11-304-5/+5
* Require that the default users group existsRob Crittenden2007-11-301-2/+2
* Change the password expiration message to be more precise.Rob Crittenden2007-11-292-4/+4
* Add ipa-python to maintainer-clean and clean up .pyc filesRob Crittenden2007-11-2813-0/+13
* Use same tzinfo as the time parser to avoid TypeError from being thrownRob Crittenden2007-11-211-1/+1
* Enable group inactivation by using the Class of Service plugin.Rob Crittenden2007-11-207-14/+82
* Implement the password policy UI and finish IPA policy UIRob Crittenden2007-11-166-86/+328
* Replace references to Person and People with User and UsersRob Crittenden2007-11-159-25/+25
* Make the group cn an editable field though protected by default.Rob Crittenden2007-11-143-26/+26
* Include multi-value fields on the Add Person pageRob Crittenden2007-11-147-117/+241
* Add an editors group. This is used to generally grant access for usersRob Crittenden2007-11-149-47/+52
* Add more fields to the IPA Policy formRob Crittenden2007-11-134-1/+68
* Remove non-existent files from Makefile targetsRob Crittenden2007-11-132-2/+0
* The e-mail field should not be required.Rob Crittenden2007-11-131-1/+1
* Restrict access to some parts of the UI to those in the admins groupRob Crittenden2007-11-134-14/+41
* 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-092-6/+31
* Underline columns on sort results page so users will know it is a linkRob Crittenden2007-11-121-0/+19
* Initial support for policy editingRob Crittenden2007-11-1213-2/+349
* Enable multi-value field support for some attributes on the edit pagesRob Crittenden2007-11-089-79/+445
* Update text to reflect new CSS code (sidebar now on right)Rob Crittenden2007-11-061-1/+1
* define Self-Service as editting your own record.Rob Crittenden2007-11-023-4/+14
* Distinguish between active and inactive users on the Find People page.Rob Crittenden2007-11-023-3/+25
* groups come back as a list where the first element is the number ofRob Crittenden2007-11-021-0/+1
* Update the UI look and feelRob Crittenden2007-11-0133-411/+473
* 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-234-4/+93