summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui
Commit message (Expand)AuthorAgeFilesLines
* Remove HTML from Javascript error message and fix up language to be clearerRob Crittenden2008-02-221-1/+1
* Don't clear out the uid from the session until the record has been updated.Rob Crittenden2008-02-201-3/+3
* Don't let a regular user edit their own active status or managerRob Crittenden2008-02-201-1/+4
* Use basestring class when testing to see if an object is a string to supportRob Crittenden2008-02-214-10/+12
* IE 6 doesn't support transparent PNGRob Crittenden2008-02-204-3/+1
* Include and use policy icon in the UIRob Crittenden2008-02-205-3/+4
* Objects used by new CSS layout.Rob Crittenden2008-02-2010-0/+0
* Only show Delete button for admins, editors and don't let user delete them selfRob Crittenden2008-02-181-2/+4
* Update of CSS from Máirín Duffy including some per-object imagesRob Crittenden2008-02-1921-171/+375
* Use the proper access methods in IPA policy subcontroller.Rob Crittenden2008-02-181-17/+17
* Import internationalization for kid templates patch from Masato TaruishiRob Crittenden2008-02-198-0/+1588
* Initial SELinux policies for ipa_kpasswd and ipa_webguiRob Crittenden2008-02-081-10/+17
* 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