summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/controllers.py
Commit message (Expand)AuthorAgeFilesLines
* Extract the shared dynamic edit code.milestone_4Kevin McCarthy2007-09-281-4/+2
* Sort the group members on the view and edit group pages.Kevin McCarthy2007-09-281-0/+32
* Adds nested group handling to the view and edit group pages.Kevin McCarthy2007-09-271-29/+47
* Make timelimit a parameter to the find methods.Kevin McCarthy2007-09-271-2/+2
* patch queue: group_users_use_dns.patchKevin McCarthy2007-09-271-12/+15
* Adds manager and direct reports to usershow page.Kevin McCarthy2007-09-251-1/+13
* Show the list of groups a user belongs to.Kevin McCarthy2007-09-251-1/+3
* Add a failed login page. In theory it should never been seen but it makesrcritten@redhat.com2007-09-211-0/+4
* Add set_krbccache() calls to new controller methods.Kevin McCarthy2007-09-201-8/+8
* Merge conflicts between rob and kevin patchesSimo Sorce2007-09-201-28/+316
|\
| * 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-181-2/+4
| * Fixes to the edit protected checkbox.Kevin McCarthy2007-09-181-7/+8
| * patch queue: groupmember.patchKevin McCarthy2007-09-141-26/+152
| * Group edit pageKevin McCarthy2007-09-121-4/+88
| * Add group screen. More to come...Kevin McCarthy2007-09-111-6/+53
* | Use ticket forwarding with TurboGears. mod_proxy forwards the principalrcritten@redhat.com2007-09-141-8/+9
|/
* Enable mod_proxy to sit in front of TurboGears and pass along thercritten2007-09-101-1/+22
* Edit protected fields checkbox on user edit page.Kevin McCarthy2007-09-101-0/+6
* Fix duplicate entry error to be more descriptive.Kevin McCarthy2007-09-071-0/+8
* Password changes:Kevin McCarthy2007-09-061-1/+1
* Add search box in header.Kevin McCarthy2007-09-061-0/+8
* Small UI tweeksKevin McCarthy2007-09-051-1/+1
* Add password expiration messages to user show/edit pages.Kevin McCarthy2007-09-051-0/+7
* Add account deactivation checkbox.Kevin McCarthy2007-08-311-2/+11
* Add auto-suggest for uid and email fields.Kevin McCarthy2007-08-301-0/+76
* UI cleanupKevin McCarthy2007-08-291-2/+2
* Change user search to be asynchronous.Kevin McCarthy2007-08-281-0/+6
* Changes for larger data demo.Kevin McCarthy2007-08-281-1/+1
* 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-201-1/+23
* Remove auto-wildcarding of uid search.Kevin McCarthy2007-08-201-1/+1
* 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-171-4/+12
* Add update user to gui.Kevin McCarthy2007-08-161-31/+51
* - Add password generator method to controller.Kevin McCarthy2007-08-141-1/+14
* Split userform into edit and new forms.Kevin McCarthy2007-08-101-19/+24
* Addiing initial turbogears web gui.kmccarth@dhcp-172-16-25-136.sfbay.redhat.com2007-08-121-0/+168