summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set the user password when adding a userRob Crittenden2007-10-261-2/+11
* Rename the form fields parameter to be clearer:Kevin McCarthy2007-10-258-250/+250
* webgui side of custom fields.Kevin McCarthy2007-10-245-2/+96
* Fix devel mode for the webgui.Kevin McCarthy2007-10-231-3/+2
* Add an LDAP attribute -> label mapping function to XML-RPC layerRob Crittenden2007-10-221-28/+2
* Add add/edit/show for manager and secretary fields.Kevin McCarthy2007-10-199-24/+293
* Remove dependency between ipa-pyton and ipa-serverKarl MacMillan2007-10-191-1/+3
* Finish the email autosuggest.Kevin McCarthy2007-10-181-26/+14
* Fix HTML errors on empty fields. Move roomnumber to address section.Kevin McCarthy2007-10-193-33/+35
* Add a flash message to the top of the page when there are validation errors.Kevin McCarthy2007-10-193-5/+22
* Add exception template.Karl MacMillan2007-10-191-0/+1
* Add an exception/error handler to the web gui.Kevin McCarthy2007-10-182-0/+92
* Fix build issues related to the autotools conversionRob Crittenden2007-10-183-0/+8
* Add logger objects to each controller.Kevin McCarthy2007-10-177-9/+26
* Sort users by last name. Make labeleduri a link.Kevin McCarthy2007-10-172-5/+7
* Add print media CSS. Rename delegation edit button to 'update'.Kevin McCarthy2007-10-175-8/+25
* Merge.Karl MacMillan2007-10-178-30/+125
|\
| * patch queue: jslint_fixes.patchKevin McCarthy2007-10-162-4/+4
| * Remove coffee-spewing color from delete button. Adjust nav-link and size.Kevin McCarthy2007-10-162-4/+3
| * Adds deletion for delegations.Kevin McCarthy2007-10-163-0/+68
| * Fixes to acilist: make use POST, use field labels.Kevin McCarthy2007-10-154-19/+33
| * Fix for when there's a single ACI.Kevin McCarthy2007-10-151-0/+4
| * Fix list delegations to show field labels.Kevin McCarthy2007-10-153-2/+13
| * Rename delegatenewform to delegateform.Kevin McCarthy2007-10-152-2/+1
* | Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>.Karl MacMillan2007-10-1714-38/+276
|/
* Add basic delegation editing.Kevin McCarthy2007-10-156-36/+155
* Creates an update_entry api call, aliases update_user and update_group to it.Kevin McCarthy2007-10-151-2/+1
* Adds delegation listing and creation to the GUI.Kevin McCarthy2007-10-1210-2/+550
* Merge.Karl MacMillan2007-10-094-10/+8
|\
| * Combine get_user/group by dn/cn into get_entry_by_cn/dn.Kevin McCarthy2007-10-094-10/+8
* | Karl MacMillan wrote:Karl MacMillan2007-10-091-4/+3
|/
* Fix the webgui to allocate a new IPAClient for each request.Kevin McCarthy2007-10-083-26/+40
* Small group fixes: remove index, change to use hidden_fields (like UserFields)Kevin McCarthy2007-10-083-20/+10
* Several escaping fixes:Kevin McCarthy2007-10-051-3/+3
* Fix for Internet Explorer, which is picky about commas.Kevin McCarthy2007-10-051-1/+1
* Split the controllers out into separate user and group controllers.Kevin McCarthy2007-10-0420-975/+1021
* Fix the autosuggest ordering so faster operations go first.Kevin McCarthy2007-10-041-20/+20
* Fixes none values in first/last name to display properly.Kevin McCarthy2007-10-043-4/+5
* Trickle the group_cn to group_dn down the layers. Fix controller calls.Kevin McCarthy2007-10-031-4/+4
* Add the rest of the user fields to the user pages.Kevin McCarthy2007-10-035-59/+907
* Rely more on kerberos.Simo Sorce2007-10-011-1/+1
* Assorted UI fixes:Kevin McCarthy2007-10-0214-44/+122
* Add group management to the newgroup page.Kevin McCarthy2007-10-014-11/+139
* Allow group selection on the create user page.Kevin McCarthy2007-10-017-47/+176
* Add group management to the user edit page.Kevin McCarthy2007-09-284-8/+276
* Extract the shared dynamic edit code.milestone_4Kevin McCarthy2007-09-284-142/+181
* Sort the group members on the view and edit group pages.Kevin McCarthy2007-09-281-0/+32