summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* Small UI tweeksKevin McCarthy2007-09-056-25/+42
| | | | | | | | - Rename buttons - Add fake "logged in as" text - Increase font size and spacing for sidebar - Fix search messages for no results - Open ipa footer link in new window
* Add password expiration messages to user show/edit pages.Kevin McCarthy2007-09-057-0/+75
| | | | | Add userhelper module to provide ui logic. Fix uid/email suggest to lowercase first.
* Add account deactivation checkbox.Kevin McCarthy2007-08-316-3/+53
| | | | Fix genModList to lowercase all keys and use CIDict.
* 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
| | | | Scriptaculous <http://script.aculo.us/> is released under an MIT license.
* 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
| | | | | | This way it returns results even if the search times out. The find_users() search now returns a counter as the first result, which is set to -1 if the results are partial.
* Changes for larger data demo.Kevin McCarthy2007-08-282-3/+27
| | | | | | Add fields to search results Put result() call inside try block - it's throwing an exception Trap ADMINLIMIT and SIZELIMIT exceptions
* Enhanced user search:Kevin McCarthy2007-08-271-2/+2
| | | | | | | | | | - "configurable" fields to search on - tokenize search words - prioritize exact matches over partial matches - split match filter generation into a re-usable function. Other updates: - use finally block to return ldap connections - update web gui to use new get_user methods
* Create ipaerror module.Kevin McCarthy2007-08-221-8/+9
| | | | | | Move LDAPError trapping/conversion into the ipaldap module. Fix xmlrpc layer to encode/decode ipaerrors properly. Also, implement mid-air collision exception for updates.
* 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
| | | | comparisons
* 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
| | | | Remove list users link.
* 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
| | | | | object. Based on rcrit's original patch. Push scalar to list value conversion inside funcs.py.
* change strings to be encoded using value.encode("utf-8").Kevin McCarthy2007-08-171-2/+2
| | | | | fix update to set 'cn' instead of 'sn'. remove str() in funcs.add_user().
* Change userlist into a quick search form.Kevin McCarthy2007-08-172-19/+47
| | | | | Add hack to update cn using givenname+sn (for now). Change funcs.find_users() to not error if no results.
* Remove ':' from the label widgets so they can be used outside forms.Kevin McCarthy2007-08-174-31/+31
| | | | Add ':' into the edit/new/show pages.