summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/controllers.py
Commit message (Expand)AuthorAgeFilesLines
* Mass file removal for IPAv2.Rob Crittenden2009-02-031-135/+0
* Fix issue of double logging in ipa_error.log.Rob Crittenden2008-06-031-4/+12
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-0/+17
* Add UI for service principal creation and keytab retrievalRob Crittenden2007-12-051-0/+2
* Initial support for policy editingRob Crittenden2007-11-121-0/+4
* Add an exception/error handler to the web gui.Kevin McCarthy2007-10-181-0/+61
* Add logger objects to each controller.Kevin McCarthy2007-10-171-3/+5
* Adds delegation listing and creation to the GUI.Kevin McCarthy2007-10-121-0/+2
* Split the controllers out into separate user and group controllers.Kevin McCarthy2007-10-041-943/+7
* 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-031-8/+63
* Rely more on kerberos.Simo Sorce2007-10-011-1/+1
* Assorted UI fixes:Kevin McCarthy2007-10-021-17/+28
* Add group management to the newgroup page.Kevin McCarthy2007-10-011-8/+58
* Allow group selection on the create user page.Kevin McCarthy2007-10-011-14/+70
* Add group management to the user edit page.Kevin McCarthy2007-09-281-6/+108
* 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