summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui
Commit message (Expand)AuthorAgeFilesLines
...
* Fix incorrect form labelRob Crittenden2008-02-141-1/+1
* Generate the multi-value entries needed when redirecting to the edit_userRob Crittenden2008-02-081-24/+39
* Install principalshow.kidRob Crittenden2008-02-081-0/+1
* Don't set blank values so we don't end up with empty attributesRob Crittenden2008-01-301-70/+70
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-0462-7/+1046
* Create /var/run/<process>.pid to play nicers with the start scriptsRob Crittenden2008-02-062-2/+23
* Use orig_user_dict to get krbprincipalname when changing passwords.Rob Crittenden2008-01-311-1/+6
* Enable logging so we can catch startup errors either in the console orRob Crittenden2008-01-301-3/+51
* Listen only on the localhost interfaceRob Crittenden2008-01-251-0/+4
* Dropped the last 's' in the sessions cache directoryRob Crittenden2008-01-241-1/+1
* Major mistake on my part by adding sessions to the wrong place. This brokeRob Crittenden2008-01-241-1/+1
* Enable server-side sessions. It is currently using files for sessions.Rob Crittenden2008-01-234-1/+25
* Fix issues reported by rpmlint.Rob Crittenden2008-01-184-18/+24
* Service principal deletionRob Crittenden2008-01-113-2/+102
* Run ipa-webgui as apache and not as rootRob Crittenden2008-01-111-1/+3
* Make button test consistent with rest of pageRob Crittenden2008-01-071-1/+1
* 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
* Return a proper error code from ipa-webgui so thatKarl MacMillan2007-12-121-31/+38
* 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