summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Persist adds and removes on a server round trip.Kevin McCarthy2007-09-172-12/+65
| * patch queue: groupmember.patchKevin McCarthy2007-09-146-30/+331
| * Adding sort images.Kevin McCarthy2007-09-132-0/+0
| * Group edit pageKevin McCarthy2007-09-128-9/+279
| * Add group screen. More to come...Kevin McCarthy2007-09-116-7/+172
| * Small fixes to proxyprovider.Kevin McCarthy2007-09-111-7/+7
| * Adds javascript table sorting for user resultsKevin McCarthy2007-09-133-2/+887
* | Use ticket forwarding with TurboGears. mod_proxy forwards the principalrcritten@redhat.com2007-09-142-10/+14
|/
* Enable mod_proxy to sit in front of TurboGears and pass along thercritten2007-09-108-12/+205
* Edit protected fields checkbox on user edit page.Kevin McCarthy2007-09-106-5/+66
* Fix duplicate entry error to be more descriptive.Kevin McCarthy2007-09-073-7/+10
* small release fixes:Kevin McCarthy2007-09-071-2/+2