summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/templates
Commit message (Expand)AuthorAgeFilesLines
* Fix the UI indicators for mandatory fields.Rob Crittenden2007-12-121-2/+2
* Prompt user before downloading a keytab that this will create a new secret,Rob Crittenden2007-12-061-1/+9
* Add default e-mail domain to the IPA configurationRob Crittenden2007-12-102-0/+16
* Add principal management templatesRob Crittenden2007-12-101-0/+4
* Make uid an editable field in the Edit UI so we can do RDN changesRob Crittenden2007-12-061-1/+19
* 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-055-1/+199
* Phase 1 of allowing admins to set the default object classes for users & groupsRob Crittenden2007-12-042-0/+115
* 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-281-0/+1
* Enable group inactivation by using the Class of Service plugin.Rob Crittenden2007-11-204-3/+28
* Implement the password policy UI and finish IPA policy UIRob Crittenden2007-11-163-38/+166
* Replace references to Person and People with User and UsersRob Crittenden2007-11-158-22/+22
* Make the group cn an editable field though protected by default.Rob Crittenden2007-11-141-2/+9
* Include multi-value fields on the Add Person pageRob Crittenden2007-11-143-107/+226
* Add an editors group. This is used to generally grant access for usersRob Crittenden2007-11-144-34/+29
* Add more fields to the IPA Policy formRob Crittenden2007-11-132-0/+55
* Remove non-existent files from Makefile targetsRob Crittenden2007-11-131-1/+0
* Restrict access to some parts of the UI to those in the admins groupRob Crittenden2007-11-131-4/+4
* Initial support for policy editingRob Crittenden2007-11-127-1/+183
* Enable multi-value field support for some attributes on the edit pagesRob Crittenden2007-11-085-61/+316
* 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-021-1/+1
* Distinguish between active and inactive users on the Find People page.Rob Crittenden2007-11-021-2/+20
* Update the UI look and feelRob Crittenden2007-11-0121-239/+153
* Add delete user and group to webgui.Kevin McCarthy2007-10-232-2/+57
* Rename the form fields parameter to be clearer:Kevin McCarthy2007-10-255-240/+240
* webgui side of custom fields.Kevin McCarthy2007-10-243-0/+49
* Add add/edit/show for manager and secretary fields.Kevin McCarthy2007-10-195-15/+163
* Fix HTML errors on empty fields. Move roomnumber to address section.Kevin McCarthy2007-10-193-33/+35
* Add exception template.Karl MacMillan2007-10-191-0/+1
* Add an exception/error handler to the web gui.Kevin McCarthy2007-10-181-0/+31
* Fix build issues related to the autotools conversionRob Crittenden2007-10-181-0/+6
* Sort users by last name. Make labeleduri a link.Kevin McCarthy2007-10-171-1/+3
* Add print media CSS. Rename delegation edit button to 'update'.Kevin McCarthy2007-10-174-8/+10
* Merge.Karl MacMillan2007-10-173-20/+63
|\
| * Remove coffee-spewing color from delete button. Adjust nav-link and size.Kevin McCarthy2007-10-161-1/+1
| * Adds deletion for delegations.Kevin McCarthy2007-10-161-0/+28
| * Fixes to acilist: make use POST, use field labels.Kevin McCarthy2007-10-152-17/+30
| * Fix list delegations to show field labels.Kevin McCarthy2007-10-151-2/+4
| * Rename delegatenewform to delegateform.Kevin McCarthy2007-10-151-0/+0
* | Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>.Karl MacMillan2007-10-171-0/+35
|/
* Add basic delegation editing.Kevin McCarthy2007-10-154-4/+46
* Adds delegation listing and creation to the GUI.Kevin McCarthy2007-10-126-0/+279
* Combine get_user/group by dn/cn into get_entry_by_cn/dn.Kevin McCarthy2007-10-092-2/+2
* Small group fixes: remove index, change to use hidden_fields (like UserFields)Kevin McCarthy2007-10-081-11/+0
* Split the controllers out into separate user and group controllers.Kevin McCarthy2007-10-0415-32/+32
* Fix the autosuggest ordering so faster operations go first.Kevin McCarthy2007-10-041-20/+20