summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/controllers.py
Commit message (Expand)AuthorAgeFilesLines
* 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