summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui
Commit message (Collapse)AuthorAgeFilesLines
* Combine get_user/group by dn/cn into get_entry_by_cn/dn.Kevin McCarthy2007-10-094-10/+8
| | | | Also a couple double-escaping fixes I missed in the last patch.
* 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
| | | | | | - illegal dn characters need to be escaped - null characters in search filters - dynamicedit.js was double html escaping (the python layer does it already)
* 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
| | | | Also fix a bug with the initials autosuggest code.
* 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
| | | | | | | Don't read ipa.conf to get the realm, the kerberos libs do that for you. Use the krbPrincipalName to change passwords Make it possible to specify the principal at user creation. Mail is not a required attribute so far, don't require it.
* Assorted UI fixes:Kevin McCarthy2007-10-0214-44/+122
| | | | | | | | | | | | - Change sort functions to be on entities, so can use on the view pages too - Fix bug: empty ajax search on useredit blows up - Filter illegal characters from suggest uid/email methods - Rename first/last name fields - Make default font family sans-serif - Speed up effect appear/fade rendering - Add buttons to top and bottom of pages - Make grouplist sortable - Add noscript warning to welcome page
* 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
| | | | Added a couple more API calls to make the inverse operations easier.
* Extract the shared dynamic edit code.milestone_4Kevin McCarthy2007-09-284-142/+181
| | | | Rename groupeditsearch.kid to dynamiceditsearch.kid
* 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
| | | | | | | | | Created a MemberDisplayInfo to hold the info needed to render a member. Changed round trip persistance to use that class. Created a single renderMemberInfo method to render the members. Changed dynamic as well as static lists to use renderMemberInfo. Lastly, render groups members in italics. Change view group to render group members in italics.
* Adds nested group handling to the view and edit group pages.Kevin McCarthy2007-09-275-108/+139
| | | | | Renames the ajax seach page, because it's tightly bound to the group edit page. This isn't super polished, but the basic functionality is there.
* 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
| | | | | | | | | | | | | | | | | | | Install the turbogears web gui including an init script. This patch includes a few related changes: * create a production configuration * rename the web gui startup scrip to ipa-webgui * add an init script * chkconfig on the ipa-webgui init script * make the start script properly daemonize the app when not in a development directory. * Install everything to the correct places (/usr/sbin/ipa-webgui and /usr/share/ipa/ipagui mainly). There are some things still left to do: * Sort out the logging - the config needs to be adjusted so that logging messages end up in /var/log.
* Misc small fixes:Kevin McCarthy2007-09-254-18/+10
| | | | | | | | | | - Members of groups are clickable - Combine name and uid into a single column in find users - Remove license plate from searching - Mailto links on user emails - Add timelimit to finds. This is experimental... - Fix usersearch to only search on objectClass=Person - Change search to use get parameter
* 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
| | | | Fixes a bug with the group by member where is wasn't trapping not found errors.
* 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
| | | | | | things nicer Remove the login page Remove the login link from master.kid
* Add set_krbccache() calls to new controller methods.Kevin McCarthy2007-09-202-10/+9
| | | | Small fix to proxyprovider for anonymous case.
* 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
| | | | | | | | | | Still some refinements that can be done, but at least it shows the failures now.
| * Implement asynchronous search for groups.Kevin McCarthy2007-09-191-5/+5
| | | | | | | | Use the filter generation code to search on multiple fields.
| * Add client-side search limit parameter for user search.Kevin McCarthy2007-09-184-10/+25
| | | | | | | | | | Limit editgroup user ajax search. Minor UI cleanup for editgroup.
| * Fixes to the edit protected checkbox.Kevin McCarthy2007-09-187-11/+40
| | | | | | | | | | - Make checkbox sticky on round trips - Make required fields validate when checkbox is checked.
| * Prevent members from being added added twice.Kevin McCarthy2007-09-172-11/+54
| | | | | | | | | | Display search message while in progress. Correctly calculate number of search results after filtering.
| * 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
| | | | | | | | Adds tablekit: http://www.millstream.com.au/view/code/tablekit/ licensed under MIT.
* | Use ticket forwarding with TurboGears. mod_proxy forwards the principalrcritten@redhat.com2007-09-142-10/+14
|/ | | | | | name and location of the keytab. In order for this keytab to be usable TurboGears and Apache will need to run as the same user. We will also need to listen only on localhost in TG.
* Enable mod_proxy to sit in front of TurboGears and pass along thercritten2007-09-108-12/+205
| | | | | | | | | | kerberos principal name Add an identity an visit class to TurboGears that can handle the user without requiring a database Update the UI to show the user correctly. Note that this is currently disabled. It is hardcoded to always return the principal test@FREEIPA.ORG in proxyprovider.py It doesn't handle an unauthorized request because that can never happen.
* Edit protected fields checkbox on user edit page.Kevin McCarthy2007-09-106-5/+66
| | | | (Password updating still doesn't work due to ACI though)
* Fix duplicate entry error to be more descriptive.Kevin McCarthy2007-09-073-7/+10
| | | | | | Add TurboGears to required package list Clear password on Edit Person page. Change uidnumber/gidnumber on Add Person to say 'Generated by server'
* small release fixes:Kevin McCarthy2007-09-071-2/+2
| | | | | - Make password not required for add person - Fix for searching on '*' or ''
* Password changes:Kevin McCarthy2007-09-065-11/+66
| | | | | - remove password generator button - add confirm password field
* Add search box in header.Kevin McCarthy2007-09-067-18/+71
| | | | | | Change account status to use select list and 'active'/'inactive' values. Improve autosuggest to keep suggesting unless you overwrite a suggestion (if you correct the name, it will re-suggest).