summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactoring to allow better member rendering.Kevin McCarthy2007-09-284-37/+104
* Adds nested group handling to the view and edit group pages.Kevin McCarthy2007-09-275-108/+139
* Make timelimit a parameter to the find methods.Kevin McCarthy2007-09-271-2/+2
* patch queue: group_users_use_dns.patchKevin McCarthy2007-09-277-71/+139
* Install the web guiKarl MacMillan2007-09-289-72/+328
* Misc small fixes:Kevin McCarthy2007-09-254-18/+10
* patch queue: helptext.patchKevin McCarthy2007-09-263-0/+48
* Add IPA icon file.Kevin McCarthy2007-09-251-0/+0
* Adds manager and direct reports to usershow page.Kevin McCarthy2007-09-252-1/+28
* Show the list of groups a user belongs to.Kevin McCarthy2007-09-252-1/+11
* Add a failed login page. In theory it should never been seen but it makesrcritten@redhat.com2007-09-215-113/+41
* Add set_krbccache() calls to new controller methods.Kevin McCarthy2007-09-202-10/+9
* Merge conflicts between rob and kevin patchesSimo Sorce2007-09-2019-40/+1829
|\
| * Add password changing call to web gui.Kevin McCarthy2007-09-191-3/+18
| * Handle add/remove failures a little bit better.Kevin McCarthy2007-09-191-16/+29
| * Implement asynchronous search for groups.Kevin McCarthy2007-09-191-5/+5
| * Add client-side search limit parameter for user search.Kevin McCarthy2007-09-184-10/+25
| * Fixes to the edit protected checkbox.Kevin McCarthy2007-09-187-11/+40
| * Prevent members from being added added twice.Kevin McCarthy2007-09-172-11/+54