summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Password changes:Kevin McCarthy2007-09-065-11/+66
* Add search box in header.Kevin McCarthy2007-09-067-18/+71
* Small UI tweeksKevin McCarthy2007-09-056-25/+42
* Add password expiration messages to user show/edit pages.Kevin McCarthy2007-09-057-0/+75
* Add account deactivation checkbox.Kevin McCarthy2007-08-316-3/+53
* Add auto-suggest for uid and email fields.Kevin McCarthy2007-08-305-71/+181
* Add scriptaculous effects library (will add more if they become necessary).Kevin McCarthy2007-08-302-0/+1152
* Added freeipa logo.Karl MacMillan2007-08-301-0/+0
* UI cleanupKevin McCarthy2007-08-2913-113/+86
* Change user search to be asynchronous.Kevin McCarthy2007-08-283-3/+9
* Changes for larger data demo.Kevin McCarthy2007-08-282-3/+27
* Enhanced user search:Kevin McCarthy2007-08-271-2/+2
* Create ipaerror module.Kevin McCarthy2007-08-221-8/+9
* Move ldap search filter escaping into the funcs.py layer.Kevin McCarthy2007-08-211-18/+0
* Fix escaping code, missing "unicode" string identifier in one of the valueSimo Sorce2007-08-211-1/+1
* Escape search input. Search by uid and cn.Kevin McCarthy2007-08-202-2/+24
* Remove auto-wildcarding of uid search.Kevin McCarthy2007-08-202-3/+2
* Convert add_user to take a user instead of a dict.Kevin McCarthy2007-08-201-6/+6
* Move utf-8 conversion inside user.py (for updates).Kevin McCarthy2007-08-201-4/+4
* Embed origiginal values inside user, and have update_user pass in a userKevin McCarthy2007-08-201-38/+21
* change strings to be encoded using value.encode("utf-8").Kevin McCarthy2007-08-171-2/+2
* Change userlist into a quick search form.Kevin McCarthy2007-08-172-19/+47
* Remove ':' from the label widgets so they can be used outside forms.Kevin McCarthy2007-08-174-31/+31